zephyr/soc/arm/nordic_nrf/nrf91/Kconfig.series
Thomas Stenersen a3fc1a1f53 drivers: nrf5: Don't force specific drivers from soc/arm/nordic_nrf
Redefining the config will not let another (out-of-source) driver be
chosen instead of the default. The driver is practically forced by the
soc settings. This commit moves default settings from soc/arm/nordic_nrf
into the drivers themselves.

Signed-off-by: Thomas Stenersen <thomas.stenersen@nordicsemi.no>
2019-03-12 19:42:40 +01:00

24 lines
542 B
Text

# Kconfig.series - Nordic Semiconductor nRF91 MCU line
#
# Copyright (c) 2018 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: Apache-2.0
#
config SOC_SERIES_NRF91X
bool "Nordic Semiconductor nRF91 series MCU"
select CPU_CORTEX_M33
select CPU_HAS_ARM_MPU
select CPU_HAS_NRF_IDAU
select CPU_HAS_FPU
select ARMV8_M_DSP
select SOC_FAMILY_NRF
select NRF_RTC_TIMER
select CLOCK_CONTROL
select HAS_STATE_DEEP_SLEEP_1
select XIP
select HAS_CMSIS
select HAS_NRFX
select HAS_SEGGER_RTT
help
Enable support for NRF91 MCU series