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
|
|
|
|
|
|
|
|
if SOC_FAMILY_NRF
|
|
|
|
config SOC_FAMILY
|
|
|
|
string
|
2018-05-26 03:12:24 +08:00
|
|
|
default "nordic_nrf"
|
2018-03-19 20:51:25 +08:00
|
|
|
|
2018-09-04 04:47:02 +08:00
|
|
|
source "soc/arm/nordic_nrf/Kconfig.peripherals"
|
|
|
|
source "soc/arm/nordic_nrf/*/Kconfig.soc"
|
2018-06-14 14:32:31 +08:00
|
|
|
|
2018-05-10 23:17:19 +08:00
|
|
|
endif # SOC_FAMILY_NRF
|