Kconfig: Use 'default' instead of 'def_bool' in Kconfig.defconfig files

This can help find unused symbols. Those end up without a type if
'default' is used instead of 'def_bool', which generates a warning.

Search for "Kconfig.defconfig" in
https://docs.zephyrproject.org/latest/application/kconfig-tips.html for
a longer explanation.

Keep the 'def_bool' for the following symbols, which seem to be
deliberately defined only in Kconfig.defconfig files:

 - ALTERA_AVALON_I2C
 - ALTERA_AVALON_MSGDMA
 - ALTERA_AVALON_PIO
 - ALTERA_AVALON_QSPI
 - ALTERA_AVALON_SYSID
 - CLOCK_CONTROL_IMX_CCM
 - CPU_EM4_DMIPS
 - CPU_EM4_FPUDA
 - CPU_EM4_FPUS
 - FP_FPU_DA
 - I2C_GECKO

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
Ulf Magnusson 2018-11-13 17:15:49 +01:00 committed by Anas Nashif
commit 4638652214
118 changed files with 678 additions and 678 deletions

View file

@ -7,7 +7,7 @@ config BOARD
if FLASH && SPI
config SPI_FLASH_W25QXXDV
def_bool y
default y
config SPI_FLASH_W25QXXDV_SPI_NAME
default "SPI_2"

View file

@ -5,26 +5,26 @@ config BOARD
default "em_starterkit"
config CPU_ARCEM4
def_bool y
default y
if GPIO
config GPIO_DW
def_bool y
default y
if GPIO_DW
config GPIO_DW_0
def_bool y
default y
config GPIO_DW_1
def_bool y
default y
config GPIO_DW_2
def_bool y
default y
config GPIO_DW_3
def_bool y
default y
endif # GPIO_DW
@ -33,7 +33,7 @@ endif # GPIO
if I2C
config I2C_DW
def_bool y
default y
if I2C_DW
@ -41,10 +41,10 @@ config I2C_DW_CLOCK_SPEED
default 100
config I2C_0
def_bool y
default y
config I2C_1
def_bool y
default y
endif # I2C_DW
@ -53,21 +53,21 @@ endif # I2C
if SERIAL
config UART_NS16550
def_bool y
default y
endif # SERIAL
if UART_CONSOLE
config UART_NS16550_PORT_1
def_bool y
default y
endif # UART_CONSOLE
if SPI
config SPI_DW
def_bool y
default y
if SPI_DW
@ -75,13 +75,13 @@ config SPI_DW_FIFO_DEPTH
default 32
config SPI_DW_ARC_AUX_REGS
def_bool n
default n
config SPI_0
def_bool y
default y
config SPI_1
def_bool y
default y
endif # SPI_DW

View file

@ -5,12 +5,12 @@ config BOARD
default "nsim_em"
config CPU_ARCEM4
def_bool y
default y
if SERIAL
config UART_NSIM
def_bool y
default y
config UART_NSIM_PORT_0_BASE_ADDR
default 0xf0000000

View file

@ -13,47 +13,47 @@ config BOARD
if UART_CONSOLE
config UART_STM32_PORT_1
def_bool y
default y
endif # UART_CONSOLE
if I2C
config I2C_1
def_bool y
default y
config I2C_2
def_bool y
default y
config I2C_3
def_bool y
default y
config I2C_STM32_INTERRUPT
def_bool y
default y
endif # I2C
if SPI
config SPI_1
def_bool y
default y
config SPI_2
def_bool y
default y
config SPI_STM32_INTERRUPT
def_bool y
default y
endif # SPI
if I2S
config I2S_STM32
def_bool y
default y
# configure PLLI2S to generate a I2SxCLK=128MHz
config I2S_STM32_USE_PLLI2S_ENABLE
def_bool y
default y
config I2S_STM32_PLLI2S_PLLM
default 8
@ -65,14 +65,14 @@ config I2S_STM32_PLLI2S_PLLR
default 3
config I2S_5
def_bool y
default y
endif # I2S
if DMA
config DMA_STM32F4X
def_bool y
default y
endif # DMA
@ -87,7 +87,7 @@ choice LSM6DSL_TRIGGER_MODE
endchoice
config LSM6DSL_SENSORHUB
def_bool y
default y
choice LSM6DSL_EXTERNAL_SENSOR_0
default LSM6DSL_EXT0_LIS2MDL

View file

@ -14,47 +14,47 @@ if UART_CONSOLE
config UART_STM32_PORT_1
default y
def_bool y
default y
endif # UART_CONSOLE
if SERIAL
config UART_STM32_PORT_2
def_bool y
default y
config UART_STM32_PORT_6
def_bool y
default y
endif # SERIAL
if I2C
config I2C_1
def_bool y
default y
config I2C_2
def_bool y
default y
endif # I2C
if SPI
config SPI_1
def_bool y
default y
config SPI_2
def_bool y
default y
config SPI_STM32_INTERRUPT
def_bool y
default y
endif # SPI
if BT
config SPI
def_bool y
default y
choice BT_HCI_BUS_TYPE
default BT_SPI
@ -69,11 +69,11 @@ if NETWORKING
config NET_L2_BT
depends on NET_IPV6
def_bool y
default y
config NET_L2_BT_ZEP1656
depends on NET_IPV6
def_bool y
default y
endif # NETWORKING

View file

@ -13,33 +13,33 @@ config BOARD
if UART_CONSOLE
config UART_STM32_PORT_1
def_bool y
default y
endif # UART_CONSOLE
if I2C
config I2C_1
def_bool y
default y
config I2C_2
def_bool y
default y
config I2C_3
def_bool y
default y
config I2C_STM32_INTERRUPT
def_bool y
default y
endif # I2C
if SPI
config SPI_1
def_bool y
default y
config SPI_STM32_INTERRUPT
def_bool y
default y
endif # SPI

View file

@ -12,12 +12,12 @@ config BOARD
if I2C
config I2C_NRFX
def_bool y
default y
if I2C_NRFX
config I2C_0
def_bool y
default y
endif # I2C_NRFX
@ -26,12 +26,12 @@ endif # I2C
if SPI
config SPI_NRFX
def_bool y
default y
if SPI_NRFX
config SPI_0
def_bool y
default y
endif # SPI_NRFX

View file

@ -12,7 +12,7 @@ config BOARD
if GPIO
config GPIO_ATMEL_SAM3
def_bool y
default y
config GPIO_ATMEL_SAM3_PORTA
default y
@ -31,7 +31,7 @@ endif # GPIO
if I2C
config I2C_SAM_TWI
def_bool y
default y
config I2C_0
default y

View file

@ -24,16 +24,16 @@ endif # UART_CONSOLE
if I2C
config I2C_1
def_bool y
default y
endif # I2C
if SPI
config SPI_1
def_bool y
default y
config SPI_2
def_bool y
default y
endif # SPI
endif # BOARD_B_L072Z_LRWAN1

View file

@ -12,12 +12,12 @@ config BOARD
if I2C
config I2C_NRFX
def_bool y
default y
if I2C_NRFX
config I2C_0
def_bool y
default y
endif #I2C_NRFX

View file

@ -9,7 +9,7 @@ config BOARD
if I2C
config I2C_CC32XX
def_bool y
default y
endif # I2C

View file

@ -13,55 +13,55 @@ config BOARD
if GPIO_IMX
config GPIO_IMX_PORT_1
def_bool y
default y
config GPIO_IMX_PORT_2
def_bool y
default y
config GPIO_IMX_PORT_3
def_bool n
default n
config GPIO_IMX_PORT_4
def_bool n
default n
config GPIO_IMX_PORT_5
def_bool n
default n
config GPIO_IMX_PORT_6
def_bool n
default n
config GPIO_IMX_PORT_7
def_bool n
default n
endif # GPIO_IMX
if UART_IMX
config UART_IMX_UART_2
def_bool y
default y
endif # UART_IMX
if I2C_IMX
config I2C_1
def_bool n
default n
config I2C_2
def_bool n
default n
config I2C_3
def_bool n
default n
config I2C_4
def_bool y
default y
endif # I2C_IMX
if PWM_IMX
config PWM_1
def_bool y
default y
endif # PWM_IMX

