Skip to content

Commit 0f18571

Browse files
nordic-krchrlubos
authored andcommitted
[nrf fromtree] soc: nordic: common: Fix HAS_HW_NRF_NFCT condition
Include nordic,nrf-nfct-v2 compatible in the option. Signed-off-by: Krzysztof Chruściński <[email protected]> (cherry picked from commit 2d82970)
1 parent 151ee44 commit 0f18571

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

soc/nordic/common/Kconfig.peripherals

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ config HAS_HW_NRF_MWU
120120
def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_MWU))
121121

122122
config HAS_HW_NRF_NFCT
123-
def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_NFCT))
123+
def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_NFCT)) || \
124+
$(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_NFCT_V2))
124125

125126
config HAS_HW_NRF_NVMC_PE
126127
def_bool $(dt_nodelabel_bool_prop,flash_controller,partial-erase)

0 commit comments

Comments
 (0)