kconfig: Global whitespace/consistency cleanup
Clean up space errors and use a consistent style throughout the Kconfig files. This makes reading the Kconfig files more distraction-free, helps with grepping, and encourages the same style getting copied around everywhere (meaning another pass hopefully won't be needed). Go for the most common style: - Indent properties with a single tab, including for choices. Properties on choices work exactly the same syntactically as properties on symbols, so not sure how the no-indentation thing happened. - Indent help texts with a tab followed by two spaces - Put a space between 'config' and the symbol name, not a tab. This also helps when grepping for definitions. - Do '# A comment' instead of '#A comment' I tweaked Kconfiglib a bit to find most of the stuff. Some help texts were reflowed to 79 columns with 'gq' in Vim as well, though not all, because I was afraid I'd accidentally mess up formatting. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
parent
9555f82d28
commit
975de21858
13
arch/Kconfig
13
arch/Kconfig
|
@ -71,13 +71,12 @@ source "subsys/logging/Kconfig.template.log_config"
|
|||
config BIG_ENDIAN
|
||||
bool
|
||||
help
|
||||
This option tells the build system that the target system is
|
||||
big-endian. Little-endian architecture is the default and
|
||||
should leave this option unselected. This option is selected
|
||||
by arch/$ARCH/Kconfig, soc/**/Kconfig, or boards/**/Kconfig
|
||||
and the user should generally avoid modifying it. The option
|
||||
is used to select linker script OUTPUT_FORMAT and command
|
||||
line option for gen_isr_tables.py.
|
||||
This option tells the build system that the target system is big-endian.
|
||||
Little-endian architecture is the default and should leave this option
|
||||
unselected. This option is selected by arch/$ARCH/Kconfig,
|
||||
soc/**/Kconfig, or boards/**/Kconfig and the user should generally avoid
|
||||
modifying it. The option is used to select linker script OUTPUT_FORMAT
|
||||
and command line option for gen_isr_tables.py.
|
||||
|
||||
config 64BIT
|
||||
bool
|
||||
|
|
|
@ -65,8 +65,8 @@ config EXTRA_EXCEPTION_INFO
|
|||
describing what that cause code means.
|
||||
|
||||
choice
|
||||
prompt "Global Pointer options"
|
||||
default GP_GLOBAL
|
||||
prompt "Global Pointer options"
|
||||
default GP_GLOBAL
|
||||
|
||||
config GP_NONE
|
||||
bool "No global pointer"
|
||||
|
|
|
@ -17,8 +17,10 @@ config QEMU_TARGET
|
|||
# Note: $BOARD_DIR might be a glob pattern
|
||||
|
||||
choice
|
||||
prompt "Board Selection"
|
||||
prompt "Board Selection"
|
||||
|
||||
source "$(BOARD_DIR)/Kconfig.board"
|
||||
|
||||
endchoice
|
||||
|
||||
|
||||
|
|
|
@ -77,7 +77,7 @@ config VL53L0X_XSHUT_GPIO_DEV_NAME
|
|||
config VL53L0X_XSHUT_GPIO_PIN_NUM
|
||||
default 6
|
||||
|
||||
endif #VL53L0X
|
||||
endif # VL53L0X
|
||||
|
||||
if LSM6DSL
|
||||
|
||||
|
@ -107,7 +107,7 @@ config BT_HCI_ACL_FLOW_CONTROL
|
|||
config BT_HCI_VS_EXT
|
||||
default n
|
||||
|
||||
endif #BT
|
||||
endif # BT
|
||||
|
||||
if WIFI
|
||||
|
||||
|
@ -117,6 +117,6 @@ config SPI
|
|||
config WIFI_ESWIFI
|
||||
default y
|
||||
|
||||
endif #WIFI
|
||||
endif # WIFI
|
||||
|
||||
endif # BOARD_DISCO_L475_IOT1
|
||||
|
|
|
@ -99,7 +99,6 @@ if !RTOS_TIMER
|
|||
# If RTOS timer is not enabled we use ARM Cortex-M
|
||||
# SYSTICK. SYSTICK frequency is 48MHz divided by
|
||||
# SOC_MEC1501_PROC_CLK_DIV.
|
||||
#
|
||||
|
||||
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||||
default 48000000
|
||||
|
@ -117,6 +116,5 @@ config PS2_XEC_0
|
|||
config PS2_XEC_1
|
||||
default y
|
||||
|
||||
endif #PS2
|
||||
endif # PS2
|
||||
endif # BOARD_MEC1501MODULAR_ASSY6885
|
||||
|
||||
|
|
|
@ -117,7 +117,7 @@ config PS2_XEC_0
|
|||
config PS2_XEC_1
|
||||
default y
|
||||
|
||||
endif #PS2
|
||||
endif # PS2
|
||||
|
||||
if SPI
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ config BOARD_HAS_NRF5_BOOTLOADER
|
|||
bool "Board has nRF5 bootloader"
|
||||
default y
|
||||
help
|
||||
If selected, applications are linked so that they can be loaded by
|
||||
Nordic nRF5 bootloader.
|
||||
If selected, applications are linked so that they can be loaded by Nordic
|
||||
nRF5 bootloader.
|
||||
|
||||
endif # BOARD_NRF52840_PCA10059
|
||||
|
|
|
@ -10,9 +10,9 @@ config BOARD_NRF52840_GPIO_RESET
|
|||
bool "Use nRF52840 PCA10090 GPIO reset pin"
|
||||
default y if BT_H4
|
||||
help
|
||||
Use a GPIO pin to reset the nRF52840 controller and let it wait
|
||||
until all bytes traveling to the H4 device have been received
|
||||
and drained, thus ensuring communication can begin correctly.
|
||||
Use a GPIO pin to reset the nRF52840 controller and let it wait until all
|
||||
bytes traveling to the H4 device have been received and drained, thus
|
||||
ensuring communication can begin correctly.
|
||||
|
||||
if BOARD_NRF52840_GPIO_RESET
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ if PWM
|
|||
config PWM_STM32_2
|
||||
default y
|
||||
|
||||
endif #PWM
|
||||
endif # PWM
|
||||
|
||||
|
||||
endif # BOARD_STEVAL_FCU001V1
|
||||
|
|
|
@ -27,4 +27,4 @@ config BOARD_TWR_KE18F_SPI_1_PCS2
|
|||
depends on SPI_1
|
||||
default y
|
||||
|
||||
endif #BOARD_TWR_KE18F
|
||||
endif # BOARD_TWR_KE18F
|
||||
|
|
|
@ -72,7 +72,7 @@ config NATIVE_POSIX_CONSOLE
|
|||
config UART_CONSOLE
|
||||
default y if SERIAL
|
||||
|
||||
endif #CONSOLE
|
||||
endif # CONSOLE
|
||||
|
||||
if DISPLAY
|
||||
|
||||
|
|
|
@ -11,8 +11,8 @@ if BOARD_UP_SQUARED
|
|||
comment "UP Squared Board Options"
|
||||
|
||||
choice
|
||||
prompt "UP Squared SoC variant"
|
||||
default BOARD_UP_SQUARED_ATOM
|
||||
prompt "UP Squared SoC variant"
|
||||
default BOARD_UP_SQUARED_ATOM
|
||||
|
||||
config BOARD_UP_SQUARED_ATOM
|
||||
bool "Atom E3940"
|
||||
|
|
|
@ -34,4 +34,4 @@ config CAN_NET_INIT_PRIORITY
|
|||
Note that the priority needs to be lower than the net stack
|
||||
so that it can start before the networking sub-system.
|
||||
|
||||
endif #CAN_NET
|
||||
endif # CAN_NET
|
||||
|
|
|
@ -29,7 +29,7 @@ config CLOCK_CONTROL_STM32_DEVICE_INIT_PRIORITY
|
|||
at default value 1
|
||||
|
||||
choice CLOCK_STM32_SYSCLK_SRC
|
||||
prompt "STM32 System Clock Source"
|
||||
prompt "STM32 System Clock Source"
|
||||
|
||||
config CLOCK_STM32_SYSCLK_SRC_HSE
|
||||
bool "HSE"
|
||||
|
@ -87,9 +87,9 @@ config CLOCK_STM32_MSI_RANGE
|
|||
Range 11: 48 MHz
|
||||
|
||||
choice
|
||||
prompt "STM32 PLL Clock Source"
|
||||
depends on CLOCK_STM32_SYSCLK_SRC_PLL
|
||||
default CLOCK_STM32_PLL_SRC_HSI
|
||||
prompt "STM32 PLL Clock Source"
|
||||
default CLOCK_STM32_PLL_SRC_HSI
|
||||
depends on CLOCK_STM32_SYSCLK_SRC_PLL
|
||||
|
||||
config CLOCK_STM32_PLL_SRC_MSI
|
||||
bool "MSI"
|
||||
|
@ -190,8 +190,8 @@ endif # !SOC_SERIES_STM32H7X
|
|||
# Micro-controller Clock output configuration options
|
||||
|
||||
choice
|
||||
prompt "STM32 MCO1 Clock Source"
|
||||
default CLOCK_STM32_MCO1_SRC_NOCLOCK
|
||||
prompt "STM32 MCO1 Clock Source"
|
||||
default CLOCK_STM32_MCO1_SRC_NOCLOCK
|
||||
|
||||
config CLOCK_STM32_MCO1_SRC_NOCLOCK
|
||||
bool "NOCLOCK"
|
||||
|
@ -233,8 +233,8 @@ config CLOCK_STM32_MCO1_DIV
|
|||
allowed values: 1, 2, 3, 4, 5
|
||||
|
||||
choice
|
||||
prompt "STM32 MCO2 Clock Source"
|
||||
default CLOCK_STM32_MCO2_SRC_NOCLOCK
|
||||
prompt "STM32 MCO2 Clock Source"
|
||||
default CLOCK_STM32_MCO2_SRC_NOCLOCK
|
||||
|
||||
config CLOCK_STM32_MCO2_SRC_NOCLOCK
|
||||
bool "NOCLOCK"
|
||||
|
|
|
@ -25,4 +25,4 @@ config DUMMY_DISPLAY_Y_RES
|
|||
int "Y resolution for dummy display"
|
||||
default 240
|
||||
|
||||
endif #DUMMY_DISPLAY
|
||||
endif # DUMMY_DISPLAY
|
||||
|
|
|
@ -41,4 +41,4 @@ config ILI9340_RGB565
|
|||
|
||||
endchoice
|
||||
|
||||
endif #ILI9340
|
||||
endif # ILI9340
|
||||
|
|
|
@ -40,4 +40,4 @@ config SSD1306_REVERSE_MODE
|
|||
help
|
||||
SSD16XX reverse video mode.
|
||||
|
||||
endif #SSD1306
|
||||
endif # SSD1306
|
||||
|
|
|
@ -63,6 +63,6 @@ config ST7789V_REVERSE_Y
|
|||
help
|
||||
Address pixels from bottom to top.
|
||||
|
||||
endif #ST7789V_RGB565
|
||||
endif # ST7789V_RGB565
|
||||
|
||||
endif #ST7789V
|
||||
endif # ST7789V
|
||||
|
|
|
@ -58,4 +58,4 @@ config ETH_ENC28J60_0_GPIO_SPI_CS
|
|||
This option is useful if one needs to manage SPI CS through a GPIO
|
||||
pin to by-pass the SPI controller's CS logic.
|
||||
|
||||
endif #ETH_ENC28J60 && ETH_ENC28J60_0
|
||||
endif # ETH_ENC28J60 && ETH_ENC28J60_0
|
||||
|
|
|
@ -30,6 +30,7 @@ config SOC_FLASH_STM32
|
|||
select FLASH_HAS_PAGE_LAYOUT if SOC_SERIES_STM32WBX
|
||||
select FLASH_HAS_PAGE_LAYOUT if SOC_SERIES_STM32G4X
|
||||
help
|
||||
Enable STM32F0x, STM32F3x, STM32F4x, STM32F7x, STM32L4x, STM32WBx, STM32G0x or STM32G4x series flash driver.
|
||||
Enable STM32F0x, STM32F3x, STM32F4x, STM32F7x, STM32L4x, STM32WBx,
|
||||
STM32G0x or STM32G4x series flash driver.
|
||||
|
||||
endif
|
||||
|
|
|
@ -45,4 +45,3 @@ config GPIO_XEC_GPIO240_276
|
|||
Enable GPIO 240-276 or what would be equivalent to Port E
|
||||
|
||||
endif # GPIO_XEC
|
||||
|
||||
|
|
|
@ -117,4 +117,4 @@ endchoice
|
|||
|
||||
endif # I2C_3 && !SPI_3 && !(SOC_SERIES_NRF91X && UART_3_NRF_UARTE)
|
||||
|
||||
endif #I2C_NRFX
|
||||
endif # I2C_NRFX
|
||||
|
|
|
@ -31,4 +31,4 @@ config I2C_XEC_2
|
|||
This tells the driver to configure the I2C device at boot, depending
|
||||
on the additional configuration options below.
|
||||
|
||||
endif #I2C_XEC
|
||||
endif # I2C_XEC
|
||||
|
|
|
@ -76,7 +76,7 @@ config IOAPIC_MASK_RTE
|
|||
when the OS starts up, or a previous boot stage has done some IOAPIC
|
||||
configuration that needs to be preserved.
|
||||
|
||||
endif #LOAPIC
|
||||
endif # LOAPIC
|
||||
|
||||
config ARCV2_INTERRUPT_UNIT
|
||||
bool "ARCv2 Interrupt Unit"
|
||||
|
|
|
@ -25,4 +25,4 @@ config KSCAN_INIT_PRIORITY
|
|||
help
|
||||
Keyboard scan device driver initialization priority.
|
||||
|
||||
endif #KSCAN
|
||||
endif # KSCAN
|
||||
|
|
|
@ -46,4 +46,4 @@ config KSCAN_XEC_POLL_PERIOD
|
|||
help
|
||||
Defines the poll period in msecs between between matrix scans.
|
||||
|
||||
endif #KSCAN_XEC
|
||||
endif # KSCAN_XEC
|
||||
|
|
|
@ -56,4 +56,4 @@ config HT16K33_KEYSCAN_POLL_MSEC
|
|||
Keyscan poll interval in milliseconds. Polling is only used
|
||||
if no interrupt line is present.
|
||||
|
||||
endif #HT16K33_KEYSCAN
|
||||
endif # HT16K33_KEYSCAN
|
||||
|
|
|
@ -87,7 +87,6 @@ config SLIP_TAP
|
|||
help
|
||||
In TAP the Ethernet frames are transferred over SLIP.
|
||||
|
||||
|
||||
config SLIP_MAC_ADDR
|
||||
string "MAC address for the interface"
|
||||
help
|
||||
|
|
|
@ -74,4 +74,3 @@ config PINMUX_XEC_GPIO240_276_NAME
|
|||
default "port200_276"
|
||||
|
||||
endif # PINMUX_XEC
|
||||
|
||||
|
|
|
@ -27,4 +27,4 @@ config PS2_INIT_PRIORITY
|
|||
There isn't any critical component relying on this priority at
|
||||
the moment.
|
||||
|
||||
endif #PS2
|
||||
endif # PS2
|
||||
|
|
|
@ -23,4 +23,4 @@ config PS2_XEC_1
|
|||
help
|
||||
Enable PS2 1.
|
||||
|
||||
endif #PS2_XEC
|
||||
endif # PS2_XEC
|
||||
|
|
|
@ -69,4 +69,4 @@ config ADT7420_THREAD_STACK_SIZE
|
|||
help
|
||||
Stack size of thread used by the driver to handle interrupts.
|
||||
|
||||
endif #ADT7420
|
||||
endif # ADT7420
|
||||
|
|
|
@ -220,4 +220,4 @@ config ADXL372_THREAD_STACK_SIZE
|
|||
help
|
||||
Stack size of thread used by the driver to handle interrupts.
|
||||
|
||||
endif #ADXL372
|
||||
endif # ADXL372
|
||||
|
|
|
@ -52,4 +52,4 @@ config AMG88XX_THREAD_STACK_SIZE
|
|||
help
|
||||
Stack size of thread used by the driver to handle interrupts.
|
||||
|
||||
endif #if AMG88XX
|
||||
endif # AMG88XX
|
||||
|
|
|
@ -78,7 +78,7 @@ config LSM6DSL_EXT0_LPS22HB
|
|||
|
||||
endchoice
|
||||
|
||||
endif #LSM6DSL_SENSORHUB
|
||||
endif # LSM6DSL_SENSORHUB
|
||||
|
||||
menu "Attributes"
|
||||
|
||||
|
|
|
@ -98,7 +98,7 @@ config LSM6DSO_EXT_HTS221
|
|||
config LSM6DSO_EXT_LPS22HB
|
||||
bool "Enable LPS22HB as external sensor"
|
||||
|
||||
endif #LSM6DSO_SENSORHUB
|
||||
endif # LSM6DSO_SENSORHUB
|
||||
|
||||
menu "Attributes"
|
||||
|
||||
|
|
|
@ -18,7 +18,6 @@ config MCP9808_DEV_NAME
|
|||
string "MCP9808 device name"
|
||||
default "MCP9808"
|
||||
|
||||
|
||||
config MCP9808_I2C_ADDR
|
||||
hex "MCP9808 I2C slave address"
|
||||
default 0x18
|
||||
|
|
|
@ -97,7 +97,7 @@ config TSC_CYCLES_PER_SEC
|
|||
value of CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC will be used instead;
|
||||
many MCUs these values are the same.
|
||||
|
||||
endif #LOAPIC_TIMER
|
||||
endif # LOAPIC_TIMER
|
||||
|
||||
menuconfig ARCV2_TIMER
|
||||
bool "ARC Timer"
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
if SOC_ARC_EMSDP
|
||||
|
||||
choice
|
||||
prompt "ARC EM Software Development Platform Core Selection"
|
||||
default SOC_EMSDP_EM11D
|
||||
prompt "ARC EM Software Development Platform Core Selection"
|
||||
default SOC_EMSDP_EM11D
|
||||
|
||||
config SOC_EMSDP_EM4
|
||||
bool "Synopsys ARC EM4 of EMSDP"
|
||||
|
@ -46,4 +46,4 @@ config SOC_EMSDP_EM11D
|
|||
|
||||
endchoice
|
||||
|
||||
endif #SOC_ARC_EMSDP
|
||||
endif # SOC_ARC_EMSDP
|
||||
|
|
|
@ -43,4 +43,4 @@ config ZTEST_STACKSIZE
|
|||
|
||||
endif # ZTEST
|
||||
|
||||
endif #SOC_EMSDP_EM11D
|
||||
endif # SOC_EMSDP_EM11D
|
||||
|
|
|
@ -43,4 +43,4 @@ config ZTEST_STACKSIZE
|
|||
|
||||
endif # ZTEST
|
||||
|
||||
endif #SOC_EMSDP_EM4
|
||||
endif # SOC_EMSDP_EM4
|
||||
|
|
|
@ -43,4 +43,4 @@ config ZTEST_STACKSIZE
|
|||
|
||||
endif # ZTEST
|
||||
|
||||
endif #SOC_EMSDP_EM5D
|
||||
endif # SOC_EMSDP_EM5D
|
||||
|
|
|
@ -43,4 +43,4 @@ config ZTEST_STACKSIZE
|
|||
|
||||
endif # ZTEST
|
||||
|
||||
endif #SOC_EMSDP_EM6
|
||||
endif # SOC_EMSDP_EM6
|
||||
|
|
|
@ -43,4 +43,4 @@ config ZTEST_STACKSIZE
|
|||
|
||||
endif # ZTEST
|
||||
|
||||
endif #SOC_EMSDP_EM7D
|
||||
endif # SOC_EMSDP_EM7D
|
||||
|
|
|
@ -30,4 +30,4 @@ config CACHE_FLUSHING
|
|||
config FP_FPU_DA
|
||||
default y
|
||||
|
||||
endif #SOC_EMSDP_EM7D_ESP
|
||||
endif # SOC_EMSDP_EM7D_ESP
|
||||
|
|
|
@ -43,4 +43,4 @@ config ZTEST_STACKSIZE
|
|||
|
||||
endif # ZTEST
|
||||
|
||||
endif #SOC_EMSDP_EM9D
|
||||
endif # SOC_EMSDP_EM9D
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
if SOC_EMSK
|
||||
|
||||
choice
|
||||
prompt "ARC EM Starter Kit Core Selection"
|
||||
default SOC_EMSK_EM7D
|
||||
prompt "ARC EM Starter Kit Core Selection"
|
||||
default SOC_EMSK_EM7D
|
||||
|
||||
config SOC_EMSK_EM7D
|
||||
bool "Synopsys ARC EM7D of EMSK"
|
||||
|
@ -25,4 +25,4 @@ config SOC_EMSK_EM9D
|
|||
|
||||
endchoice
|
||||
|
||||
endif #SOC_EMSK
|
||||
endif # SOC_EMSK
|
||||
|
|
|
@ -14,4 +14,4 @@ source "soc/arc/snps_emsk/Kconfig.defconfig.em7d"
|
|||
source "soc/arc/snps_emsk/Kconfig.defconfig.em11d"
|
||||
source "soc/arc/snps_emsk/Kconfig.defconfig.em9d"
|
||||
|
||||
endif #SOC_EMSK
|
||||
endif # SOC_EMSK
|
||||
|
|
|
@ -35,4 +35,4 @@ config CACHE_FLUSHING
|
|||
config FP_FPU_DA
|
||||
default y
|
||||
|
||||
endif #SOC_EMSK_EM11D
|
||||
endif # SOC_EMSK_EM11D
|
||||
|
|
|
@ -58,4 +58,4 @@ endif # ZTEST
|
|||
|
||||
endif # ARC_MPU_VER
|
||||
|
||||
endif #SOC_EMSK_EM7D
|
||||
endif # SOC_EMSK_EM7D
|
||||
|
|
|
@ -29,4 +29,4 @@ config SYS_CLOCK_HW_CYCLES_PER_SEC
|
|||
config HARVARD
|
||||
default y
|
||||
|
||||
endif #SOC_EMSK_EM9D
|
||||
endif # SOC_EMSK_EM9D
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
if SOC_NSIM
|
||||
|
||||
choice
|
||||
prompt "ARC nSIM SoC Selection"
|
||||
default SOC_NSIM_EM
|
||||
prompt "ARC nSIM SoC Selection"
|
||||
default SOC_NSIM_EM
|
||||
|
||||
config SOC_NSIM_EM
|
||||
bool "Synopsys ARC EM in nSIM"
|
||||
|
@ -31,4 +31,4 @@ config SOC_NSIM_HS_SMP
|
|||
|
||||
endchoice
|
||||
|
||||
endif #SOC_NSIM
|
||||
endif # SOC_NSIM
|
||||
|
|
|
@ -17,4 +17,4 @@ source "soc/arc/snps_nsim/Kconfig.defconfig.sem"
|
|||
source "soc/arc/snps_nsim/Kconfig.defconfig.hs"
|
||||
source "soc/arc/snps_nsim/Kconfig.defconfig.hs_smp"
|
||||
|
||||
endif #SOC_NSIM
|
||||
endif # SOC_NSIM
|
||||
|
|
|
@ -56,4 +56,4 @@ endif # ZTEST
|
|||
|
||||
endif # ARC_MPU_VER
|
||||
|
||||
endif #SOC_NSIM_EM
|
||||
endif # SOC_NSIM_EM
|
||||
|
|
|
@ -30,4 +30,4 @@ config ARC_FIRQ
|
|||
config CACHE_FLUSHING
|
||||
default y
|
||||
|
||||
endif #SOC_NSIM_HS
|
||||
endif # SOC_NSIM_HS
|
||||
|
|
|
@ -36,4 +36,4 @@ config ARC_CONNECT
|
|||
config MP_NUM_CPUS
|
||||
default 2
|
||||
|
||||
endif #SOC_NSIM_HS_SMP
|
||||
endif # SOC_NSIM_HS_SMP
|
||||
|
|
|
@ -36,4 +36,4 @@ config ARC_FIRQ
|
|||
config CACHE_FLUSHING
|
||||
default y
|
||||
|
||||
endif #SOC_NSIM_SEM
|
||||
endif # SOC_NSIM_SEM
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
#
|
||||
|
||||
choice
|
||||
prompt "ARM Beetle SoC"
|
||||
depends on SOC_SERIES_BEETLE
|
||||
prompt "ARM Beetle SoC"
|
||||
depends on SOC_SERIES_BEETLE
|
||||
|
||||
config SOC_BEETLE_R0
|
||||
bool "ARM BEETLE R0"
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
#
|
||||
|
||||
choice
|
||||
prompt "ARM MPS2 SoCs"
|
||||
depends on SOC_SERIES_MPS2
|
||||
prompt "ARM MPS2 SoCs"
|
||||
depends on SOC_SERIES_MPS2
|
||||
|
||||
config SOC_MPS2_AN385
|
||||
bool "ARM Cortex-M3 SMM on V2M-MPS2 (Application Note AN385)"
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
#
|
||||
|
||||
choice
|
||||
prompt "ARM Musca SoCs"
|
||||
depends on SOC_SERIES_MUSCA
|
||||
prompt "ARM Musca SoCs"
|
||||
depends on SOC_SERIES_MUSCA
|
||||
|
||||
config SOC_V2M_MUSCA_A
|
||||
bool "ARM Cortex-M33 SMM-SSE-200 on V2M-MUSCA"
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
#
|
||||
|
||||
choice
|
||||
prompt "ARM Musca B1 SoCs"
|
||||
depends on SOC_SERIES_MUSCA_B1
|
||||
prompt "ARM Musca B1 SoCs"
|
||||
depends on SOC_SERIES_MUSCA_B1
|
||||
|
||||
config SOC_V2M_MUSCA_B1
|
||||
bool "ARM Cortex-M33 SMM-SSE-200 on V2M-MUSCA-B1"
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
choice
|
||||
prompt "Atmel SAMD20 MCU Selection"
|
||||
depends on SOC_SERIES_SAMD20
|
||||
prompt "Atmel SAMD20 MCU Selection"
|
||||
depends on SOC_SERIES_SAMD20
|
||||
|
||||
config SOC_PART_NUMBER_SAMD20E14
|
||||
bool "SAMD20E14"
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
choice
|
||||
prompt "Atmel SAMD21 MCU Selection"
|
||||
depends on SOC_SERIES_SAMD21
|
||||
prompt "Atmel SAMD21 MCU Selection"
|
||||
depends on SOC_SERIES_SAMD21
|
||||
|
||||
config SOC_PART_NUMBER_SAMD21E15A
|
||||
bool "SAMD21E15A"
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
choice
|
||||
prompt "Atmel SAMR21 MCU Selection"
|
||||
depends on SOC_SERIES_SAMR21
|
||||
prompt "Atmel SAMR21 MCU Selection"
|
||||
depends on SOC_SERIES_SAMR21
|
||||
|
||||
config SOC_PART_NUMBER_SAMR21E16A
|
||||
bool "SAMR21E16A"
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
#
|
||||
|
||||
choice
|
||||
prompt "Cypress PSoC6 MCU Selection"
|
||||
depends on SOC_SERIES_PSOC62
|
||||
prompt "Cypress PSoC6 MCU Selection"
|
||||
depends on SOC_SERIES_PSOC62
|
||||
|
||||
config SOC_PSOC6_M0
|
||||
bool "SOC_PSOC6_M0"
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
#
|
||||
|
||||
choice
|
||||
prompt "Cypress PSoC6 MCU Selection"
|
||||
depends on SOC_SERIES_PSOC62
|
||||
prompt "Cypress PSoC6 MCU Selection"
|
||||
depends on SOC_SERIES_PSOC62
|
||||
|
||||
config SOC_PART_NUMBER_CY8C6247BZI_D54
|
||||
bool "CY8C6247BZI_D54"
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
#
|
||||
|
||||
choice
|
||||
prompt "MEC1501 Selection"
|
||||
depends on SOC_SERIES_MEC1501X
|
||||
prompt "MEC1501 Selection"
|
||||
depends on SOC_SERIES_MEC1501X
|
||||
|
||||
config SOC_MEC1501_HSZ
|
||||
bool "MEC1501_HSZ"
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
#
|
||||
|
||||
choice
|
||||
prompt "MEC1701 Selection"
|
||||
depends on SOC_SERIES_MEC1701X
|
||||
prompt "MEC1701 Selection"
|
||||
depends on SOC_SERIES_MEC1701X
|
||||
|
||||
config SOC_MEC1701_QSZ
|
||||
bool "MEC1701_QSZ"
|
||||
|
|
|
@ -9,13 +9,15 @@ if SOC_FAMILY_NRF
|
|||
|
||||
source "soc/arm/nordic_nrf/*/Kconfig.defconfig.series"
|
||||
|
||||
if SYS_CLOCK_EXISTS
|
||||
# If the kernel has timer support, enable both clock control and timer
|
||||
if SYS_CLOCK_EXISTS
|
||||
|
||||
config CLOCK_CONTROL
|
||||
default y
|
||||
|
||||
config NRF_RTC_TIMER
|
||||
default y
|
||||
|
||||
endif # SYS_CLOCK_EXISTS
|
||||
|
||||
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
#
|
||||
|
||||
choice
|
||||
prompt "nRF51x MCU Selection"
|
||||
depends on SOC_SERIES_NRF51X
|
||||
prompt "nRF51x MCU Selection"
|
||||
depends on SOC_SERIES_NRF51X
|
||||
|
||||
config SOC_NRF51822_QFAA
|
||||
bool "NRF51822_QFAA"
|
||||
|
|
|
@ -231,8 +231,8 @@ config SOC_NRF52840
|
|||
select HAS_HW_NRF_WDT
|
||||
|
||||
choice
|
||||
prompt "nRF52x MCU Selection"
|
||||
depends on SOC_SERIES_NRF52X
|
||||
prompt "nRF52x MCU Selection"
|
||||
depends on SOC_SERIES_NRF52X
|
||||
|
||||
config SOC_NRF52810_QFAA
|
||||
bool "NRF52810_QFAA"
|
||||
|
|
|
@ -57,7 +57,7 @@ config SOC_NRF9160
|
|||
select HAS_HW_NRF_WDT
|
||||
|
||||
choice
|
||||
prompt "nRF91x MCU Selection"
|
||||
prompt "nRF91x MCU Selection"
|
||||
depends on SOC_SERIES_NRF91X
|
||||
|
||||
config SOC_NRF9160_SICA
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
#
|
||||
|
||||
choice
|
||||
prompt "i.MX 6SoloX Selection"
|
||||
depends on SOC_SERIES_IMX_6X_M4
|
||||
prompt "i.MX 6SoloX Selection"
|
||||
depends on SOC_SERIES_IMX_6X_M4
|
||||
|
||||
config SOC_MCIMX6X_M4
|
||||
bool "SOC_MCIMX6X_M4"
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
#
|
||||
|
||||
choice
|
||||
prompt "i.MX7 M4 Selection"
|
||||
depends on SOC_SERIES_IMX7_M4
|
||||
prompt "i.MX7 M4 Selection"
|
||||
depends on SOC_SERIES_IMX7_M4
|
||||
|
||||
config SOC_MCIMX7_M4
|
||||
bool "SOC_MCIMX7_M4"
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
#
|
||||
|
||||
choice
|
||||
prompt "i.MX RT Selection"
|
||||
depends on SOC_SERIES_IMX_RT
|
||||
prompt "i.MX RT Selection"
|
||||
depends on SOC_SERIES_IMX_RT
|
||||
|
||||
config SOC_MIMXRT1015
|
||||
bool "SOC_MIMXRT1015"
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
#
|
||||
|
||||
choice
|
||||
prompt "Kinetis K2x MCU Selection"
|
||||
depends on SOC_SERIES_KINETIS_K2X
|
||||
prompt "Kinetis K2x MCU Selection"
|
||||
depends on SOC_SERIES_KINETIS_K2X
|
||||
|
||||
config SOC_MK22F51212
|
||||
bool "SOC_MK22F51212"
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
#
|
||||
|
||||
choice
|
||||
prompt "Kinetis K6x MCU Selection"
|
||||
depends on SOC_SERIES_KINETIS_K6X
|
||||
prompt "Kinetis K6x MCU Selection"
|
||||
depends on SOC_SERIES_KINETIS_K6X
|
||||
|
||||
config SOC_MK64F12
|
||||
bool "SOC_MK64F12"
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
#
|
||||
|
||||
choice
|
||||
prompt "Kinetis KL2x MCU Selection"
|
||||
depends on SOC_SERIES_KINETIS_KL2X
|
||||
prompt "Kinetis KL2x MCU Selection"
|
||||
depends on SOC_SERIES_KINETIS_KL2X
|
||||
|
||||
config SOC_MKL25Z4
|
||||
bool "SOC_MKL25Z4"
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
#
|
||||
|
||||
choice
|
||||
prompt "Kinetis KWx MCU Selection"
|
||||
depends on SOC_SERIES_KINETIS_KWX
|
||||
prompt "Kinetis KWx MCU Selection"
|
||||
depends on SOC_SERIES_KINETIS_KWX
|
||||
|
||||
config SOC_MKW22D5
|
||||
bool "SOC_MKW22D5"
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
#
|
||||
|
||||
choice
|
||||
prompt "LPC LPC54XXX MCU Selection"
|
||||
depends on SOC_SERIES_LPC54XXX
|
||||
prompt "LPC LPC54XXX MCU Selection"
|
||||
depends on SOC_SERIES_LPC54XXX
|
||||
|
||||
config SOC_LPC54114_M4
|
||||
bool "SOC_LPC54114_M4"
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
#
|
||||
|
||||
choice
|
||||
prompt "LPC5500 Series MCU Selection"
|
||||
depends on SOC_SERIES_LPC55XXX
|
||||
prompt "LPC5500 Series MCU Selection"
|
||||
depends on SOC_SERIES_LPC55XXX
|
||||
|
||||
config SOC_LPC55S69_CPU0
|
||||
bool "SOC_LPC55S69 M33 [CPU 0]"
|
||||
|
|
|
@ -18,14 +18,14 @@ if CLOCK_CONTROL
|
|||
config CLOCK_CONTROL_STM32_CUBE
|
||||
default y
|
||||
|
||||
endif #CLOCK_CONTROL
|
||||
endif # CLOCK_CONTROL
|
||||
|
||||
if SERIAL
|
||||
|
||||
config UART_STM32
|
||||
default y
|
||||
|
||||
endif #SERIAL
|
||||
endif # SERIAL
|
||||
|
||||
if GPIO
|
||||
|
||||
|
@ -41,14 +41,14 @@ config GPIO_STM32_PORTB
|
|||
config GPIO_STM32_PORTC
|
||||
default y
|
||||
|
||||
endif #GPIO
|
||||
endif # GPIO
|
||||
|
||||
if PINMUX
|
||||
|
||||
config PINMUX_STM32
|
||||
default y
|
||||
|
||||
endif #PINMUX
|
||||
endif # PINMUX
|
||||
|
||||
if WATCHDOG
|
||||
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
#
|
||||
|
||||
choice
|
||||
prompt "STM32F0x MCU Selection"
|
||||
depends on SOC_SERIES_STM32F0X
|
||||
prompt "STM32F0x MCU Selection"
|
||||
depends on SOC_SERIES_STM32F0X
|
||||
|
||||
config SOC_STM32F030X4
|
||||
bool "STM32F030X4"
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
#
|
||||
|
||||
choice
|
||||
prompt "STM32F1x MCU Selection"
|
||||
depends on SOC_SERIES_STM32F1X
|
||||
prompt "STM32F1x MCU Selection"
|
||||
depends on SOC_SERIES_STM32F1X
|
||||
|
||||
config SOC_STM32F103XE
|
||||
bool "STM32F103XE"
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
#
|
||||
|
||||
choice
|
||||
prompt "STM32F2X MCU Selection"
|
||||
depends on SOC_SERIES_STM32F2X
|
||||
prompt "STM32F2X MCU Selection"
|
||||
depends on SOC_SERIES_STM32F2X
|
||||
|
||||
config SOC_STM32F207XX
|
||||
bool "STM32F207XX"
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
#
|
||||
|
||||
choice
|
||||
prompt "STM32F3x MCU Selection"
|
||||
depends on SOC_SERIES_STM32F3X
|
||||
prompt "STM32F3x MCU Selection"
|
||||
depends on SOC_SERIES_STM32F3X
|
||||
|
||||
config SOC_STM32F302X8
|
||||
bool "STM32F302X8"
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
#
|
||||
|
||||
choice
|
||||
prompt "STM32F4x MCU Selection"
|
||||
depends on SOC_SERIES_STM32F4X
|
||||
prompt "STM32F4x MCU Selection"
|
||||
depends on SOC_SERIES_STM32F4X
|
||||
|
||||
config SOC_STM32F401XC
|
||||
bool "STM32F401XC"
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
#
|
||||
|
||||
choice
|
||||
prompt "STM32F7x MCU Selection"
|
||||
depends on SOC_SERIES_STM32F7X
|
||||
prompt "STM32F7x MCU Selection"
|
||||
depends on SOC_SERIES_STM32F7X
|
||||
|
||||
config SOC_STM32F723XX
|
||||
bool "STM32F723XX"
|
||||
|
|
|
@ -7,11 +7,10 @@
|
|||
#
|
||||
|
||||
choice
|
||||
prompt "STM32G0x MCU Selection"
|
||||
depends on SOC_SERIES_STM32G0X
|
||||
prompt "STM32G0x MCU Selection"
|
||||
depends on SOC_SERIES_STM32G0X
|
||||
|
||||
config SOC_STM32G071XX
|
||||
bool "STM32G071XX"
|
||||
|
||||
|
||||
endchoice
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
#
|
||||
|
||||
choice
|
||||
prompt "STM32G4x MCU Selection"
|
||||
depends on SOC_SERIES_STM32G4X
|
||||
prompt "STM32G4x MCU Selection"
|
||||
depends on SOC_SERIES_STM32G4X
|
||||
|
||||
config SOC_STM32G431XX
|
||||
bool "STM32G431XX"
|
||||
|
|
|
@ -21,8 +21,8 @@ config STM32H7_DUAL_CORE
|
|||
depends on SOC_SERIES_STM32H7X
|
||||
|
||||
choice STM32H7_DUAL_CORE_BOOT
|
||||
prompt "STM32H7x Boot type selection"
|
||||
depends on STM32H7_DUAL_CORE
|
||||
prompt "STM32H7x Boot type selection"
|
||||
depends on STM32H7_DUAL_CORE
|
||||
|
||||
config STM32H7_BOOT_CM4_CM7
|
||||
bool "Boot both CM4 and CM7"
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
#
|
||||
|
||||
choice
|
||||
prompt "STM32H7x MCU Selection"
|
||||
depends on SOC_SERIES_STM32H7X
|
||||
prompt "STM32H7x MCU Selection"
|
||||
depends on SOC_SERIES_STM32H7X
|
||||
|
||||
config SOC_STM32H747XX
|
||||
bool "STM32H747XX"
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
#
|
||||
|
||||
choice
|
||||
prompt "STM32L0x MCU Selection"
|
||||
depends on SOC_SERIES_STM32L0X
|
||||
prompt "STM32L0x MCU Selection"
|
||||
depends on SOC_SERIES_STM32L0X
|
||||
|
||||
config SOC_STM32L053XX
|
||||
bool "STM32L053XX"
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
#
|
||||
|
||||
choice
|
||||
prompt "STM32L1x MCU Selection"
|
||||
depends on SOC_SERIES_STM32L1X
|
||||
prompt "STM32L1x MCU Selection"
|
||||
depends on SOC_SERIES_STM32L1X
|
||||
|
||||
config SOC_STM32L151X8A
|
||||
bool "STM32L151X8A"
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
#
|
||||
|
||||
choice
|
||||
prompt "STM32L4x MCU Selection"
|
||||
depends on SOC_SERIES_STM32L4X
|
||||
prompt "STM32L4x MCU Selection"
|
||||
depends on SOC_SERIES_STM32L4X
|
||||
|
||||
config SOC_STM32L476XX
|
||||
bool "STM32L476X"
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
#
|
||||
|
||||
choice
|
||||
prompt "STM32MP1 MPU Selection"
|
||||
depends on SOC_SERIES_STM32MP1X
|
||||
prompt "STM32MP1 MPU Selection"
|
||||
depends on SOC_SERIES_STM32MP1X
|
||||
|
||||
config SOC_STM32MP15_M4
|
||||
bool "STM32MP15_M4"
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
#
|
||||
|
||||
choice
|
||||
prompt "TI SimpleLink MCU Selection"
|
||||
depends on SOC_SERIES_CC13X2_CC26X2
|
||||
prompt "TI SimpleLink MCU Selection"
|
||||
depends on SOC_SERIES_CC13X2_CC26X2
|
||||
|
||||
config SOC_CC2652R
|
||||
bool "CC2652R"
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
#
|
||||
|
||||
choice
|
||||
prompt "TI SimpleLink MCU Selection"
|
||||
depends on SOC_SERIES_CC2650
|
||||
prompt "TI SimpleLink MCU Selection"
|
||||
depends on SOC_SERIES_CC2650
|
||||
|
||||
config SOC_CC2650
|
||||
bool "CC2650"
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
#
|
||||
|
||||
choice
|
||||
prompt "TI SimpleLink MCU Selection"
|
||||
depends on SOC_SERIES_CC32XX
|
||||
prompt "TI SimpleLink MCU Selection"
|
||||
depends on SOC_SERIES_CC32XX
|
||||
|
||||
config SOC_CC3220SF
|
||||
bool "CC3220SF"
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
#
|
||||
|
||||
choice
|
||||
prompt "TI SimpleLink MCU Selection"
|
||||
depends on SOC_SERIES_MSP432P4XX
|
||||
prompt "TI SimpleLink MCU Selection"
|
||||
depends on SOC_SERIES_MSP432P4XX
|
||||
|
||||
config SOC_MSP432P401R
|
||||
bool "MSP432P401R"
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue