2016-05-07 21:05:38 +08:00
|
|
|
# Kconfig - Nordic Semiconductor nRF5 MCU line
|
|
|
|
#
|
|
|
|
# Copyright (c) 2016 Nordic Semiconductor ASA
|
|
|
|
#
|
2017-01-19 09:01:01 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2016-05-07 21:05:38 +08:00
|
|
|
#
|
|
|
|
|
2016-06-15 07:33:26 +08:00
|
|
|
config SOC_FAMILY_NRF5
|
2016-05-07 21:05:38 +08:00
|
|
|
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"
|