mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 05:02:38 +00:00
Move HAS_DTS_GPIO from board to the driver Kconfig. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
12 lines
274 B
Plaintext
12 lines
274 B
Plaintext
# Kconfig - Sparkfun nRF52832 breakout board configuration
|
|
#
|
|
# Copyright (c) 2017 Shawn Nock <shawn@monadnock.ca>
|
|
# Copyright (c) 2016 Linaro Limited.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
config BOARD_NRF52_SPARKFUN
|
|
bool "nRF52 SPARKFUN"
|
|
depends on SOC_NRF52832_QFAA
|