Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
f1027e7
drivers: interrupt_controller: Remove redundant 'default n' properties
ulfalizer Jun 27, 2018
bb8cd5f
drivers: grove: Kconfig: Remove redundant 'default n' properties
ulfalizer Jun 27, 2018
1e87e8c
drivers: rtc: Kconfig: Remove redundant 'default n' properties
ulfalizer Jun 27, 2018
8144447
drivers: usb: Kconfig: Remove redundant 'default n' properties
ulfalizer Jun 27, 2018
2058565
drivers: led: Kconfig: Remove redundant 'default n' properties
ulfalizer Jun 27, 2018
9e7db61
drivers: pinmux: Kconfig: Remove redundant 'default n' properties
ulfalizer Jun 27, 2018
36a70e1
drivers: counter: Kconfig: Remove redundant 'default n' properties
ulfalizer Jun 27, 2018
2d48615
drivers: net: Kconfig: Remove redundant 'default n' properties
ulfalizer Jun 27, 2018
d232ecd
drivers: spi: Kconfig: Remove redundant 'default n' properties
ulfalizer Jun 27, 2018
245b2b9
drivers: clock_control: Remove redundant 'default n' properties
ulfalizer Jun 27, 2018
e5ee3a9
drivers: ethernet: Kconfig: Remove redundant 'default n' properties
ulfalizer Jun 27, 2018
e0355a6
drivers: flash: Kconfig: Remove redundant 'default n' properties
ulfalizer Jun 27, 2018
97751e1
drivers: adc: Kconfig: Remove redundant 'default n' properties
ulfalizer Jun 27, 2018
653cf54
drivers: pwm: Kconfig: Remove redundant 'default n' properties
ulfalizer Jun 27, 2018
ac72afd
drivers: watchdog: Kconfig: Remove redundant 'default n' properties
ulfalizer Jun 27, 2018
5d204e1
drivers: can: Kconfig: Remove redundant 'default n' properties
ulfalizer Jun 27, 2018
5a41ab0
drivers: timer: Kconfig: Remove redundant 'default n' properties
ulfalizer Jun 27, 2018
8287139
drivers: i2c: Kconfig: Remove redundant 'default n' properties
ulfalizer Jun 27, 2018
3b44cf7
drivers: gpio: Kconfig: Remove redundant 'default n' properties
ulfalizer Jun 27, 2018
41bebba
drivers: crypto: Kconfig: Remove redundant 'default n' properties
ulfalizer Jun 27, 2018
0d977ee
drivers: ipm: Kconfig: Remove redundant 'default n' properties
ulfalizer Jun 27, 2018
4b08cd0
drivers: display: Kconfig: Remove redundant 'default n' properties
ulfalizer Jun 27, 2018
03a766c
drivers: dma: Kconfig: Remove redundant 'default n' properties
ulfalizer Jun 27, 2018
d558e81
drivers: pci: Kconfig: Remove redundant 'default n' properties
ulfalizer Jun 27, 2018
1481ce6
drivers: ptp_clock: Kconfig: Remove redundant 'default n' properties
ulfalizer Jun 27, 2018
bcd2ec2
drivers: bluetooth: Kconfig: Remove redundant 'default n' properties
ulfalizer Jun 27, 2018
ae2a170
drivers: wifi: Kconfig: Remove redundant 'default n' properties
ulfalizer Jun 27, 2018
2827691
drivers: ieee802154: Kconfig: Remove redundant 'default n' properties
ulfalizer Jun 27, 2018
74b1c1b
drivers: aio: Kconfig: Remove redundant 'default n' properties
ulfalizer Jun 27, 2018
31a6282
drivers: led_strip: Kconfig: Remove redundant 'default n' properties
ulfalizer Jun 27, 2018
b509da5
drivers: entropy: Kconfig: Remove redundant 'default n' properties
ulfalizer Jun 27, 2018
70dbf55
drivers: i2c: Kconfig: Remove redundant 'default n' properties
ulfalizer Jun 27, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion drivers/adc/Kconfig.dw
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ menuconfig ADC_DW
bool "ARC Designware Driver"
depends on ARC
select ADC_0
default n
help
Enable the driver implementation of the Designware ADC IP.

Expand Down
1 change: 0 additions & 1 deletion drivers/adc/Kconfig.mcux
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ config ADC_MCUX_ADC16
bool "MCUX ADC16 driver"
depends on HAS_MCUX_ADC16
select HAS_DTS_ADC
default n
help
Enable the MCUX ADC16 driver.
2 changes: 0 additions & 2 deletions drivers/adc/Kconfig.qmsi
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,13 @@ menuconfig ADC_QMSI
bool "QMSI ADC Driver"
depends on QMSI
select ADC_0
default n
help
Enable the driver implementation of the QMSI ADC IP.

