1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cpu/nrf9160: add Kconfig dependencies

This commit is contained in:
Francisco Molina 2021-11-29 10:59:56 +01:00
parent 7f649aa505
commit 4aaf8f12a0
3 changed files with 15 additions and 1 deletions

View File

@ -26,6 +26,7 @@ mega-xplained
microbit
native
nrf52840dk
nrf9160dk
nucleo-f072rb
nucleo-f103rb
nucleo-f207zg

View File

@ -37,4 +37,6 @@ config HAS_CPU_NRF9160
help
Indicates that the current cpu is 'nrf9160'.
source "$(RIOTCPU)/cortexm_common/Kconfig"
rsource "vectors/Kconfig"
source "$(RIOTCPU)/nrf5x_common/Kconfig"

View File

@ -0,0 +1,11 @@
# Copyright (c) 2021 Inria
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
config MODULE_NRF9160_VECTORS
bool
depends on TEST_KCONFIG
default y