View file

@ -16,7 +16,7 @@ endif # GPIO
if UART_PSOC6
config UART_PSOC6_UART_6
def_bool y
default y
endif # UART_PSOC6

View file

@ -16,7 +16,7 @@ endif # GPIO
if UART_PSOC6
config UART_PSOC6_UART_5
def_bool y
default y
endif # UART_PSOC6

View file

@ -19,29 +19,29 @@ config CMU_LFXO_FREQ
if GPIO_GECKO
config GPIO_GECKO_PORTA
def_bool y
default y
config GPIO_GECKO_PORTB
def_bool n
default n
config GPIO_GECKO_PORTC
def_bool y
default y
config GPIO_GECKO_PORTD
def_bool n
default n
config GPIO_GECKO_PORTE
def_bool n
default n
config GPIO_GECKO_PORTF
def_bool y
default y
endif # GPIO_GECKO
if UART_GECKO
config USART_GECKO_1
def_bool y
default y
endif # UART_GECKO

View file

@ -19,29 +19,29 @@ config CMU_LFXO_FREQ
if GPIO_GECKO
config GPIO_GECKO_PORTA
def_bool y
default y
config GPIO_GECKO_PORTB
def_bool y
default y
config GPIO_GECKO_PORTC
def_bool n
default n
config GPIO_GECKO_PORTD
def_bool n
default n
config GPIO_GECKO_PORTE
def_bool y
default y
config GPIO_GECKO_PORTF
def_bool y
default y
endif # GPIO_GECKO
if UART_GECKO
config UART_GECKO_0
def_bool y
default y
endif # UART_GECKO

View file

@ -19,29 +19,29 @@ config CMU_LFXO_FREQ
if GPIO_GECKO
config GPIO_GECKO_PORTA
def_bool y
default y
config GPIO_GECKO_PORTB
def_bool y
default y
config GPIO_GECKO_PORTC
def_bool y
default y
config GPIO_GECKO_PORTD
def_bool y
default y
config GPIO_GECKO_PORTE
def_bool n
default n
config GPIO_GECKO_PORTF
def_bool y
default y
endif # GPIO_GECKO
if UART_GECKO
config USART_GECKO_0
def_bool y
default y
endif # UART_GECKO

View file

@ -19,37 +19,37 @@ config CMU_LFXO_FREQ
if GPIO_GECKO
config GPIO_GECKO_PORTA
def_bool y
default y
config GPIO_GECKO_PORTD
def_bool y
default y
config GPIO_GECKO_PORTF
def_bool y
default y
endif # GPIO_GECKO
if UART_GECKO
config USART_GECKO_0
def_bool y
default y
endif # UART_GECKO
if LEUART_GECKO
config LEUART_GECKO_0
def_bool y
default y
endif # LEUART_GECKO
if I2C_GECKO
config I2C_0
def_bool y
default y
config I2C_1
def_bool y
default y
endif # I2C_GECKO

View file

@ -25,95 +25,95 @@ config MCG_FCRDIV
if UART_MCUX
config UART_MCUX_0
def_bool y if UART_CONSOLE
default y if UART_CONSOLE
config UART_MCUX_3
def_bool y if BT_UART
default y if BT_UART
endif # UART_MCUX
if PINMUX_MCUX
config PINMUX_MCUX_PORTA
def_bool y
default y
config PINMUX_MCUX_PORTB
def_bool y
default y
config PINMUX_MCUX_PORTC
def_bool y
default y
config PINMUX_MCUX_PORTD
def_bool y if SPI_0 || UART_MCUX_2
default y if SPI_0 || UART_MCUX_2
config PINMUX_MCUX_PORTE
def_bool y
default y
endif # PINMUX_MCUX
if GPIO_MCUX
config GPIO_MCUX_PORTA
def_bool y
default y
config GPIO_MCUX_PORTB
def_bool y
default y
config GPIO_MCUX_PORTC
def_bool y
default y
config GPIO_MCUX_PORTD
def_bool y
default y
config GPIO_MCUX_PORTE
def_bool y
default y
endif # GPIO_MCUX
if I2C
config I2C_0
def_bool y
default y
config I2C_1
def_bool n
default n
endif # I2C
if ADC
config ADC_1
def_bool y
default y
endif # ADC
if PWM_MCUX_FTM
config PWM_3
def_bool y
default y
endif # PWM_MCUX_FTM
if SPI
config SPI_0
def_bool y
default y
config SPI_1
def_bool n
default n
config SPI_2
def_bool n
default n
endif # SPI
if NETWORKING
config NET_L2_ETHERNET
def_bool y if !MODEM_WNCM14A2A
default y if !MODEM_WNCM14A2A
config ETH_MCUX_0
def_bool y if NET_L2_ETHERNET
default y if NET_L2_ETHERNET
endif # NETWORKING

View file

@ -28,59 +28,59 @@ config MCG_FCRDIV
if PINMUX_MCUX
config PINMUX_MCUX_PORTA
def_bool y
default y
config PINMUX_MCUX_PORTB
def_bool y
default y
config PINMUX_MCUX_PORTC
def_bool n
default n
config PINMUX_MCUX_PORTD
def_bool y
default y
config PINMUX_MCUX_PORTE
def_bool y if I2C_0
default y if I2C_0
endif # PINMUX_MCUX
if GPIO_MCUX
config GPIO_MCUX_PORTA
def_bool y
default y
config GPIO_MCUX_PORTB
def_bool y
default y
config GPIO_MCUX_PORTC
def_bool n
default n
config GPIO_MCUX_PORTD
def_bool y
default y
config GPIO_MCUX_PORTE
def_bool n
default n
endif # GPIO_MCUX
if UART_MCUX_LPSCI
config UART_MCUX_LPSCI_0
def_bool y if UART_CONSOLE
default y if UART_CONSOLE
endif # UART_MCUX_LPSCI
if I2C
config I2C_0
def_bool y
default y
endif # I2C
if ADC
config ADC_0
def_bool y
default y
endif # ADC

View file

@ -22,61 +22,61 @@ config MCG_FCRDIV
if PINMUX_MCUX
config PINMUX_MCUX_PORTA
def_bool y
default y
config PINMUX_MCUX_PORTB
def_bool y if ADC_0
default y if ADC_0
config PINMUX_MCUX_PORTC
def_bool y
default y
endif # PINMUX_MCUX
if GPIO_MCUX
config GPIO_MCUX_PORTA
def_bool y
default y
config GPIO_MCUX_PORTB
def_bool n
default n
config GPIO_MCUX_PORTC
def_bool y
default y
endif # GPIO_MCUX
if UART_MCUX_LPUART
config UART_MCUX_LPUART_0
def_bool y if UART_CONSOLE
default y if UART_CONSOLE
endif # UART_MCUX
if I2C
config I2C_1
def_bool y
default y
endif # I2C
if ADC
config ADC_0
def_bool y
default y
endif # ADC
if FXOS8700
config FXOS8700_DRDY_INT1
def_bool y
default y
endif # FXOS8700
if SPI
config SPI_0
def_bool y
default y
endif # SPI

View file

