zephyr/boards/arm/adafruit_feather_m0_basic_proto/Kconfig.defconfig
Ulf Magnusson a3128e6a2c 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>
2018-05-26 19:17:48 -04:00

13 lines
279 B
Plaintext

# Kconfig - Adafruit Feather M0 Basic Proto board configuration
#
# Copyright (c) 2018 Henrik Brix Andersen <henrik@brixandersen.dk>
#
# SPDX-License-Identifier: Apache-2.0
if BOARD_ADAFRUIT_FEATHER_M0_BASIC_PROTO
config BOARD
default "adafruit_feather_m0_basic_proto"
endif