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

Merge pull request #17291 from fjmolinas/pr_nrf9160_kconfig

cpu/nrf9160: add Kconfig dependencies
This commit is contained in:
Dylan Laduranty 2021-12-02 09:59:16 +01:00 committed by GitHub
commit 97f7b67b49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 1 deletions

View File

@ -27,6 +27,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