Skip to content

Commit 2360407

Browse files
doki-nordiccarlescufi
authored andcommitted
samples: nfc: writable_ndef_msg: Select config CRC when ZMS is enabled
The sample in Kconfig sets default ZMS to 'y', but ZMS also must select CRC. It is done in different place, but because how Kconfig works it must be also set here. Jira: NCSDK-35447 Jira: NCSDK-35446 Signed-off-by: Dominik Kilian <[email protected]>
1 parent 8af0461 commit 2360407

File tree

1 file changed

+1
-0
lines changed
  • samples/nfc/writable_ndef_msg

1 file changed

+1
-0
lines changed

samples/nfc/writable_ndef_msg/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
source "Kconfig.zephyr"
88

99
config ZMS
10+
select CRC
1011
default y if (SOC_FLASH_NRF_RRAM || SOC_FLASH_NRF_MRAM)
1112

1213
config NVS

0 commit comments

Comments
 (0)