20 lines
344 B
Plaintext
20 lines
344 B
Plaintext
# Kconfig - Nordic Semiconductor nRF5 MCU line
|
|
#
|
|
# Copyright (c) 2016 Nordic Semiconductor ASA
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
config SOC_FAMILY_NRF5
|
|
bool
|
|
# omit prompt to signify a "hidden" option
|
|
default n
|
|
|
|
if SOC_FAMILY_NRF5
|
|
config SOC_FAMILY
|
|
string
|
|
default nordic_nrf5
|
|
endif
|
|
|
|
source "arch/arm/soc/nordic_nrf5/*/Kconfig.soc"
|