soc: defconfig: 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:
Ulf Magnusson 2018-05-25 21:19:21 +02:00 committed by Anas Nashif
commit 3ac3216d89
73 changed files with 75 additions and 75 deletions

View file

@ -8,7 +8,7 @@
if SOC_QUARK_SE_C1000_SS
config SOC
default quark_se_c1000_ss
default "quark_se_c1000_ss"
config NUM_IRQ_PRIO_LEVELS
# This processor supports only 2 priority levels:

View file

@ -9,7 +9,7 @@ if SOC_EMSK
config SOC
string
default snps_emsk
default "snps_emsk"
source "arch/arc/soc/snps_emsk/Kconfig.defconfig.em7d"
source "arch/arc/soc/snps_emsk/Kconfig.defconfig.em11d"

View file

@ -9,6 +9,6 @@
if SOC_BEETLE_R0
config SOC
default beetle_r0
default "beetle_r0"
endif # SOC_BEETLE_R0

View file

@ -7,7 +7,7 @@
if SOC_MPS2_AN385
config SOC
default mps2_an385
default "mps2_an385"
config NUM_IRQS
int

View file

@ -10,7 +10,7 @@ if SOC_NRF51822_QFAA
config SOC
string
default nRF51822_QFAA
default "nRF51822_QFAA"
config ISR_STACK_SIZE
default 640

View file

@ -10,7 +10,7 @@ if SOC_NRF51822_QFAB
config SOC
string
default nRF51822_QFAB
default "nRF51822_QFAB"
config ISR_STACK_SIZE
default 640

View file

@ -10,6 +10,6 @@ if SOC_NRF51822_QFAC
config SOC
string
default nRF51822_QFAC
default "nRF51822_QFAC"
endif # SOC_NRF51822_QFAC

View file

@ -10,7 +10,7 @@ if SOC_NRF52832_QFAA
config SOC
string
default nRF52832_QFAA
default "nRF52832_QFAA"
config NUM_IRQS
int

View file

@ -10,7 +10,7 @@ if SOC_NRF52840_QIAA
config SOC
string
default nRF52840_QIAA
default "nRF52840_QIAA"
config NUM_IRQS
int

View file

@ -9,7 +9,7 @@ if SOC_MCIMX7_M4
config SOC
string
default mcimx7d
default "mcimx7d"
config SYS_CLOCK_TICKS_PER_SEC
int

View file

@ -9,7 +9,7 @@ if SOC_MIMXRT1052
config SOC
string
default mimxrt1052
default "mimxrt1052"
if CLOCK_CONTROL

View file

@ -10,7 +10,7 @@ if SOC_MK64F12
config SOC
string
default mk64f12
default "mk64f12"
if ADC

View file

@ -9,7 +9,7 @@ if SOC_MKL25Z4
config SOC
string
default mkl25z4
default "mkl25z4"
config NUM_IRQS
int

View file

@ -11,7 +11,7 @@ if SOC_MKW22D5
config SOC
string
default mkw22d5
default "mkw22d5"
endif # SOC_MKW22D5
@ -19,7 +19,7 @@ if SOC_MKW24D5
config SOC
string
default mkw24d5
default "mkw24d5"
endif # SOC_MKW24D5

View file

@ -9,7 +9,7 @@ if SOC_MKW40Z4
config SOC
string
default mkw40z4
default "mkw40z4"
config NUM_IRQS
int

View file

@ -9,7 +9,7 @@ if SOC_MKW41Z4
config SOC
string
default mkw41z4
default "mkw41z4"
config NUM_IRQS
int

View file

@ -10,7 +10,7 @@ if SOC_LPC54114_M0
config SOC
string
default lpc54114_m0
default "lpc54114_m0"
if PINMUX

View file

@ -9,7 +9,7 @@ if SOC_LPC54114_M4
config SOC
string
default lpc54114
default "lpc54114"
if PINMUX

View file

@ -10,7 +10,7 @@ if SOC_EFM32WG
config SOC
string
default efm32wg
default "efm32wg"
config GPIO
def_bool y

View file

@ -9,7 +9,7 @@ if SOC_STM32F030X8
config SOC
string
default stm32f030x8
default "stm32f030x8"
config NUM_IRQS
int

View file

@ -9,7 +9,7 @@ if SOC_STM32F051X8
config SOC
string
default stm32f051x8
default "stm32f051x8"
config NUM_IRQS
int

View file

@ -9,7 +9,7 @@ if SOC_STM32F070XB
config SOC
string
default stm32f070xb
default "stm32f070xb"
config NUM_IRQS
int

View file

@ -9,7 +9,7 @@ if SOC_STM32F072XB
config SOC
string
default stm32f072xb
default "stm32f072xb"
config NUM_IRQS
int

View file

@ -9,7 +9,7 @@ if SOC_STM32F091XC
config SOC
string
default stm32f091xc
default "stm32f091xc"
config NUM_IRQS
int

