File tree Expand file tree Collapse file tree 6 files changed +10
-9
lines changed Expand file tree Collapse file tree 6 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ config SETTINGS
1010 default y
1111
1212config ZMS
13- default y if SOC_FLASH_NRF_RRAM
13+ default y if ( SOC_FLASH_NRF_RRAM || SOC_FLASH_NRF_MRAM)
1414
1515config NVS
16- default y if !SOC_FLASH_NRF_RRAM
16+ default y if !( SOC_FLASH_NRF_RRAM || SOC_FLASH_NRF_MRAM)
Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ config SETTINGS
2727 default y
2828
2929config ZMS
30- default y if SOC_FLASH_NRF_RRAM
30+ default y if ( SOC_FLASH_NRF_RRAM || SOC_FLASH_NRF_MRAM)
3131
3232config NVS
33- default y if !SOC_FLASH_NRF_RRAM
33+ default y if !( SOC_FLASH_NRF_RRAM || SOC_FLASH_NRF_MRAM)
3434
3535endmenu
3636
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ config SETTINGS
1010 default y
1111
1212config ZMS
13- default y if SOC_FLASH_NRF_RRAM
13+ default y if ( SOC_FLASH_NRF_RRAM || SOC_FLASH_NRF_MRAM)
1414
1515config NVS
16- default y if !SOC_FLASH_NRF_RRAM
16+ default y if !( SOC_FLASH_NRF_RRAM || SOC_FLASH_NRF_MRAM)
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ config SETTINGS
1010 default y
1111
1212config ZMS
13- default y if SOC_FLASH_NRF_RRAM
13+ default y if ( SOC_FLASH_NRF_RRAM || SOC_FLASH_NRF_MRAM)
1414
1515config NVS
16- default y if !SOC_FLASH_NRF_RRAM
16+ default y if !( SOC_FLASH_NRF_RRAM || SOC_FLASH_NRF_MRAM)
Original file line number Diff line number Diff line change @@ -11,5 +11,6 @@ config SETTINGS
1111
1212config ZMS
1313 default y if (SOC_FLASH_NRF_RRAM || SOC_FLASH_NRF_MRAM)
14+
1415config NVS
1516 default y if !(SOC_FLASH_NRF_RRAM || SOC_FLASH_NRF_MRAM)
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ config SETTINGS
3737 default y
3838
3939config ZMS
40- default y if ! (SOC_FLASH_NRF_RRAM || SOC_FLASH_NRF_MRAM)
40+ default y if (SOC_FLASH_NRF_RRAM || SOC_FLASH_NRF_MRAM)
4141
4242config NVS
4343 default y if !(SOC_FLASH_NRF_RRAM || SOC_FLASH_NRF_MRAM)
You can’t perform that action at this time.
0 commit comments