@ -25,95 +25,95 @@ config MCG_FCRDIV
if UART_MCUX
config UART_MCUX_0
def_bool y if UART_CONSOLE
default y if UART_CONSOLE
config UART_MCUX_4
def_bool y if BT_UART
default y if BT_UART
endif # UART_MCUX
if PINMUX_MCUX
config PINMUX_MCUX_PORTA
def_bool y if MAX30101
default y if MAX30101
config PINMUX_MCUX_PORTB
def_bool y if UART_MCUX_0
default y if UART_MCUX_0
config PINMUX_MCUX_PORTC
def_bool y
default y
config PINMUX_MCUX_PORTD
def_bool y
default y
config PINMUX_MCUX_PORTE
def_bool y if UART_MCUX_4
default y if UART_MCUX_4
endif # PINMUX_MCUX
if GPIO_MCUX
config GPIO_MCUX_PORTA
def_bool y if MAX30101
default y if MAX30101
config GPIO_MCUX_PORTB
def_bool y
default y
config GPIO_MCUX_PORTC
def_bool y
default y
config GPIO_MCUX_PORTD
def_bool y
default y
config GPIO_MCUX_PORTE
def_bool y
default y
endif # GPIO_MCUX
if I2C
config I2C_0
def_bool y
default y
config I2C_1
def_bool y
default y
endif # I2C
if ADC
config ADC_0
def_bool y
default y
config BATTERY_SENSE
def_bool y
default y
endif # ADC
if PWM_MCUX_FTM
config PWM_3
def_bool y
default y
endif # PWM_MCUX_FTM
if SPI
config SPI_0
def_bool y
default y
config SPI_1
def_bool n
default n
config SPI_2
def_bool n
default n
endif # SPI
if NET_L2_ETHERNET
config ETH_MCUX_0
def_bool y
default y
endif # NET_L2_ETHERNET

View file

@ -22,47 +22,47 @@ config MCG_FCRDIV
if PINMUX_MCUX
config PINMUX_MCUX_PORTA
def_bool y
default y
config PINMUX_MCUX_PORTB
def_bool y if ADC_0
default y if ADC_0
config PINMUX_MCUX_PORTC
def_bool y if UART_MCUX_LPUART_0 || I2C_1
default y if UART_MCUX_LPUART_0 || I2C_1
endif # PINMUX_MCUX
if GPIO_MCUX
config GPIO_MCUX_PORTA
def_bool y
default y
config GPIO_MCUX_PORTB
def_bool n
default n
config GPIO_MCUX_PORTC
def_bool y if UART_MCUX_LPUART_0 || I2C_1
default y if UART_MCUX_LPUART_0 || I2C_1
endif # GPIO_MCUX
if UART_MCUX_LPUART
config UART_MCUX_LPUART_0
def_bool y
default y
endif # UART_MCUX
if I2C
config I2C_1
def_bool y
default y
endif # I2C
if ADC
config ADC_0
def_bool y
default y
endif # ADC

View file

@ -14,27 +14,27 @@ config BOARD
if USART_MCUX_LPC
config USART_MCUX_LPC_0
def_bool y if UART_CONSOLE
default y if UART_CONSOLE
endif # USART_MCUX_LPC
if PINMUX_MCUX_LPC
config PINMUX_MCUX_LPC_PORT0
def_bool y
default y
config PINMUX_MCUX_LPC_PORT1
def_bool y
default y
endif # PINMUX_MCUX_LPC
if GPIO_MCUX_LPC
config GPIO_MCUX_LPC_PORT0
def_bool y
default y
config GPIO_MCUX_LPC_PORT1
def_bool y
default y
endif # GPIO_MCUX_LPC

View file

@ -13,36 +13,36 @@ config BOARD
if GPIO_MCUX_IGPIO
config GPIO_MCUX_IGPIO_1
def_bool y
default y
config GPIO_MCUX_IGPIO_2
def_bool n
default n
config GPIO_MCUX_IGPIO_3
def_bool n
default n
config GPIO_MCUX_IGPIO_4
def_bool n
default n
config GPIO_MCUX_IGPIO_5
def_bool y
default y
endif # GPIO_MCUX_IGPIO
if SPI_MCUX_LPSPI
config SPI_3
def_bool y
default y
endif # SPI_MCUX_LPSPI
if UART_MCUX_LPUART
config UART_MCUX_LPUART_1
def_bool y
default y
config UART_MCUX_LPUART_3
def_bool y if BT_UART
default y if BT_UART
endif # UART_MCUX_LPUART

View file

@ -13,17 +13,17 @@ config BOARD
if GPIO_MCUX_IGPIO
config GPIO_MCUX_IGPIO_1
def_bool y
default y
config GPIO_MCUX_IGPIO_5
def_bool y
default y
endif # GPIO_MCUX_IGPIO
if UART_MCUX_LPUART
config UART_MCUX_LPUART_1
def_bool y
default y
endif # UART_MCUX_LPUART

View file

@ -12,51 +12,51 @@ config BOARD
if GPIO
config GPIO_CMSDK_AHB
def_bool y
default y
config GPIO_CMSDK_AHB_PORT0
def_bool y
default y
config GPIO_CMSDK_AHB_PORT1
def_bool y
default y
config GPIO_CMSDK_AHB_PORT2
def_bool y
default y
config GPIO_CMSDK_AHB_PORT3
def_bool y
default y
endif # GPIO
if SERIAL
config UART_CMSDK_APB
def_bool y
default y
config UART_INTERRUPT_DRIVEN
def_bool y
default y
config UART_CMSDK_APB_PORT0
def_bool y
default y
config UART_CMSDK_APB_PORT1
def_bool y
default y
config UART_CMSDK_APB_PORT2
def_bool y
default y
config UART_CMSDK_APB_PORT3
def_bool y
default y
config UART_CMSDK_APB_PORT4
def_bool y
default y
endif # SERIAL
if WATCHDOG
config WDOG_CMSDK_APB
def_bool y
default y
endif # WATCHDOG
@ -65,34 +65,34 @@ if COUNTER
if COUNTER_TMR_CMSDK_APB
config COUNTER_TMR_CMSDK_APB_0
def_bool y
default y
config COUNTER_TMR_CMSDK_APB_1
def_bool y
default y
endif # COUNTER_TMR_CMSDK_APB
if TIMER_TMR_CMSDK_APB
config TIMER_TMR_CMSDK_APB_0
def_bool y
default y
config TIMER_TMR_CMSDK_APB_1
def_bool y
default y
endif # TIMER_TMR_CMSDK_APB
if COUNTER_DTMR_CMSDK_APB
config COUNTER_DTMR_CMSDK_APB_0
def_bool y
default y
endif # COUNTER_DTMR_CMSDK_APB
if TIMER_DTMR_CMSDK_APB
config TIMER_DTMR_CMSDK_APB_0
def_bool y
default y
endif # TIMER_DTMR_CMSDK_APB
@ -101,19 +101,19 @@ endif # COUNTER
if I2C
config I2C_SBCON
def_bool y
default y
config I2C_SBCON_0
def_bool y
default y
config I2C_SBCON_1
def_bool y
default y
config I2C_SBCON_2
def_bool y
default y
config I2C_SBCON_3
def_bool y
default y
endif # I2C

View file

@ -12,12 +12,12 @@ config BOARD
if I2C
config I2C_NRFX
def_bool y
default y
if I2C_NRFX
config I2C_0
def_bool y
default y
endif #I2C_NRFX

View file

@ -12,17 +12,17 @@ config BOARD
if USB
config USB_NRF52840
def_bool y
default y
config USB_DEVICE_STACK
def_bool y
default y
endif # USB
if IEEE802154
config IEEE802154_NRF5
def_bool y
default y
endif # IEEE802154

View file

@ -12,17 +12,17 @@ config BOARD
if USB
config USB_NRF52840
def_bool y
default y
config USB_DEVICE_STACK
def_bool y
default y
endif # USB
if IEEE802154
config IEEE802154_NRF5
def_bool y
default y
endif # IEEE802154

View file

@ -12,17 +12,17 @@ config BOARD
if USB
config USB_NRF52840
def_bool y
default y
config USB_DEVICE_STACK
def_bool y
default y
endif # USB
if IEEE802154
config IEEE802154_NRF5
def_bool y
default y
endif # IEEE802154

