boards: 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 20:56:38 +02:00 committed by Anas Nashif
commit a3128e6a2c
85 changed files with 85 additions and 85 deletions

View file

@ -8,7 +8,7 @@
if BOARD_96B_ARGONKEY
config BOARD
default 96b_argonkey
default "96b_argonkey"
if UART_CONSOLE

View file

@ -8,7 +8,7 @@
if BOARD_96B_CARBON
config BOARD
default 96b_carbon
default "96b_carbon"
if UART_CONSOLE

View file

@ -7,7 +7,7 @@
if BOARD_96B_CARBON_NRF51
config BOARD
default 96b_carbon_nrf51
default "96b_carbon_nrf51"
if UART_NRF5

View file

@ -8,7 +8,7 @@
if BOARD_96B_NEONKEY
config BOARD
default 96b_neonkey
default "96b_neonkey"
if UART_CONSOLE

View file

@ -7,7 +7,7 @@
if BOARD_96B_NITROGEN
config BOARD
default 96b_nitrogen
default "96b_nitrogen"
if GPIO_NRF5

View file

@ -7,6 +7,6 @@
if BOARD_ADAFRUIT_FEATHER_M0_BASIC_PROTO
config BOARD
default adafruit_feather_m0_basic_proto
default "adafruit_feather_m0_basic_proto"
endif

View file

@ -6,6 +6,6 @@
if BOARD_ADAFRUIT_TRINKET_M0
config BOARD
default adafruit_trinket_m0
default "adafruit_trinket_m0"
endif

View file

@ -7,7 +7,7 @@
if BOARD_ARDUINO_DUE
config BOARD
default arduino_due
default "arduino_due"
if GPIO

View file

@ -6,6 +6,6 @@
if BOARD_ARDUINO_ZERO
config BOARD
default arduino_zero
default "arduino_zero"
endif # BOARD_ARDUINO_ZERO

View file

@ -7,7 +7,7 @@
if BOARD_BBC_MICROBIT
config BOARD
default bbc_microbit
default "bbc_microbit"
if GPIO_NRF5

View file

@ -6,6 +6,6 @@
if BOARD_CC2650_SENSORTAG
config BOARD
default cc2650_sensortag
default "cc2650_sensortag"
endif # BOARD_CC2650_SENSORTAG

View file

@ -4,7 +4,7 @@
if BOARD_CC3220SF_LAUNCHXL
config BOARD
default cc3220sf_launchxl
default "cc3220sf_launchxl"
if I2C

View file

@ -8,7 +8,7 @@
if BOARD_COLIBRI_IMX7D_M4
config BOARD
default colibri_imx7d_m4
default "colibri_imx7d_m4"
if GPIO_IMX

View file

@ -7,7 +7,7 @@
if BOARD_CURIE_BLE
config BOARD
default curie_ble
default "curie_ble"
if UART_NRF5

View file

@ -8,7 +8,7 @@
if BOARD_DISCO_L475_IOT1
config BOARD
default disco_l475_iot1
default "disco_l475_iot1"
if CLOCK_STM32_SYSCLK_SRC_PLL

View file

@ -8,7 +8,7 @@
if BOARD_DRAGINO_LSN50
config BOARD
default dragino_lsn50
default "dragino_lsn50"
if UART_CONSOLE

View file

@ -8,7 +8,7 @@
if BOARD_EFM32WG_STK3800
config BOARD
default efm32wg_stk3800
default "efm32wg_stk3800"
config CMU_HFXO_FREQ
default 48000000

View file

@ -8,7 +8,7 @@
if BOARD_FRDM_K64F
config BOARD
default frdm_k64f
default "frdm_k64f"
config OSC_XTAL0_FREQ
default 50000000

View file

@ -8,7 +8,7 @@
if BOARD_FRDM_KL25Z
config BOARD
default frdm_kl25z
default "frdm_kl25z"
config OSC_XTAL0_FREQ
default 8000000

View file

@ -8,7 +8,7 @@
if BOARD_FRDM_KW41Z
config BOARD
default frdm_kw41z
default "frdm_kw41z"
config OSC_XTAL0_FREQ
default 32000000

View file

@ -8,7 +8,7 @@
if BOARD_HEXIWEAR_K64
config BOARD
default hexiwear_k64
default "hexiwear_k64"
config OSC_XTAL0_FREQ
default 12000000

