tests/samples: watchdog: Update projects' configuration
WDT_NRFX is now enabling by default. Its configuration from proj.conf files was removed. Signed-off-by: Karol Lasończyk <karol.lasonczyk@nordicsemi.no>
This commit is contained in:
parent
6c669ace6e
commit
c9e3c938e6
3 changed files with 1 additions and 2 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
menuconfig WDT_NRFX
|
||||
bool "nRF WDT nrfx driver"
|
||||
default y
|
||||
depends on SOC_FAMILY_NRF
|
||||
select HAS_DTS_WDT
|
||||
select NRFX_WDT
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
CONFIG_WATCHDOG=y
|
||||
CONFIG_WDT_NRFX=y
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
CONFIG_WATCHDOG=y
|
||||
CONFIG_WDT_NRFX=y
|
||||
CONFIG_ZTEST=y
|
||||
CONFIG_APPLICATION_MEMORY=y
|
||||
CONFIG_BOOT_BANNER=n
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue