diff --git a/.murdock b/.murdock index 988d996e49..c54c45d02e 100755 --- a/.murdock +++ b/.murdock @@ -26,6 +26,7 @@ mega-xplained microbit native nrf52840dk +nrf9160dk nucleo-f072rb nucleo-f103rb nucleo-f207zg diff --git a/cpu/nrf9160/Kconfig b/cpu/nrf9160/Kconfig index 3e42331845..f8b0e31e81 100644 --- a/cpu/nrf9160/Kconfig +++ b/cpu/nrf9160/Kconfig @@ -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" diff --git a/cpu/nrf9160/vectors/Kconfig b/cpu/nrf9160/vectors/Kconfig new file mode 100644 index 0000000000..c92ad3b02c --- /dev/null +++ b/cpu/nrf9160/vectors/Kconfig @@ -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