2018-03-19 20:51:25 +08:00
|
|
|
# Kconfig - Nordic Semiconductor nRFx MCU line
|
|
|
|
#
|
2018-03-20 19:17:05 +08:00
|
|
|
# Copyright (c) 2016-2018 Nordic Semiconductor ASA
|
2018-03-19 20:51:25 +08:00
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
|
|
|
|
|
|
|
config SOC_FAMILY_NRF
|
|
|
|
bool
|
|
|
|
# omit prompt to signify a "hidden" option
|
|
|
|
default n
|
|
|
|
|
|
|
|
if SOC_FAMILY_NRF
|
|
|
|
config SOC_FAMILY
|
|
|
|
string
|
|
|
|
default nordic_nrf
|
|
|
|
endif
|
|
|
|
|
2018-05-08 15:31:48 +08:00
|
|
|
gsource "arch/arm/soc/nordic_nrf/*/Kconfig.soc"
|