View file

@ -8,7 +8,7 @@
if BOARD_HEXIWEAR_KW40Z
config BOARD
default hexiwear_kw40z
default "hexiwear_kw40z"
config OSC_XTAL0_FREQ
default 32000000

View file

@ -8,7 +8,7 @@
if BOARD_LPCXPRESSO54114_M0
config BOARD
default lpcxpresso54114_m0
default "lpcxpresso54114_m0"
if USART_MCUX_LPC
config USART_MCUX_LPC_0

View file

@ -8,7 +8,7 @@
if BOARD_LPCXPRESSO54114_M4
config BOARD
default lpcxpresso54114_m4
default "lpcxpresso54114_m4"
if USART_MCUX_LPC

View file

@ -8,7 +8,7 @@
if BOARD_MIMXRT1050_EVK
config BOARD
default mimxrt1050_evk
default "mimxrt1050_evk"
if GPIO_MCUX_IGPIO

View file

@ -7,7 +7,7 @@
if BOARD_MPS2_AN385
config BOARD
default mps2_an385
default "mps2_an385"
if GPIO

View file

@ -4,6 +4,6 @@
if BOARD_MSP_EXP432P401R_LAUNCHXL
config BOARD
default msp_exp432p401r_launchxl
default "msp_exp432p401r_launchxl"
endif # BOARD_MSP_EXP432P401R_LAUNCHXL

View file

@ -7,7 +7,7 @@
if BOARD_NRF51_BLE400
config BOARD
default nrf51_ble400
default "nrf51_ble400"
if GPIO_NRF5

View file

@ -7,7 +7,7 @@
if BOARD_NRF51_BLENANO
config BOARD
default nrf51_blenano
default "nrf51_blenano"
if GPIO_NRF5

View file

@ -7,7 +7,7 @@
if BOARD_NRF51_PCA10028
config BOARD
default nrf51_pca10028
default "nrf51_pca10028"
if GPIO_NRF5

View file

@ -7,7 +7,7 @@
if BOARD_NRF51_VBLUNO51
config BOARD
default nrf51_vbluno51
default "nrf51_vbluno51"
if GPIO_NRF5

View file

@ -7,7 +7,7 @@
if BOARD_NRF52840_PCA10056
config BOARD
default nrf52840_pca10056
default "nrf52840_pca10056"
if GPIO_NRF5

View file

@ -7,7 +7,7 @@
if BOARD_NRF52_BLENANO2
config BOARD
default nrf52_blenano2
default "nrf52_blenano2"
if GPIO_NRF5

View file

@ -7,7 +7,7 @@
if BOARD_NRF52_PCA10040
config BOARD
default nrf52_pca10040
default "nrf52_pca10040"
if GPIO_NRF5

View file

@ -7,7 +7,7 @@
if BOARD_NRF52_PCA20020
config BOARD
default nrf52_pca20020
default "nrf52_pca20020"
if GPIO_NRF5

View file

@ -8,7 +8,7 @@
if BOARD_NRF52_SPARKFUN
config BOARD
default nrf52_sparkfun
default "nrf52_sparkfun"
if GPIO_NRF5

View file

@ -7,7 +7,7 @@
if BOARD_NRF52_VBLUNO52
config BOARD
default nrf52_vbluno52
default "nrf52_vbluno52"
if GPIO_NRF5

View file

@ -8,7 +8,7 @@
if BOARD_NUCLEO_F030R8
config BOARD
default nucleo_f030r8
default "nucleo_f030r8"
if UART_CONSOLE

View file

@ -8,7 +8,7 @@
if BOARD_NUCLEO_F070RB
config BOARD
default nucleo_f070rb
default "nucleo_f070rb"
if UART_CONSOLE

View file

@ -8,7 +8,7 @@
if BOARD_NUCLEO_F091RC
config BOARD
default nucleo_f091rc
default "nucleo_f091rc"
if UART_CONSOLE

View file

@ -8,7 +8,7 @@
if BOARD_NUCLEO_F103RB
config BOARD
default nucleo_f103rb
default "nucleo_f103rb"
if UART_CONSOLE

View file

@ -8,7 +8,7 @@
if BOARD_NUCLEO_F334R8
config BOARD
default nucleo_f334r8
default "nucleo_f334r8"
if UART_CONSOLE

