soc: defconfig.series: Consistently quote string defaults
In preparation for introducing a warning. Unquoted string defaults work through a quirk of Kconfig (undefined symbols get their name as their string value), but look confusing. It's done inconsistently now too. Suggested by Kumar Gala. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
parent
a3128e6a2c
commit
d946ed7328
23 changed files with 23 additions and 23 deletions
|
@ -11,7 +11,7 @@ if SOC_SERIES_BEETLE
|
|||
gsource "arch/arm/soc/arm/beetle/Kconfig.defconfig.beetle*"
|
||||
|
||||
config SOC_SERIES
|
||||
default beetle
|
||||
default "beetle"
|
||||
|
||||
config NUM_IRQS
|
||||
int
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
if SOC_SERIES_MPS2
|
||||
|
||||
config SOC_SERIES
|
||||
default mps2
|
||||
default "mps2"
|
||||
|
||||
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||||
int
|
||||
|
|
|
@ -11,7 +11,7 @@ if SOC_SERIES_NRF51X
|
|||
gsource "arch/arm/soc/nordic_nrf/nrf51/Kconfig.defconfig.nrf51*"
|
||||
|
||||
config SOC_SERIES
|
||||
default nrf51
|
||||
default "nrf51"
|
||||
|
||||
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||||
int
|
||||
|
|
|
@ -10,7 +10,7 @@ if SOC_SERIES_NRF52X
|
|||
gsource "arch/arm/soc/nordic_nrf/nrf52/Kconfig.defconfig.nrf52*"
|
||||
|
||||
config SOC_SERIES
|
||||
default nrf52
|
||||
default "nrf52"
|
||||
|
||||
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||||
int
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
if SOC_SERIES_IMX7_M4
|
||||
|
||||
config SOC_SERIES
|
||||
default mcimx7_m4
|
||||
default "mcimx7_m4"
|
||||
|
||||
config NUM_IRQS
|
||||
int
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
if SOC_SERIES_IMX_RT
|
||||
|
||||
config SOC_SERIES
|
||||
default rt
|
||||
default "rt"
|
||||
|
||||
config NUM_IRQS
|
||||
int
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
if SOC_SERIES_KINETIS_K6X
|
||||
|
||||
config SOC_SERIES
|
||||
default k6x
|
||||
default "k6x"
|
||||
|
||||
config NUM_IRQS
|
||||
int
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
if SOC_SERIES_KINETIS_KL2X
|
||||
|
||||
config SOC_SERIES
|
||||
default kl2x
|
||||
default "kl2x"
|
||||
|
||||
gsource "arch/arm/soc/nxp_kinetis/kl2x/Kconfig.defconfig.mk*"
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
if SOC_SERIES_KINETIS_KWX
|
||||
|
||||
config SOC_SERIES
|
||||
default kwx
|
||||
default "kwx"
|
||||
|
||||
gsource "arch/arm/soc/nxp_kinetis/kwx/Kconfig.defconfig.mk*"
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
if SOC_SERIES_LPC54XXX
|
||||
|
||||
config SOC_SERIES
|
||||
default lpc54xxx
|
||||
default "lpc54xxx"
|
||||
|
||||
config NUM_IRQS
|
||||
int
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
if SOC_SERIES_EFM32WG
|
||||
|
||||
config SOC_SERIES
|
||||
default efm32wg
|
||||
default "efm32wg"
|
||||
|
||||
config NUM_IRQS
|
||||
int
|
||||
|
|
|
@ -10,7 +10,7 @@ if SOC_SERIES_STM32F0X
|
|||
gsource "arch/arm/soc/st_stm32/stm32f0/Kconfig.defconfig.stm32f0*"
|
||||
|
||||
config SOC_SERIES
|
||||
default stm32f0
|
||||
default "stm32f0"
|
||||
|
||||
if GPIO_STM32
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ if SOC_SERIES_STM32F1X
|
|||
gsource "arch/arm/soc/st_stm32/stm32f1/Kconfig.defconfig.stm32f1*"
|
||||
|
||||
config SOC_SERIES
|
||||
default stm32f1
|
||||
default "stm32f1"
|
||||
|
||||
if GPIO_STM32
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ if SOC_SERIES_STM32F3X
|
|||
gsource "arch/arm/soc/st_stm32/stm32f3/Kconfig.defconfig.stm32f3*"
|
||||
|
||||
config SOC_SERIES
|
||||
default stm32f3
|
||||
default "stm32f3"
|
||||
|
||||
if GPIO_STM32
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ if SOC_SERIES_STM32F4X
|
|||
gsource "arch/arm/soc/st_stm32/stm32f4/Kconfig.defconfig.stm32f4*"
|
||||
|
||||
config SOC_SERIES
|
||||
default stm32f4
|
||||
default "stm32f4"
|
||||
|
||||
if GPIO_STM32
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ if SOC_SERIES_STM32L0X
|
|||
gsource "arch/arm/soc/st_stm32/stm32l0/Kconfig.defconfig.stm32l0*"
|
||||
|
||||
config SOC_SERIES
|
||||
default stm32l0
|
||||
default "stm32l0"
|
||||
|
||||
if GPIO_STM32
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ if SOC_SERIES_STM32L4X
|
|||
gsource "arch/arm/soc/st_stm32/stm32l4/Kconfig.defconfig.stm32l4*"
|
||||
|
||||
config SOC_SERIES
|
||||
default stm32l4
|
||||
default "stm32l4"
|
||||
|
||||
if I2C_STM32
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
if SOC_SERIES_CC2650
|
||||
|
||||
config SOC_SERIES
|
||||
default cc2650
|
||||
default "cc2650"
|
||||
|
||||
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||||
default 48000000
|
||||
|
|
|
@ -6,6 +6,6 @@ if SOC_SERIES_CC32XX
|
|||
gsource "arch/arm/soc/ti_simplelink/cc32xx/Kconfig.defconfig.cc32*"
|
||||
|
||||
config SOC_SERIES
|
||||
default cc32xx
|
||||
default "cc32xx"
|
||||
|
||||
endif # SOC_SERIES_CC32XX
|
||||
|
|
|
@ -10,6 +10,6 @@ if SOC_SERIES_MSP432P4XX
|
|||
gsource "arch/arm/soc/ti_simplelink/msp432p4xx/Kconfig.defconfig.msp432p4*"
|
||||
|
||||
config SOC_SERIES
|
||||
default msp432p4xx
|
||||
default "msp432p4xx"
|
||||
|
||||
endif # SOC_SERIES_MSP432P4XX
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
if SOC_SERIES_QUARK_D2000
|
||||
|
||||
config SOC_SERIES
|
||||
default quark_d2000
|
||||
default "quark_d2000"
|
||||
|
||||
config X86_IAMCU
|
||||
def_bool y
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
if SOC_SERIES_QUARK_SE
|
||||
|
||||
config SOC_SERIES
|
||||
default quark_se
|
||||
default "quark_se"
|
||||
|
||||
config X86_IAMCU
|
||||
def_bool y
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
if SOC_SERIES_QUARK_X1000
|
||||
|
||||
config SOC_SERIES
|
||||
default quark_x1000
|
||||
default "quark_x1000"
|
||||
|
||||
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||||
default 25000000 if HPET_TIMER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue