|
# 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
|