Skip to content

Commit 2d82970

Browse files
nordic-krchkartben
authored andcommitted
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 <krzysztof.chruscinski@nordicsemi.no>
1 parent 77a7cb3 commit 2d82970

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
@@ -118,7 +118,8 @@ config HAS_HW_NRF_MWU
118118
def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_MWU))
119119

120120
config HAS_HW_NRF_NFCT
121-
def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_NFCT))
121+
def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_NFCT)) || \
122+
$(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_NFCT_V2))
122123

123124
config HAS_HW_NRF_NVMC_PE
124125
def_bool $(dt_nodelabel_bool_prop,flash_controller,partial-erase)

0 commit comments

Comments
 (0)