View file

@ -12,12 +12,12 @@ config BOARD
if I2C
config I2C_NRFX
def_bool y
default y
if I2C_NRFX
config I2C_0
def_bool y
default y
endif #I2C_NRFX

View file

@ -10,20 +10,20 @@ config BOARD
default "nrf52_pca20020"
config I2C
def_bool y
default y
if I2C
config I2C_NRFX
def_bool y
default y
if I2C_NRFX
config I2C_0
def_bool y
default y
config I2C_1
def_bool y
default y
endif #I2C_NRFX
@ -44,7 +44,7 @@ choice I2C_1_NRF_TYPE
endchoice
config GPIO_SX1509B
def_bool y
default y
config GPIO_SX1509B_INIT_PRIORITY
default 70

View file

@ -12,12 +12,12 @@ config BOARD
if I2C
config I2C_NRFX
def_bool y
default y
if I2C_NRFX
config I2C_0
def_bool y
default y
endif #I2C_NRFX

View file

@ -20,10 +20,10 @@ endif # UART_CONSOLE
if NETWORKING
config NET_L2_ETHERNET
def_bool y
default y
config ETH_STM32_HAL
def_bool y
default y
endif # NETWORKING

View file

@ -27,21 +27,21 @@ endif # SERIAL
if I2C
config I2C_1
def_bool y
default y
endif # I2C
if SPI
config SPI_2
def_bool y
default y
endif # SPI
if PWM
config PWM_STM32_2
def_bool y
default y
endif # PWM

View file

@ -27,14 +27,14 @@ endif # SERIAL
if I2C
config I2C_1
def_bool y
default y
endif # I2C
if SPI
config SPI_1
def_bool y
default y
endif # SPI
@ -54,7 +54,7 @@ endif # NETWORKING
if PWM
config PWM_STM32_2
def_bool y
default y
endif # PWM

View file

@ -28,14 +28,14 @@ endif # SERIAL
if I2C
config I2C_1
def_bool y
default y
endif # I2C
if SPI
config SPI_1
def_bool y
default y
endif # SPI
@ -55,7 +55,7 @@ endif # NETWORKING
if PWM
config PWM_STM32_2
def_bool y
default y
endif # PWM

View file

@ -20,10 +20,10 @@ endif # UART_CONSOLE
if NETWORKING
config NET_L2_ETHERNET
def_bool y
default y
config ETH_STM32_HAL
def_bool y
default y
endif # NETWORKING
@ -37,21 +37,21 @@ endif # SERIAL
if I2C
config I2C_1
def_bool y
default y
endif # I2C
if SPI
config SPI_1
def_bool y
default y
endif # SPI
if PWM
config PWM_STM32_1
def_bool y
default y
endif # PWM

View file

@ -27,31 +27,31 @@ endif # SERIAL
if NETWORKING
config NET_L2_ETHERNET
def_bool y
default y
config ETH_STM32_HAL
def_bool y
default y
endif # NETWORKING
if I2C
config I2C_1
def_bool y
default y
endif # I2C
if PWM
config PWM_STM32_1
def_bool y
default y
endif # PWM
if SPI
config SPI_1
def_bool y
default y
endif # SPI

View file

@ -10,20 +10,20 @@ config BOARD
default "reel_board"
config I2C
def_bool y
default y
if I2C
config I2C_NRFX
def_bool y
default y
if I2C_NRFX
config I2C_0
def_bool y
default y
config I2C_1
def_bool n
default n
endif #I2C_NRFX
@ -50,12 +50,12 @@ endif # I2C
if SPI
config SPI_NRFX
def_bool y
default y
if SPI_NRFX
config SPI_3
def_bool y
default y
config SPI_NRFX_RAM_BUFFER_SIZE
default 8
@ -65,7 +65,7 @@ endif #SPI_NRFX
if SPI_3
config SPI_3_NRF_SPIM
def_bool y
default y
config SPI_3_NRF_RX_DELAY
default 1
@ -77,17 +77,17 @@ endif # SPI
if USB
config USB_NRF52840
def_bool y
default y
config USB_DEVICE_STACK
def_bool y
default y
endif # USB
if IEEE802154
config IEEE802154_NRF5
def_bool y
default y
endif # IEEE802154

View file

@ -59,10 +59,10 @@ endif # I2C
if NETWORKING
config NET_L2_ETHERNET
def_bool y
default y
config ETH_SAM_GMAC
def_bool y if NET_L2_ETHERNET
default y if NET_L2_ETHERNET
endif # NETWORKING

View file

@ -20,10 +20,10 @@ endif # UART_CONSOLE
if NETWORKING
config NET_L2_ETHERNET
def_bool y
default y
config ETH_STM32_HAL
def_bool y
default y
endif # NETWORKING
@ -37,21 +37,21 @@ endif # SERIAL
if I2C
config I2C_1
def_bool y
default y
endif # I2C
if SPI
config SPI_2
def_bool y
default y
endif # SPI
if PWM
config PWM_STM32_1
def_bool y
default y
endif # PWM

View file

@ -13,47 +13,47 @@ config BOARD
if UART_IMX
config UART_IMX_UART_1
def_bool n
default n
config UART_IMX_UART_2
def_bool n
default n
config UART_IMX_UART_3
def_bool n
default n
config UART_IMX_UART_4
def_bool n
default n
config UART_IMX_UART_5
def_bool y if UART_CONSOLE
default y if UART_CONSOLE
config UART_IMX_UART_6
def_bool n
default n
endif # UART_IMX
if GPIO_IMX
config GPIO_IMX_PORT_1
def_bool n
default n
config GPIO_IMX_PORT_2
def_bool n
default n
config GPIO_IMX_PORT_3
def_bool n
default n
config GPIO_IMX_PORT_4
def_bool y
default y
config GPIO_IMX_PORT_5
def_bool n
default n
config GPIO_IMX_PORT_6
def_bool n
default n
config GPIO_IMX_PORT_7
def_bool n
default n
endif # GPIO_IMX

View file

@ -29,73 +29,73 @@ config MCG_FCRDIV
if UART_MCUX
config UART_MCUX_0
def_bool y
default y
endif # UART_MCUX
if PINMUX_MCUX
config PINMUX_MCUX_PORTA
def_bool y if UART_MCUX_0
default y if UART_MCUX_0
config PINMUX_MCUX_PORTB
def_bool y if SPI_1
default y if SPI_1
config PINMUX_MCUX_PORTC
def_bool y
default y
config PINMUX_MCUX_PORTD
def_bool y
default y
endif # PINMUX_MCUX
if GPIO_MCUX
config GPIO_MCUX_PORTA
def_bool y
default y
config GPIO_MCUX_PORTB
def_bool y
default y
config GPIO_MCUX_PORTC
def_bool y
default y
config GPIO_MCUX_PORTD
def_bool y
default y
config GPIO_MCUX_PORTE
def_bool y
default y
endif # GPIO_MCUX
if I2C
config I2C_0
def_bool y
default y
config I2C_1
def_bool n
default n
endif # I2C
if ADC
config ADC_0
def_bool y
default y
endif # ADC
if PWM_MCUX_FTM
config PWM_1
def_bool y
default y
endif # PWM_MCUX_FTM
if SPI
config SPI_1
def_bool y
default y
endif # SPI

View file

