10 lines
203 B
Plaintext
10 lines
203 B
Plaintext
|
# Kconfig - nRF52832-MDK board configuration
|
||
|
#
|
||
|
# Copyright (c) 2018 makerdiary.com.
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
config BOARD_NRF52832_MDK
|
||
|
bool "nRF52832-MDK"
|
||
|
depends on SOC_NRF52832_QFAA
|