View file

@ -9,7 +9,7 @@ if SOC_STM32F103XB || SOC_STM32F103X8
config SOC
string
default stm32f103xb
default "stm32f103xb"
config NUM_IRQS
int
@ -28,7 +28,7 @@ if SOC_STM32F103XE
config SOC
string
default stm32f103xe
default "stm32f103xe"
config NUM_IRQS
int

View file

@ -9,7 +9,7 @@ if SOC_STM32F107XC
config SOC
string
default stm32f107xc
default "stm32f107xc"
config NUM_IRQS
int

View file

@ -9,7 +9,7 @@ if SOC_STM32F303XC
config SOC
string
default stm32f303xc
default "stm32f303xc"
config FLASH_PAGE_SIZE
hex

View file

@ -9,7 +9,7 @@ if SOC_STM32F334X8
config SOC
string
default stm32f334x8
default "stm32f334x8"
config FLASH_PAGE_SIZE
hex

View file

@ -9,7 +9,7 @@ if SOC_STM32F373XC
config SOC
string
default stm32f373xc
default "stm32f373xc"
config FLASH_PAGE_SIZE
hex

View file

@ -9,7 +9,7 @@ if SOC_STM32F401XE
config SOC
string
default stm32f401xe
default "stm32f401xe"
config NUM_IRQS
int

View file

@ -9,7 +9,7 @@ if SOC_STM32F405XG
config SOC
string
default stm32f405xx
default "stm32f405xx"
config NUM_IRQS
int

View file

@ -9,7 +9,7 @@ if SOC_STM32F407XG
config SOC
string
default stm32f407xx
default "stm32f407xx"
config NUM_IRQS
int

View file

@ -9,7 +9,7 @@ if SOC_STM32F411XE
config SOC
string
default stm32f411xe
default "stm32f411xe"
config NUM_IRQS
int

View file

@ -9,7 +9,7 @@ if SOC_STM32F412CG
config SOC
string
default stm32f412cx
default "stm32f412cx"
config NUM_IRQS
int

View file

@ -9,7 +9,7 @@ if SOC_STM32F412ZG
config SOC
string
default stm32f412zx
default "stm32f412zx"
config NUM_IRQS
int

View file

@ -9,7 +9,7 @@ if SOC_STM32F413XH
config SOC
string
default stm32f413xx
default "stm32f413xx"
config NUM_IRQS
int

View file

@ -9,7 +9,7 @@ if SOC_STM32F417XE || SOC_STM32F417XG
config SOC
string
default stm32f417xx
default "stm32f417xx"
config NUM_IRQS
int

View file

@ -9,7 +9,7 @@ if SOC_STM32F429XI
config SOC
string
default stm32f429xx
default "stm32f429xx"
config NUM_IRQS
int

View file

@ -9,7 +9,7 @@ if SOC_STM32F446XE
config SOC
string
default stm32f446xx
default "stm32f446xx"
config NUM_IRQS
int

View file

@ -9,7 +9,7 @@ if SOC_STM32F469XI
config SOC
string
default stm32f469xx
default "stm32f469xx"
config NUM_IRQS
int

View file

@ -9,7 +9,7 @@ if SOC_STM32L053X8
config SOC
string
default stm32l053xx
default "stm32l053xx"
config NUM_IRQS
int

View file

@ -9,7 +9,7 @@ if SOC_STM32L072XZ
config SOC
string
default stm32l072xx
default "stm32l072xx"
config NUM_IRQS
int

View file

@ -9,7 +9,7 @@ if SOC_STM32L073XZ
config SOC
string
default stm32l073xx
default "stm32l073xx"
config NUM_IRQS
int

View file

@ -10,7 +10,7 @@ if SOC_STM32L432XC
config SOC
string
default stm32l432xx
default "stm32l432xx"
config NUM_IRQS
int

View file

@ -9,7 +9,7 @@ if SOC_STM32L475XG
config SOC
string
default stm32l475xx
default "stm32l475xx"
config NUM_IRQS
int

View file

@ -10,7 +10,7 @@ if SOC_STM32L476XG
config SOC
string
default stm32l476xx
default "stm32l476xx"
config NUM_IRQS
int

View file

@ -10,7 +10,7 @@ if SOC_STM32L496XG
config SOC
string
default stm32l496xx
default "stm32l496xx"
config NUM_IRQS
int

View file

@ -9,7 +9,7 @@
if SOC_TI_LM3S6965
config SOC
default ti_lm3s6965
default "ti_lm3s6965"
config NUM_IRQS
int

View file

@ -5,7 +5,7 @@ if SOC_CC3220SF
config SOC
string
default cc3220sf
default "cc3220sf"
config NUM_IRQS
int

View file

@ -9,7 +9,7 @@ if SOC_MSP432P401R
config SOC
string
default msp432p401r
default "msp432p401r"
config SYS_CLOCK_HW_CYCLES_PER_SEC
int