@ -14,31 +14,31 @@ config BOARD
if GPIO
config GPIO_CMSDK_AHB
def_bool y
default y
config GPIO_CMSDK_AHB_PORT0
def_bool y
default y
config GPIO_CMSDK_AHB_PORT1
def_bool y
default y
config GPIO_CMSDK_AHB_PORT2
def_bool y
default y
config GPIO_CMSDK_AHB_PORT3
def_bool y
default y
endif # GPIO
if PINMUX
config PINMUX_BEETLE
def_bool y
default y
if PINMUX_DEV
config PINMUX_DEV_ARM_V2M_BEETLE
def_bool y
default y
endif # PINMUX_DEV
@ -47,23 +47,23 @@ endif # PINMUX
if SERIAL
config UART_CMSDK_APB
def_bool y
default y
config UART_CMSDK_APB_PORT0
def_bool y
default y
config UART_CMSDK_APB_PORT1
def_bool y
default y
config UART_INTERRUPT_DRIVEN
def_bool y
default y
endif # SERIAL
if WATCHDOG
config WDOG_CMSDK_APB
def_bool y
default y
endif # WATCHDOG
@ -72,34 +72,34 @@ if COUNTER
if COUNTER_TMR_CMSDK_APB
config COUNTER_TMR_CMSDK_APB_0
def_bool y
default y
config COUNTER_TMR_CMSDK_APB_1
def_bool y
default y
endif # COUNTER_TMR_CMSDK_APB
if TIMER_TMR_CMSDK_APB
config TIMER_TMR_CMSDK_APB_0
def_bool y
default y
config TIMER_TMR_CMSDK_APB_1
def_bool y
default y
endif # TIMER_TMR_CMSDK_APB
if COUNTER_DTMR_CMSDK_APB
config COUNTER_DTMR_CMSDK_APB_0
def_bool y
default y
endif # COUNTER_DTMR_CMSDK_APB
if TIMER_DTMR_CMSDK_APB
config TIMER_DTMR_CMSDK_APB_0
def_bool y
default y
endif # TIMER_DTMR_CMSDK_APB

View file

@ -13,38 +13,38 @@ config BOARD
if GPIO_IMX
config GPIO_IMX_PORT_7
def_bool y
default y
endif # GPIO_IMX
if UART_IMX
config UART_IMX_UART_2
def_bool y
default y
config UART_IMX_UART_6
def_bool y
default y
endif # UART_IMX
if I2C_IMX
config I2C_4
def_bool y
default y
endif # I2C_IMX
if FXOS8700
config FXOS8700_DRDY_INT1
def_bool y
default y
endif # FXOS8700
if FXAS21002
config FXAS21002_DRDY_INT1
def_bool y
default y
endif # FXAS21002

View file

@ -6,7 +6,7 @@ config BOARD
if FLASH
config SOC_FLASH_NIOS2_QSPI
def_bool y
default y
if SOC_FLASH_NIOS2_QSPI

View file

@ -16,17 +16,17 @@ config BOARD
if NETWORKING
config NET_L2_ETHERNET
def_bool y if !NET_LOOPBACK && !NET_TEST
default y if !NET_LOOPBACK && !NET_TEST
config ETH_NATIVE_POSIX
def_bool y if NET_L2_ETHERNET
default y if NET_L2_ETHERNET
endif # NETWORKING
if ENTROPY_GENERATOR
config FAKE_ENTROPY_NATIVE_POSIX
def_bool y
default y
endif # ENTROPY_GENERATOR
@ -41,34 +41,34 @@ endif # BT_HCI
if SERIAL
config UART_NATIVE_POSIX
def_bool y
default y
endif # SERIAL
if LOG
config LOG_BACKEND_NATIVE_POSIX
def_bool y if !SERIAL
default y if !SERIAL
# For native_posix we can log immediately without any problem
# Doing so will be nicer for debugging
config LOG_INPLACE_PROCESS
def_bool y
default y
# If we set LOG_INPLACE_PROCESS, there is no need to have the logging thread
# running
config LOG_PROCESS_THREAD
def_bool n
default n
endif # LOG
if CONSOLE
config NATIVE_POSIX_CONSOLE
def_bool y if !SERIAL
default y if !SERIAL
config UART_CONSOLE
def_bool y if SERIAL
default y if SERIAL
endif #CONSOLE

View file

@ -16,7 +16,7 @@ config BOARD
if BT
config BT_CTLR
def_bool y
default y
endif # BT
@ -24,17 +24,17 @@ if LOG
# This board can reuse the native_posix logging backend
config LOG_BACKEND_NATIVE_POSIX
def_bool y if !SERIAL
default y if !SERIAL
# For native_posix we can log immediately without any problem
# Doing so will be nicer for debugging
config LOG_INPLACE_PROCESS
def_bool y
default y
# If we set LOG_INPLACE_PROCESS, there is no need to have the logging thread
# running
config LOG_PROCESS_THREAD
def_bool n
default n
endif # LOG

View file

@ -13,10 +13,10 @@ config SS_RESET_VECTOR
if FLASH && SPI
config SPI_FLASH_W25QXXDV
def_bool y
default y
config GPIO
def_bool y
default y
if SPI_FLASH_W25QXXDV
@ -25,7 +25,7 @@ config SPI_FLASH_W25QXXDV_SPI_NAME
config SPI_FLASH_W25QXXDV_SPI_SLAVE
default 1
config SPI_FLASH_W25QXXDV_GPIO_SPI_CS
def_bool y
default y
config SPI_FLASH_W25QXXDV_GPIO_SPI_CS_DRV_NAME
default "GPIO_0"
config SPI_FLASH_W25QXXDV_GPIO_SPI_CS_PIN
@ -60,7 +60,7 @@ endif # FLASH && SPI
if USB_DEVICE_STACK
config USB_VBUS_GPIO
def_bool y
default y
config USB_VBUS_GPIO_DEV_NAME
default "GPIO_0"

View file

@ -2,38 +2,38 @@
if BOARD_GALILEO
config BUILD_OUTPUT_STRIPPED
def_bool y
default y
config BOARD
default "galileo"
config I2C
def_bool y
default y
config GPIO
def_bool y
default y
config PWM
def_bool y
default y
config SPI
def_bool y
default y
config SHARED_IRQ
def_bool y
default y
config PCI_ENUMERATION
def_bool y
default y
if GPIO && I2C
config GPIO_PCAL9535A
def_bool y
default y
if GPIO_PCAL9535A
config GPIO_PCAL9535A_0
def_bool y
default y
if GPIO_PCAL9535A_0
@ -47,7 +47,7 @@ config GPIO_PCAL9535A_0_I2C_MASTER_DEV_NAME
endif # GPIO_PCAL9535A_0
config GPIO_PCAL9535A_1
def_bool y
default y
if GPIO_PCAL9535A_1
@ -61,7 +61,7 @@ config GPIO_PCAL9535A_1_I2C_MASTER_DEV_NAME
endif # GPIO_PCAL9535A_1
config GPIO_PCAL9535A_2
def_bool y
default y
if GPIO_PCAL9535A_2
@ -81,12 +81,12 @@ endif # GPIO && I2C
if PWM && I2C
config PWM_PCA9685
def_bool y
default y
if PWM_PCA9685
config PWM_PCA9685_0
def_bool y
default y
if PWM_PCA9685_0

View file

@ -5,6 +5,6 @@ config BOARD
default "minnowboard"
config BUILD_OUTPUT_STRIPPED
def_bool y
default y
endif # BOARD_MINNOWBOARD

View file

@ -6,15 +6,15 @@ config BOARD
config UART_QMSI_0_HW_FC
def_bool y
default y
if IEEE802154_CC2520
config SPI
def_bool y
default y
config GPIO
def_bool y
default y
config IEEE802154_CC2520_SPI_DRV_NAME
default SPI_1_NAME
@ -24,7 +24,7 @@ config IEEE802154_CC2520_SPI_SLAVE
default 1
config IEEE802154_CC2520_GPIO_SPI_CS
def_bool y
default y
config IEEE802154_CC2520_GPIO_SPI_CS_DRV_NAME
default "GPIO_0"
config IEEE802154_CC2520_GPIO_SPI_CS_PIN
@ -42,7 +42,7 @@ endif # IEEE802154_CC2520
if USB_DEVICE_STACK
config USB_VBUS_GPIO
def_bool y
default y
config USB_VBUS_GPIO_DEV_NAME
default "GPIO_0"

