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:
commit
97f7b67b49
1
.murdock
1
.murdock
@ -27,6 +27,7 @@ mega-xplained
|
||||
microbit
|
||||
native
|
||||
nrf52840dk
|
||||
nrf9160dk
|
||||
nucleo-f072rb
|
||||
nucleo-f103rb
|
||||
nucleo-f207zg
|
||||
|
@ -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"
|
||||
|
11
cpu/nrf9160/vectors/Kconfig
Normal file
11
cpu/nrf9160/vectors/Kconfig
Normal 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
|
Loading…
Reference in New Issue
Block a user