samples: subsys: settings: Run sample on nrf54h20

Add Kconfig file that makes the sample working
on nrf54h20 Application core.

Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
This commit is contained in:
Sebastian Głąb 2024-05-10 14:06:04 +02:00 committed by Alberto Escolar
commit 3a711143f4
2 changed files with 3 additions and 0 deletions

View file

@ -0,0 +1,2 @@
CONFIG_NVS=y
CONFIG_SETTINGS_NVS=y

View file

@ -13,6 +13,7 @@ tests:
- native_sim/native/64 - native_sim/native/64
- mr_canhubk3 - mr_canhubk3
- nrf54l15pdk/nrf54l15/cpuapp - nrf54l15pdk/nrf54l15/cpuapp
- nrf54h20dk/nrf54h20/cpuapp
integration_platforms: integration_platforms:
- native_sim - native_sim
harness: console harness: console