View file

@ -13,13 +13,13 @@ config SS_RESET_VECTOR
if USB
config USB_DW
def_bool y
default y
config USB_DEVICE_STACK
def_bool y
default y
config USB_VBUS_GPIO
def_bool y
default y
config USB_VBUS_GPIO_DEV_NAME
default "GPIO_0"
@ -30,10 +30,10 @@ config USB_VBUS_GPIO_PIN_NUM
if USB_UART_CONSOLE
config UART_INTERRUPT_DRIVEN
def_bool y
default y
config UART_LINE_CTRL
def_bool y
default y
endif
endif

View file

@ -5,18 +5,18 @@ config BOARD
default "up_squared"
config BUILD_OUTPUT_STRIPPED
def_bool y
default y
if I2C
config I2C_DW
def_bool y
default y
config I2C_0
def_bool y
default y
config I2C_1
def_bool y
default y
endif # I2C

View file

@ -62,11 +62,11 @@ endif # DMA_CAVS
if USB
config USB_DW
def_bool y
default y
config USB_DW_IRQ_PRI
default 3
config USB_DW_USB_2_0
def_bool y
default y
config USB_HID_MAX_PAYLOAD_SIZE
default 128
config USB_COMPOSITE_BUFFER_SIZE
@ -76,14 +76,14 @@ endif # USB
if UART_NS16550
config UART_NS16550_PORT_0
def_bool y
default y
if UART_NS16550_PORT_0
config UART_NS16550_PORT_0_OPTIONS
default 0
config UART_INTERRUPT_DRIVEN
def_bool y
default y
endif # UART_NS16550_PORT_0
@ -92,39 +92,39 @@ endif # UART_NS16550
if I2C
config I2C_DW
def_bool y
default y
config I2C_0
def_bool y
default y
endif
if DMA
config DMA_CAVS
def_bool y
default y
config DCACHE_WRITEBACK
def_bool y
default y
endif
if I2S
config I2S_CAVS
def_bool y
default y
endif
if AUDIO
config AUDIO_CODEC
def_bool y
default y
config AUDIO_TLV320DAC
def_bool y
default y
config AUDIO_DMIC
def_bool y
default y
config AUDIO_INTEL_DMIC
def_bool y
default y
endif
@ -132,16 +132,16 @@ endif
if NEURAL_NET_ACCEL
config INTEL_GNA
def_bool y
default y
endif
if GPIO
config GPIO_DW
def_bool y
default y
config GPIO_DW_0
def_bool y
default y
endif

View file

@ -12,10 +12,10 @@ config BOARD
if USB
config USB_NRF52840
def_bool y
default y
config USB_DEVICE_STACK
def_bool y
default y
endif # USB

View file

@ -26,56 +26,56 @@ config SYS_CLOCK_HW_CYCLES_PER_SEC
default 32000000
config HARVARD
def_bool n
default n
config QMSI
def_bool y
default y
config QMSI_BUILTIN
def_bool y
default y
if RTC
config RTC_QMSI
def_bool y
default y
endif # RTC
if PWM
config PWM_QMSI
def_bool y
default y
endif # PWM
if PINMUX
config PINMUX_QMSI
def_bool y
default y
endif
if GPIO
config GPIO_QMSI
def_bool n
default n
if GPIO_QMSI
config GPIO_QMSI_0
def_bool y
default y
config GPIO_QMSI_1
def_bool y
default y
endif # GPIO_QMSI
config GPIO_QMSI_SS
def_bool y
default y
if GPIO_QMSI_SS
config GPIO_QMSI_SS_0
def_bool y
default y
config GPIO_QMSI_SS_1
def_bool y
default y
endif # GPIO_QMSI_SS
@ -85,14 +85,14 @@ endif # GPIO
if I2C
config I2C_QMSI
def_bool n
default n
if I2C_QMSI
config I2C_0
def_bool y
default y
config I2C_1
def_bool y
default y
config I2C_SDA_SETUP
default 2
@ -106,14 +106,14 @@ config I2C_SDA_RX_HOLD
endif
config I2C_QMSI_SS
def_bool y
default y
if I2C_QMSI_SS
config I2C_SS_0
def_bool y
default y
config I2C_SS_1
def_bool y
default y
config I2C_SS_SDA_SETUP
default 2
@ -127,30 +127,30 @@ endif # I2C
if ADC
config ADC_DW
def_bool y
default y
endif
if BT_H4
config UART_QMSI_0
def_bool y
default y
config UART_QMSI_0_HW_FC
def_bool y
default y
endif # BT_H4
if UART_QMSI
config UART_QMSI_1
def_bool y
default y
endif # UART_QMSI
if SPI
config SPI_DW
def_bool y
default y
if SPI_DW
@ -158,22 +158,22 @@ config SPI_DW_FIFO_DEPTH
default 7
config CLOCK_CONTROL
def_bool y
default y
config CLOCK_CONTROL_QUARK_SE
def_bool y
default y
config CLOCK_CONTROL_QUARK_SE_SENSOR
def_bool y
default y
config SPI_0
def_bool y
default y
config SPI_DW_PORT_0_INTERRUPT_SINGLE_LINE
def_bool n
default n
config SPI_DW_PORT_0_CLOCK_GATE
def_bool y
default y
config SPI_DW_PORT_0_CLOCK_GATE_DRV_NAME
default CLOCK_CONTROL_QUARK_SE_SENSOR_DRV_NAME
@ -182,13 +182,13 @@ config SPI_DW_PORT_0_CLOCK_GATE_SUBSYS
default 3
config SPI_1
def_bool y
default y
config SPI_DW_PORT_1_INTERRUPT_SINGLE_LINE
def_bool n
default n
config SPI_DW_PORT_1_CLOCK_GATE
def_bool y
default y
config SPI_DW_PORT_1_CLOCK_GATE_DRV_NAME
default CLOCK_CONTROL_QUARK_SE_SENSOR_DRV_NAME
@ -202,30 +202,30 @@ endif # SPI
if AIO_COMPARATOR
config AIO_COMPARATOR_QMSI
def_bool y
default y
endif # AIO_COMPARATOR
if WATCHDOG
config WDT_QMSI
def_bool y
default y
endif # WATCHDOG
if DMA
config DMA_QMSI
def_bool y
default y
endif # DMA
if COUNTER
config AON_COUNTER_QMSI
def_bool y
default y
config AON_TIMER_QMSI
def_bool y
default y
config AON_TIMER_IRQ_PRI
default 0

View file

@ -27,10 +27,10 @@ config SYS_CLOCK_HW_CYCLES_PER_SEC
default 20000000
config HARVARD
def_bool n
default n
config CACHE_FLUSHING
def_bool y
default y
config FP_FPU_DA
def_bool y

View file

@ -32,14 +32,14 @@ config SYS_CLOCK_HW_CYCLES_PER_SEC
default 30000000 if BOARD_EM_STARTERKIT_R22
config HARVARD
def_bool y
default y
config ARC_FIRQ
def_bool n if BOARD_EM_STARTERKIT_R23
def_bool y if BOARD_EM_STARTERKIT_R22
default n if BOARD_EM_STARTERKIT_R23
default y if BOARD_EM_STARTERKIT_R22
config CACHE_FLUSHING
def_bool y
default y
if (ARC_MPU_VER = 2)

View file

@ -27,6 +27,6 @@ config SYS_CLOCK_HW_CYCLES_PER_SEC
default 20000000
config HARVARD
def_bool y
default y
endif #SOC_EMSK_EM9D

View file

@ -28,13 +28,13 @@ config SYS_CLOCK_HW_CYCLES_PER_SEC
default 10000000
config HARVARD
def_bool y
default y
config ARC_FIRQ
def_bool y
default y
config CACHE_FLUSHING
def_bool y
default y
if (ARC_MPU_VER = 2)

View file

