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:
parent
7f649aa505
commit
4aaf8f12a0
1
.murdock
1
.murdock
@ -26,6 +26,7 @@ mega-xplained
|
|||||||
microbit
|
microbit
|
||||||
native
|
native
|
||||||
nrf52840dk
|
nrf52840dk
|
||||||
|
nrf9160dk
|
||||||
nucleo-f072rb
|
nucleo-f072rb
|
||||||
nucleo-f103rb
|
nucleo-f103rb
|
||||||
nucleo-f207zg
|
nucleo-f207zg
|
||||||
|
@ -37,4 +37,6 @@ config HAS_CPU_NRF9160
|
|||||||
help
|
help
|
||||||
Indicates that the current cpu is 'nrf9160'.
|
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