View file

@ -2,7 +2,7 @@ if SOC_NIOS2_QEMU
config SOC
string
default nios2-qemu
default "nios2-qemu"
config SYS_CLOCK_HW_CYCLES_PER_SEC
int

View file

@ -2,7 +2,7 @@ if SOC_NIOS2F_ZEPHYR
config SOC
string
default nios2f-zephyr
default "nios2f-zephyr"
config SYS_CLOCK_HW_CYCLES_PER_SEC
int

View file

@ -7,6 +7,6 @@
if SOC_POSIX
config SOC
default inf_clock
default "inf_clock"
endif

View file

@ -9,7 +9,7 @@
if SOC_ATOM
config SOC
default atom
default "atom"
config SYS_CLOCK_HW_CYCLES_PER_SEC
default 150000000 if LOAPIC_TIMER

View file

@ -9,7 +9,7 @@
if SOC_IA32
config SOC
default ia32
default "ia32"
config SYS_CLOCK_HW_CYCLES_PER_SEC
default 150000000 if LOAPIC_TIMER

View file

@ -9,6 +9,6 @@
if SOC_QUARK_D2000
config SOC
default quark_d2000
default "quark_d2000"
endif # SOC_QUARK_D2000

View file

@ -9,6 +9,6 @@
if SOC_QUARK_SE_CURIE
config SOC
default curie
default "curie"
endif

View file

@ -9,6 +9,6 @@
if SOC_QUARK_SE_C1000
config SOC
default quark_se_c1000
default "quark_se_c1000"
endif

View file

@ -9,6 +9,6 @@
if SOC_QUARK_X1000
config SOC
default quark_x1000
default "quark_x1000"
endif # SOC_QUARK_X1000

View file

@ -8,7 +8,7 @@ if SOC_D_108MINI
config SOC
string
default D_108mini
default "D_108mini"
config IRQ_OFFLOAD_INTNUM
default 7

View file

@ -8,7 +8,7 @@ if SOC_D_212GP
config SOC
string
default D_212GP
default "D_212GP"
config IRQ_OFFLOAD_INTNUM
default 7

View file

@ -8,7 +8,7 @@ if SOC_D_233L
config SOC
string
default D_233L
default "D_233L"
config IRQ_OFFLOAD_INTNUM
default 7

View file

@ -8,7 +8,7 @@ if SOC_XRC_D2PM_5SWIRQ
config SOC
string
default XRC_D2PM_5swIrq
default "XRC_D2PM_5swIrq"
config IRQ_OFFLOAD_INTNUM
default 22

View file

@ -8,7 +8,7 @@ if SOC_XRC_FUSION_AON_ALL_LM
config SOC
string
default XRC_FUSION_AON_ALL_LM
default "XRC_FUSION_AON_ALL_LM"
config IRQ_OFFLOAD_INTNUM
default 13

View file

@ -7,7 +7,7 @@ if SOC_ESP32
config SOC
string
default esp32
default "esp32"
config IRQ_OFFLOAD_INTNUM
default 7

View file

@ -8,7 +8,7 @@ if SOC_HIFI2_STD
config SOC
string
default hifi2_std
default "hifi2_std"
config IRQ_OFFLOAD_INTNUM
default 7

View file

@ -8,7 +8,7 @@ if SOC_HIFI3_BD5
config SOC
string
default hifi3_bd5
default "hifi3_bd5"
config IRQ_OFFLOAD_INTNUM
default 13

View file

@ -8,7 +8,7 @@ if SOC_HIFI3_BD5_CALL0
config SOC
string
default hifi3_bd5_call0
default "hifi3_bd5_call0"
config IRQ_OFFLOAD_INTNUM
default 13

View file

@ -8,7 +8,7 @@ if SOC_HIFI4_BD7
config SOC
string
default hifi4_bd7
default "hifi4_bd7"
config IRQ_OFFLOAD_INTNUM
default 4

View file

@ -8,7 +8,7 @@ if SOC_HIFI_MINI
config SOC
string
default hifi_mini
default "hifi_mini"
config IRQ_OFFLOAD_INTNUM
default 13

View file

@ -8,7 +8,7 @@ if SOC_HIFI_MINI_4SWIRQ
config SOC
string
default hifi_mini_4swIrq
default "hifi_mini_4swIrq"
config IRQ_OFFLOAD_INTNUM
default 1

View file

@ -7,7 +7,7 @@ if SOC_INTEL_S1000
config SOC
string
default intel_s1000
default "intel_s1000"
config IRQ_OFFLOAD_INTNUM
default 0

View file

@ -8,7 +8,7 @@ if SOC_XTENSA_SAMPLE_CONTROLLER
config SOC
string
default sample_controller
default "sample_controller"
config IRQ_OFFLOAD_INTNUM
default 7