@ -28,12 +28,12 @@ config SYS_CLOCK_HW_CYCLES_PER_SEC
default 10000000
config HARVARD
def_bool y
default y
config ARC_FIRQ
def_bool n
default n
config CACHE_FLUSHING
def_bool y
default y
endif #SOC_NSIM_SEM

View file

@ -9,6 +9,6 @@ source "soc/arm/atmel_sam/*/Kconfig.defconfig.series"
if SOC_FAMILY_SAM
config WATCHDOG
def_bool y
default y
endif

View file

@ -14,7 +14,7 @@ config SOC
if SERIAL
config UART_PSOC6
def_bool y
default y
endif # SERIAL

View file

@ -14,7 +14,7 @@ config SOC
if SERIAL
config UART_PSOC6
def_bool y
default y
endif # SERIAL

View file

@ -29,7 +29,7 @@ endif # GPIO
if FLASH
config SOC_FLASH_NRF
def_bool y
default y
endif # FLASH

View file

@ -27,7 +27,7 @@ config NUM_IRQS
if SENSOR
config TEMP_NRF5
def_bool y
default y
endif # SENSOR

View file

@ -21,14 +21,14 @@ endif # CLOCK_CONTROL
if GPIO
config GPIO_IMX
def_bool y
default y
endif # GPIO
if SERIAL
config UART_IMX
def_bool y
default y
endif # SERIAL

View file

@ -22,38 +22,38 @@ config SYS_CLOCK_HW_CYCLES_PER_SEC
if CLOCK_CONTROL
config CLOCK_CONTROL_IMX_CCM
def_bool y
default y
endif # CLOCK_CONTROL
config GPIO
def_bool y
default y
if GPIO
config GPIO_IMX
def_bool y
default y
endif # GPIO
if SERIAL
config UART_IMX
def_bool y
default y
endif # SERIAL
if I2C
config I2C_IMX
def_bool y
default y
endif # I2C
if PWM
config PWM_IMX
def_bool y
default y
endif # PWM

View file

@ -14,7 +14,7 @@ config SOC
if CLOCK_CONTROL
config CLOCK_CONTROL_MCUX_CCM
def_bool y
default y
endif # CLOCK_CONTROL
@ -28,26 +28,26 @@ config IPG_DIV
default 3
config GPIO
def_bool y
default y
if GPIO
config GPIO_MCUX_IGPIO
def_bool y
default y
endif # GPIO
if SERIAL
config UART_MCUX_LPUART
def_bool y
default y
endif # SERIAL
if SPI
config SPI_MCUX_LPSPI
def_bool y
default y
endif # SPI

View file

@ -14,7 +14,7 @@ config SOC
if CLOCK_CONTROL
config CLOCK_CONTROL_MCUX_CCM
def_bool y
default y
endif # CLOCK_CONTROL
@ -28,19 +28,19 @@ config IPG_DIV
default 3
config GPIO
def_bool y
default y
if GPIO
config GPIO_MCUX_IGPIO
def_bool y
default y
endif # GPIO
if SERIAL
config UART_MCUX_LPUART
def_bool y
default y
endif # SERIAL

View file

@ -15,97 +15,97 @@ config SOC
if ADC
config ADC_MCUX_ADC16
def_bool y
default y
endif # ADC
if CLOCK_CONTROL
config CLOCK_CONTROL_MCUX_SIM
def_bool y
default y
endif # CLOCK_CONTROL
if PINMUX
config PINMUX_MCUX
def_bool y
default y
endif # PINMUX
config GPIO
def_bool y
default y
if GPIO
config GPIO_MCUX
def_bool y
default y
endif # GPIO
if I2C
config I2C_MCUX
def_bool y
default y
endif # I2C
if PWM
config PWM_MCUX_FTM
def_bool y
default y
endif # PWM
config SPI
def_bool n
default n
if SPI
config SPI_MCUX_DSPI
def_bool y
default y
endif # SPI
if NET_L2_ETHERNET
config ETH_MCUX
def_bool y
default y
endif # NET_L2_ETHERNET
if ENTROPY_GENERATOR
config ENTROPY_MCUX_RNGA
def_bool y
default y
endif # ENTROPY_GENERATOR
if FLASH
config SOC_FLASH_MCUX
def_bool y
default y
endif # FLASH
if SERIAL
config UART_MCUX
def_bool y
default y
endif # SERIAL
if USB
config USB_KINETIS
def_bool y
default y
endif # USB
if WATCHDOG
config WDT_MCUX_WDOG
def_bool y
default y
endif # WATCHDOG

View file

@ -18,56 +18,56 @@ config NUM_IRQS
if ADC
config ADC_MCUX_ADC16
def_bool y
default y
endif # ADC
if CLOCK_CONTROL
config CLOCK_CONTROL_MCUX_SIM
def_bool y
default y
endif # CLOCK_CONTROL
if PINMUX
config PINMUX_MCUX
def_bool y
default y
endif # PINMUX
if GPIO
config GPIO_MCUX
def_bool y
default y
endif # GPIO
if SERIAL
config UART_MCUX_LPSCI
def_bool y
default y
endif # SERIAL
if I2C
config I2C_MCUX
def_bool y
default y
endif # I2C
if FLASH
config SOC_FLASH_MCUX
def_bool y
default y
endif # FLASH
if USB
config USB_KINETIS
def_bool y
default y
endif # USB

View file

@ -30,87 +30,87 @@ config NUM_IRQS
if ADC
config ADC_MCUX_ADC16
def_bool y
default y
endif # ADC
if CLOCK_CONTROL
config CLOCK_CONTROL_MCUX_SIM
def_bool y
default y
endif # CLOCK_CONTROL
if PINMUX
config PINMUX_MCUX
def_bool y
default y
endif # PINMUX
if GPIO
config GPIO_MCUX
def_bool y
default y
endif # GPIO
if I2C
config I2C_MCUX
def_bool y
default y
endif # I2C
config SPI
def_bool y
default y
if PWM
config PWM_MCUX_FTM
def_bool y
default y
endif # PWM
if SPI
config SPI_MCUX_DSPI
def_bool y
default y
endif # SPI
if ENTROPY_GENERATOR
config ENTROPY_MCUX_RNGA
def_bool y
default y
endif # ENTROPY_GENERATOR
if FLASH
config SOC_FLASH_MCUX
def_bool y
default y
endif # FLASH
if SERIAL
config UART_MCUX
def_bool y
default y
endif # SERIAL
if USB
config USB_KINETIS
def_bool y
default y
endif # USB
if WATCHDOG
config WDT_MCUX_WDOG
def_bool y
default y
endif # WATCHDOG

View file

@ -18,63 +18,63 @@ config NUM_IRQS
if ADC
config ADC_MCUX_ADC16
def_bool y
default y
endif # ADC
if CLOCK_CONTROL
config CLOCK_CONTROL_MCUX_SIM
def_bool y
default y
endif # CLOCK_CONTROL
if PINMUX
config PINMUX_MCUX
def_bool y
default y
endif # PINMUX
if GPIO
config GPIO_MCUX
def_bool y
default y
endif # GPIO
if SERIAL
config UART_MCUX_LPUART
def_bool y
default y
endif # SERIAL
if I2C
config I2C_MCUX
def_bool y
default y
endif # I2C
if SPI
config SPI_MCUX_DSPI
def_bool y
default y
endif # SPI
if ENTROPY_GENERATOR
config ENTROPY_MCUX_TRNG
def_bool y
default y
endif # ENTROPY_GENERATOR
if FLASH
config SOC_FLASH_MCUX
def_bool y
default y
endif # FLASH

View file