menuconfig ADC_QMSI_SS
bool "QMSI ADC Driver for the Sensor Subsystem"
depends on QMSI
select ADC_0
default n
help
Enable the driver implementation of the QMSI ADC IP.

Expand Down
1 change: 0 additions & 1 deletion drivers/adc/Kconfig.sam_afec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ menuconfig ADC_SAM_AFEC
bool "SAM ADC Driver"
depends on SOC_FAMILY_SAM
select HAS_DTS_ADC
default n
help
Enable Atmel SAM MCU Family Analog-to-Digital Converter (ADC) driver
based on AFEC module.
1 change: 0 additions & 1 deletion drivers/adc/Kconfig.ti_adc108s102
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ menuconfig ADC_TI_ADC108S102
bool "TI adc108s102 chip driver"
select SPI
select ADC_0
default n
help
Enable support for TI's ADC chip adc108s102 driver.

Expand Down
2 changes: 0 additions & 2 deletions drivers/aio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@
menuconfig AIO_COMPARATOR
bool
prompt "AIO/Comparator Configuration"
default n

if AIO_COMPARATOR
menuconfig AIO_COMPARATOR_QMSI
bool "Enable QMSI AIO/comparator driver"
default n
depends on QMSI
help
QMSI AIO/Comparator driver.
Expand Down
1 change: 0 additions & 1 deletion drivers/bluetooth/hci/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ if BT_SPI

config BT_SPI_BLUENRG
bool "Enable compatibility with BlueNRG-based devices"
default n
help
Enable support for devices compatible with the BlueNRG Bluetooth
Stack. Current driver supports: ST X-NUCLEO BLE series.
Expand Down
1 change: 0 additions & 1 deletion drivers/can/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#
menuconfig CAN
bool "CAN Drivers"
default n
help
Enable CAN Driver Configuration

Expand Down
1 change: 0 additions & 1 deletion drivers/can/Kconfig.stm32
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

config CAN_STM32
bool "STM32 CAN Driver"
default n
select USE_STM32_HAL_CAN
help
Enable STM32 CAN Driver (tested on stm32F0 series)
Expand Down
1 change: 0 additions & 1 deletion drivers/clock_control/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
menuconfig CLOCK_CONTROL
bool
prompt "Hardware clock controller support"
default n
help
Enable support for hardware clock controller. Such hardware can
provide clock for other subsystem, and thus can be also used for
Expand Down
3 changes: 1 addition & 2 deletions drivers/clock_control/Kconfig.beetle
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ config ARM_CLOCK_CONTROL_DEV_NAME
config CLOCK_CONTROL_BEETLE_ENABLE_PLL
bool "Enable PLL on Beetle"
depends on CLOCK_CONTROL && SOC_SERIES_BEETLE
default n
help
Enable PLL on Beetle (default n).
Enable PLL on Beetle.

Select n if not sure.

Expand Down
1 change: 0 additions & 1 deletion drivers/clock_control/Kconfig.mcux_ccm
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ menuconfig CLOCK_CONTROL_MCUX_CCM
bool
prompt "MCUX CCM driver"
depends on HAS_MCUX_CCM
default n
help
Enable support for mcux ccm driver.
1 change: 0 additions & 1 deletion drivers/clock_control/Kconfig.mcux_sim
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ menuconfig CLOCK_CONTROL_MCUX_SIM
bool
prompt "MCUX SIM driver"
depends on HAS_MCUX_SIM
default n
help
Enable support for mcux sim driver.
1 change: 0 additions & 1 deletion drivers/clock_control/Kconfig.nrf5
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ menuconfig CLOCK_CONTROL_NRF5
bool
prompt "NRF5 Clock controller support"
depends on SOC_FAMILY_NRF
default n
help
Enable support for the Nordic Semiconductor nRF5x series SoC clock
driver.
Expand Down
4 changes: 0 additions & 4 deletions drivers/clock_control/Kconfig.quark_se
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
menuconfig CLOCK_CONTROL_QUARK_SE
bool
prompt "Quark SE Clock controller support"
default n
help
Enable support for the Quark SE clock driver.

Expand All @@ -18,7 +17,6 @@ if CLOCK_CONTROL_QUARK_SE
config CLOCK_CONTROL_QUARK_SE_PERIPHERAL
bool
prompt "Quark SE peripheral clock support"
default n
help
Enable support for Quark SE peripheral clock which controls the
clock of I2C, SPI, GPIO controllers and more.
Expand All @@ -32,7 +30,6 @@ config CLOCK_CONTROL_QUARK_SE_PERIPHERAL_DRV_NAME
config CLOCK_CONTROL_QUARK_SE_EXTERNAL
bool
prompt "Quark SE external clock support"
default n
help
Enable support for Quark SE external sub-system clock.

Expand All @@ -45,7 +42,6 @@ config CLOCK_CONTROL_QUARK_SE_EXTERNAL_DRV_NAME
config CLOCK_CONTROL_QUARK_SE_SENSOR
bool
prompt "Quark SE sensor clock support"
default n
help
Enable support for Quark SE sensor sub-system clock.

Expand Down
1 change: 0 additions & 1 deletion drivers/clock_control/Kconfig.stm32
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ endchoice #CLOCK_STM32_SYSCLK_SRC
config CLOCK_STM32_HSE_BYPASS
bool "HSE bypass"
depends on CLOCK_STM32_SYSCLK_SRC_HSE || CLOCK_STM32_PLL_SRC_HSE
default n
help
Enable this option to bypass external high-speed clock (HSE).

Expand Down
1 change: 0 additions & 1 deletion drivers/counter/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

menuconfig COUNTER
bool "Counter Drivers"
default n
help
Enable support for counter and timer.

Expand Down
4 changes: 0 additions & 4 deletions drivers/counter/Kconfig.dtmr_cmsdk_apb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ if SOC_FAMILY_ARM
config TIMER_DTMR_CMSDK_APB
bool
prompt "ARM CMSDK (Cortex-M System Design Kit) DTMR Timer driver"
default n
help
The dualtimer (DTMR) present in the platform is used as a timer.
This option enables the support for the timer.
Expand All @@ -23,7 +22,6 @@ if TIMER_DTMR_CMSDK_APB
config TIMER_DTMR_CMSDK_APB_0
bool
prompt "Timer 0 driver"
default n
help
Enable support for Timer 0.

Expand All @@ -46,7 +44,6 @@ endif # TIMER_DTMR_CMSDK_APB
config COUNTER_DTMR_CMSDK_APB
bool
prompt "ARM CMSDK (Cortex-M System Design Kit) DTMR Counter driver"
default n
help
The dualtimer (DTMR) present in the platform is used as a counter.
This option enables the support for the counter.
Expand All @@ -59,7 +56,6 @@ config COUNTER_DTMR_CMSDK_APB_0
bool
prompt "Counter 0 driver"
depends on !TIMER_DTMR_CMSDK_APB_0
default n
help
Enable support for Counter 0.

Expand Down
3 changes: 0 additions & 3 deletions drivers/counter/Kconfig.qmsi
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ config AON_COUNTER_QMSI
bool
prompt "AON counter driver"
depends on COUNTER && QMSI
default n
help
Enable support for AON counter.

Expand All @@ -25,7 +24,6 @@ config AON_TIMER_QMSI
bool
prompt "AON periodic timer driver"
depends on COUNTER && QMSI
default n
help
Enable support for AON periodic timer.

Expand All @@ -46,6 +44,5 @@ config AON_API_REENTRANCY
bool
prompt "AON driver API reentrancy"
depends on AON_TIMER_QMSI
default n
help
Enable support for AON driver API reentrancy.
6 changes: 0 additions & 6 deletions drivers/counter/Kconfig.tmr_cmsdk_apb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ if SOC_FAMILY_ARM
config TIMER_TMR_CMSDK_APB
bool
prompt "ARM CMSDK (Cortex-M System Design Kit) Timer driver"
default n
help
The timers (TMR) present in the platform are used as timers.
This option enables the support for the timers.
Expand All @@ -23,7 +22,6 @@ if TIMER_TMR_CMSDK_APB
config TIMER_TMR_CMSDK_APB_0
bool
prompt "Timer 0 driver"
default n
help
Enable support for Timer 0.

Expand All @@ -46,7 +44,6 @@ config TIMER_TMR_CMSDK_APB_0_IRQ_PRI
config TIMER_TMR_CMSDK_APB_1
bool
prompt "Timer 1 driver"
default n
help
Enable support for Timer 1.

Expand All @@ -69,7 +66,6 @@ endif # TIMER_TMR_CMSDK_APB
config COUNTER_TMR_CMSDK_APB
bool
prompt "ARM CMSDK (Cortex-M System Design Kit) Counter driver"
default n
help
The timers (TMR) present in the platform are used as counters.
This option enables the support for the counters.
Expand All @@ -82,7 +78,6 @@ config COUNTER_TMR_CMSDK_APB_0
bool
prompt "Counter 0 driver"
depends on !TIMER_TMR_CMSDK_APB_0
default n
help
Enable support for Counter 0.

Expand All @@ -99,7 +94,6 @@ config COUNTER_TMR_CMSDK_APB_1
bool
prompt "Counter 1 driver"
depends on !TIMER_TMR_CMSDK_APB_1
default n
help
Enable support for Counter 1.

Expand Down
3 changes: 0 additions & 3 deletions drivers/crypto/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
menuconfig CRYPTO
bool
prompt "Crypto Drivers [EXPERIMENTAL]"
default n

if CRYPTO

Expand Down Expand Up @@ -43,7 +42,6 @@ config SYS_LOG_CRYPTO_LEVEL

config CRYPTO_TINYCRYPT_SHIM
bool "Enable TinyCrypt shim driver [EXPERIMENTAL]"
default n
select TINYCRYPT
select TINYCRYPT_AES
select TINYCRYPT_AES_CBC
Expand All @@ -70,7 +68,6 @@ config CRYPTO_TINYCRYPT_SHIM_DRV_NAME

config CRYPTO_MBEDTLS_SHIM
bool "Enable mbedTLS shim driver [EXPERIMENTAL]"
default n
select MBEDTLS
select MBEDTLS_ENABLE_HEAP
help
Expand Down
1 change: 0 additions & 1 deletion drivers/crypto/Kconfig.ataes132a
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
menuconfig CRYPTO_ATAES132A
bool "Atmel ATAES132A 32k AES Serial EEPROM support"
depends on I2C
default n
help
Enable Atmel ATAES132A 32k AES Serial EEPROM support.

Expand Down
1 change: 0 additions & 1 deletion drivers/display/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
menuconfig DISPLAY
bool
prompt "Display Drivers"
default n
help
Enable display drivers

Expand Down
2 changes: 0 additions & 2 deletions drivers/display/Kconfig.ili9340
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
menuconfig ILI9340
bool "ILI9340 display driver"
depends on SPI
default n
help
Enable driver for ILI9340 display driver.

Expand Down Expand Up @@ -79,7 +78,6 @@ config ILI9340_CMD_DATA_PIN

config ILI9340_GPIO_CS
bool "Use GPIO pin for chip select"
default n
help
Use GPIO pin for chips select.

Expand Down
2 changes: 0 additions & 2 deletions drivers/dma/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
menuconfig DMA
bool
prompt "DMA driver Configuration"
default n

if DMA
config DMA_0_NAME
Expand Down Expand Up @@ -69,7 +68,6 @@ config SYS_LOG_DMA_LEVEL
config DCACHE_WRITEBACK
bool
prompt "Data Cache Writeback"
default n
help
Cache configuration for "Writeback".

Expand Down
1 change: 0 additions & 1 deletion drivers/dma/Kconfig.cavs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@

menuconfig DMA_CAVS
bool "Enable CAVS DMA driver"
default n
help
CAVS DMA driver.
1 change: 0 additions & 1 deletion drivers/dma/Kconfig.nios2_msgdma
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@
config DMA_NIOS2_MSGDMA
bool "Nios-II Modular Scatter-Gather DMA(MSGDMA) driver"
depends on HAS_ALTERA_HAL
default n
help
Enable Nios-II Modular Scatter-Gather DMA(MSGDMA) driver.
1 change: 0 additions & 1 deletion drivers/dma/Kconfig.qmsi
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

menuconfig DMA_QMSI
bool "Enable QMSI DMA driver"
default n
depends on QMSI
help
QMSI DMA driver.
1 change: 0 additions & 1 deletion drivers/dma/Kconfig.sam_xdmac
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@
menuconfig DMA_SAM_XDMAC
bool "Atmel SAM DMA (XDMAC) driver"
depends on SOC_FAMILY_SAM
default n
help
Enable Atmel SAM MCU Family Direct Memory Access (XDMAC) driver.
1 change: 0 additions & 1 deletion drivers/dma/Kconfig.stm32f4x
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

menuconfig DMA_STM32F4X
bool "Enable STM32F4x DMA driver"
default n
depends on SOC_SERIES_STM32F4X
help
DMA driver for STM32F4x series SoCs.
Expand Down
Loading