10 lines
202 B
Plaintext
10 lines
202 B
Plaintext
|
# Kconfig - nRF52840-MDK board configuration
|
||
|
#
|
||
|
# Copyright (c) 2018 makerdiary.com
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
config BOARD_NRF52840_MDK
|
||
|
bool "NRF52840-MDK"
|
||
|
depends on SOC_NRF52840_QIAA
|