View file

@ -8,7 +8,7 @@
if BOARD_NUCLEO_F401RE
config BOARD
default nucleo_f401re
default "nucleo_f401re"
if UART_CONSOLE

View file

@ -8,7 +8,7 @@
if BOARD_NUCLEO_F411RE
config BOARD
default nucleo_f411re
default "nucleo_f411re"
if UART_CONSOLE

View file

@ -8,7 +8,7 @@
if BOARD_NUCLEO_F412ZG
config BOARD
default nucleo_f412zg
default "nucleo_f412zg"
if UART_CONSOLE

View file

@ -8,7 +8,7 @@
if BOARD_NUCLEO_F413ZH
config BOARD
default nucleo_f413zh
default "nucleo_f413zh"
if UART_CONSOLE

View file

@ -8,7 +8,7 @@
if BOARD_NUCLEO_F429ZI
config BOARD
default nucleo_f429zi
default "nucleo_f429zi"
if UART_CONSOLE

View file

@ -8,7 +8,7 @@
if BOARD_NUCLEO_F446RE
config BOARD
default nucleo_f446re
default "nucleo_f446re"
if UART_CONSOLE

View file

@ -8,7 +8,7 @@
if BOARD_NUCLEO_L053R8
config BOARD
default nucleo_l053r8
default "nucleo_l053r8"
if UART_CONSOLE

View file

@ -8,7 +8,7 @@
if BOARD_NUCLEO_L073RZ
config BOARD
default nucleo_l073rz
default "nucleo_l073rz"
if UART_CONSOLE

View file

@ -9,7 +9,7 @@
if BOARD_NUCLEO_L432KC
config BOARD
default nucleo_l432kc
default "nucleo_l432kc"
if UART_CONSOLE

View file

@ -9,7 +9,7 @@
if BOARD_NUCLEO_L476RG
config BOARD
default nucleo_l476rg
default "nucleo_l476rg"
if UART_CONSOLE

View file

@ -8,7 +8,7 @@
if BOARD_OLIMEX_STM32_E407
config BOARD
default olimex_stm32_e407
default "olimex_stm32_e407"
if UART_CONSOLE

View file

@ -8,7 +8,7 @@
if BOARD_OLIMEX_STM32_H407
config BOARD
default olimex_stm32_h407
default "olimex_stm32_h407"
if UART_CONSOLE

View file

@ -8,7 +8,7 @@
if BOARD_OLIMEX_STM32_P405
config BOARD
default olimex_stm32_p405
default "olimex_stm32_p405"
if UART_CONSOLE

View file

@ -8,7 +8,7 @@
if BOARD_OLIMEXINO_STM32
config BOARD
default olimexino_stm32
default "olimexino_stm32"
if UART_CONSOLE

View file

@ -5,6 +5,6 @@ config BUILD_OUTPUT_BIN
default n
config BOARD
default qemu_cortex_m3
default "qemu_cortex_m3"
endif # BOARD_QEMU_CORTEX_M3

View file

@ -7,7 +7,7 @@
if BOARD_QUARK_SE_C1000_BLE
config BOARD
default quark_se_c1000_ble
default "quark_se_c1000_ble"
if UART_NRF5

View file

@ -8,7 +8,7 @@ if BOARD_SAM4S_XPLAINED
config BOARD
string
default sam4s_xplained
default "sam4s_xplained"
if I2C

View file

@ -8,7 +8,7 @@ if BOARD_SAM_E70_XPLAINED
config BOARD
string
default sam_e70_xplained
default "sam_e70_xplained"
if I2S
config I2S_SAM_SSC

View file

@ -8,7 +8,7 @@
if BOARD_STM3210C_EVAL
config BOARD
default stm3210c_eval
default "stm3210c_eval"
if UART_CONSOLE

View file

@ -8,7 +8,7 @@
if BOARD_STM32373C_EVAL
config BOARD
default stm32373c_eval
default "stm32373c_eval"
if UART_CONSOLE

View file

@ -8,7 +8,7 @@
if BOARD_STM32_MIN_DEV
config BOARD
default stm32_min_dev
default "stm32_min_dev"
if UART_CONSOLE

View file

