mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-08 03:12:59 +00:00
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>
13 lines
279 B
Plaintext
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
|