@ -18,70 +18,70 @@ config NUM_IRQS
if RTC
config RTC_MCUX
def_bool y
default y
endif # RTC
if ADC
config ADC_MCUX_ADC16
def_bool y
default y
endif # ADC
if CLOCK_CONTROL
config CLOCK_CONTROL_MCUX_SIM
def_bool y
default y
endif # CLOCK_CONTROL
if PINMUX
config PINMUX_MCUX
def_bool y
default y
endif # PINMUX
if GPIO
config GPIO_MCUX
def_bool y
default y
endif # GPIO
if SERIAL
config UART_MCUX_LPUART
def_bool y
default y
endif # SERIAL
if I2C
config I2C_MCUX
def_bool y
default y
endif # I2C
if SPI
config SPI_MCUX_DSPI
def_bool y
default y
endif # SPI
if ENTROPY_GENERATOR
config ENTROPY_MCUX_TRNG
def_bool y
default y
endif # ENTROPY_GENERATOR
if FLASH
config SOC_FLASH_MCUX
def_bool y
default y
endif # FLASH
@ -89,11 +89,11 @@ if NETWORKING
if !NET_L2_OPENTHREAD
config NET_L2_IEEE802154
def_bool y
default y
endif # NET_L2_OPENTHREAD
config IEEE802154_KW41Z
def_bool y
default y
config NET_CONFIG_IEEE802154_DEV_NAME
default IEEE802154_KW41Z_DRV_NAME

View file

@ -15,24 +15,24 @@ config SOC
if PINMUX
config PINMUX_MCUX_LPC
def_bool n
default n
endif # PINMUX
config GPIO
def_bool n
default n
if GPIO
config GPIO_MCUX_LPC
def_bool n
default n
endif # GPIO
if SERIAL
config USART_MCUX_LPC
def_bool n
default n
endif # SERIAL

View file

@ -14,21 +14,21 @@ config SOC
if PINMUX
config PINMUX_MCUX_LPC
def_bool y
default y
endif # PINMUX
if GPIO
config GPIO_MCUX_LPC
def_bool y
default y
endif # GPIO
if SERIAL
config USART_MCUX_LPC
def_bool y
default y
endif # SERIAL

View file

@ -13,26 +13,26 @@ config SOC
default "efm32hg"
config GPIO
def_bool y
default y
if GPIO
config GPIO_GECKO
def_bool y
default y
endif # GPIO
if SERIAL
config UART_GECKO
def_bool y
default y
endif # SERIAL
if FLASH
config SOC_FLASH_GECKO
def_bool y
default y
endif # FLASH

View file

@ -13,26 +13,26 @@ config SOC
default "efm32wg"
config GPIO
def_bool y
default y
if GPIO
config GPIO_GECKO
def_bool y
default y
endif # GPIO
if SERIAL
config UART_GECKO
def_bool y
default y
endif # SERIAL
if FLASH
config SOC_FLASH_GECKO
def_bool y
default y
endif # FLASH

View file

@ -13,26 +13,26 @@ config SOC
default "efr32fg1p"
config GPIO
def_bool y
default y
if GPIO
config GPIO_GECKO
def_bool y
default y
endif # GPIO
if SERIAL
config UART_GECKO
def_bool y
default y
endif # SERIAL
if FLASH
config SOC_FLASH_GECKO
def_bool y
default y
endif # FLASH

View file

@ -13,22 +13,22 @@ config SOC
default "efr32mg12p"
config GPIO
def_bool y
default y
if GPIO
config GPIO_GECKO
def_bool y
default y
endif # GPIO
if SERIAL
config UART_GECKO
def_bool y
default y
config LEUART_GECKO
def_bool y
default y
endif # SERIAL
@ -42,7 +42,7 @@ endif # I2C
if FLASH
config SOC_FLASH_GECKO
def_bool y
default y
endif # FLASH

View file

@ -10,72 +10,72 @@ if SOC_FAMILY_STM32
if SERIAL
config UART_STM32
def_bool y
default y
endif #SERIAL
if GPIO
config GPIO_STM32
def_bool y
default y
config GPIO_STM32_PORTA
def_bool y
default y
config GPIO_STM32_PORTB
def_bool y
default y
config GPIO_STM32_PORTC
def_bool y
default y
endif #GPIO
if PINMUX
config PINMUX_STM32
def_bool y
default y
endif #PINMUX
if WATCHDOG
config IWDG_STM32
def_bool y
default y
endif # WATCHDOG
if PWM
config PWM_STM32
def_bool y
default y
endif # PWM
if SPI
config SPI_STM32
def_bool y
default y
endif # SPI
if I2C
config I2C_STM32
def_bool y
default y
endif
if USB
config USB_DC_STM32
def_bool y
default y
endif # USB
if RTC
config RTC_STM32
def_bool y
default y
endif # RTC

View file

@ -25,7 +25,7 @@ endif # GPIO_STM32
if I2C_STM32
config I2C_STM32_V2
def_bool y
default y
endif # I2C_STM32

View file

@ -22,7 +22,7 @@ endif # GPIO_STM32
if I2C_STM32
config I2C_STM32_V1
def_bool y
default y
endif # I2C_STM32

View file

@ -22,7 +22,7 @@ endif # GPIO_STM32
if I2C_STM32
config I2C_STM32_V2
def_bool y
default y
endif # I2C_STM32

View file

@ -28,14 +28,14 @@ endif # GPIO_STM32
if I2C_STM32
config I2C_STM32_V1
def_bool y
default y
endif # I2C_STM32
if DMA
config DMA_STM32F4X
def_bool y
default y
endif # DMA

View file

@ -31,7 +31,7 @@ endif # GPIO_STM32
if ENTROPY_GENERATOR
config ENTROPY_STM32_RNG
def_bool y
default y
endif # ENTROPY_GENERATOR

View file

@ -31,7 +31,7 @@ endif # GPIO_STM32
if ENTROPY_GENERATOR
config ENTROPY_STM32_RNG
def_bool y
default y
endif # ENTROPY_GENERATOR

View file

@ -31,7 +31,7 @@ endif # GPIO_STM32
if ENTROPY_GENERATOR
config ENTROPY_STM32_RNG
def_bool y
default y
endif # ENTROPY_GENERATOR

View file

@ -28,7 +28,7 @@ endif # GPIO_STM32
if ENTROPY_GENERATOR
config ENTROPY_STM32_RNG
def_bool y
default y
endif # ENTROPY_GENERATOR

View file

@ -28,7 +28,7 @@ endif # GPIO_STM32
if ENTROPY_GENERATOR
config ENTROPY_STM32_RNG
def_bool y
default y
endif # ENTROPY_GENERATOR

View file

@ -31,7 +31,7 @@ endif # GPIO_STM32
if ENTROPY_GENERATOR
config ENTROPY_STM32_RNG
def_bool y
default y
endif # ENTROPY_GENERATOR

View file

@ -37,7 +37,7 @@ endif # GPIO_STM32
if ENTROPY_GENERATOR
config ENTROPY_STM32_RNG
def_bool y
default y
endif # ENTROPY_GENERATOR

View file

@ -37,7 +37,7 @@ endif # GPIO_STM32
if ENTROPY_GENERATOR
config ENTROPY_STM32_RNG
def_bool y
default y
endif # ENTROPY_GENERATOR

View file

@ -31,14 +31,14 @@ endif # GPIO_STM32
if I2C_STM32
config I2C_STM32_V2
def_bool y
default y
endif # I2C_STM32
if ENTROPY_GENERATOR
config ENTROPY_STM32_RNG
def_bool y
default y
endif # ENTROPY_GENERATOR

View file

@ -19,7 +19,7 @@ endif # GPIO_STM32
if I2C_STM32
config I2C_STM32_V2
def_bool y
default y
endif # I2C_STM32

View file

@ -16,14 +16,14 @@ config SOC_SERIES
if I2C_STM32
config I2C_STM32_V2
def_bool y
default y
endif # I2C_STM32
if ENTROPY_GENERATOR
config ENTROPY_STM32_RNG
def_bool y
default y
endif # ENTROPY_GENERATOR

Some files were not shown because too many files have changed in this diff Show more