@ -8,7 +8,7 @@
if BOARD_STM32_MINI_A15
config BOARD
default stm32_mini_a15
default "stm32_mini_a15"
config BOARD_DEPRECATED
default "1.11"

View file

@ -8,7 +8,7 @@
if BOARD_STM32F072_EVAL
config BOARD
default stm32f072_eval
default "stm32f072_eval"
if UART_CONSOLE

View file

@ -8,7 +8,7 @@
if BOARD_STM32F072B_DISCO
config BOARD
default stm32f072b_disco
default "stm32f072b_disco"
if UART_CONSOLE

View file

@ -8,7 +8,7 @@
if BOARD_STM32F0_DISCO
config BOARD
default stm32f0_disco
default "stm32f0_disco"
if UART_CONSOLE

View file

@ -8,7 +8,7 @@
if BOARD_STM32F3_DISCO
config BOARD
default stm32f3_disco
default "stm32f3_disco"
if UART_CONSOLE

View file

@ -8,7 +8,7 @@
if BOARD_STM32F411E_DISCO
config BOARD
default stm32f411e_disco
default "stm32f411e_disco"
if UART_CONSOLE

View file

@ -6,7 +6,7 @@
if BOARD_STM32F412G_DISCO
config BOARD
default stm32f412g_disco
default "stm32f412g_disco"
if UART_CONSOLE

View file

@ -8,7 +8,7 @@
if BOARD_STM32F429I_DISC1
config BOARD
default stm32f429i_disc1
default "stm32f429i_disc1"
if UART_CONSOLE

View file

@ -8,7 +8,7 @@
if BOARD_STM32F469I_DISCO
config BOARD
default stm32f469i_disco
default "stm32f469i_disco"
if UART_CONSOLE

View file

@ -8,7 +8,7 @@
if BOARD_STM32F4_DISCO
config BOARD
default stm32f4_disco
default "stm32f4_disco"
if UART_CONSOLE

View file

@ -8,7 +8,7 @@
if BOARD_STM32L476G_DISCO
config BOARD
default stm32l476g_disco
default "stm32l476g_disco"
if UART_CONSOLE

View file

@ -9,7 +9,7 @@
if BOARD_STM32L496G_DISCO
config BOARD
default stm32l496g_disco
default "stm32l496g_disco"
if UART_CONSOLE

View file

@ -8,7 +8,7 @@
if BOARD_USB_KW24D512
config BOARD
default usb_kw24d512
default "usb_kw24d512"
config OSC_XTAL0_FREQ
# The MCU is configured to use 4 MHz external

View file

@ -9,7 +9,7 @@
if BOARD_V2M_BEETLE
config BOARD
default v2m_beetle
default "v2m_beetle"
if GPIO

View file

@ -5,7 +5,7 @@ config BUILD_OUTPUT_STRIPPED
def_bool y
config BOARD
default galileo
default "galileo"
config I2C
def_bool y

View file

@ -2,7 +2,7 @@
if BOARD_MINNOWBOARD
config BOARD
default minnowboard
default "minnowboard"
config BUILD_OUTPUT_STRIPPED
def_bool y

View file

@ -6,6 +6,6 @@ config BUILD_OUTPUT_BIN
default n
config BOARD
default qemu_x86
default "qemu_x86"
endif # BOARD_QEMU_X86

View file

@ -2,7 +2,7 @@
if BOARD_X86_JAILHOUSE
config BOARD
default x86_jailhouse
default "x86_jailhouse"
config JAILHOUSE
bool "Zephyr port to boot as a (x86) Jailhouse inmate cell payload"

View file

@ -6,6 +6,6 @@
if BOARD_ESP32
config BOARD
default esp32
default "esp32"
endif # BOARD_ESP32

View file

@ -5,7 +5,7 @@
if BOARD_INTEL_S1000_CRB
config BOARD
default intel_s1000_crb
default "intel_s1000_crb"
config BOARD_XTENSA
def_bool y

View file

@ -8,6 +8,6 @@ config BUILD_OUTPUT_BIN
default n
config BOARD
default qemu_xtensa
default "qemu_xtensa"
endif # BOARD_QEMU_XTENSA

View file

@ -4,6 +4,6 @@
if BOARD_XT_SIM
config BOARD
default xt-sim
default "xt-sim"
endif # BOARD_SIMULATOR_XTENSA