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>
This commit is contained in:
parent
77a7cb3e4f
commit
2d82970710
1 changed files with 2 additions and 1 deletions
|
@ -118,7 +118,8 @@ config HAS_HW_NRF_MWU
|
||||||
def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_MWU))
|
def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_MWU))
|
||||||
|
|
||||||
config HAS_HW_NRF_NFCT
|
config HAS_HW_NRF_NFCT
|
||||||
def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_NFCT))
|
def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_NFCT)) || \
|
||||||
|
$(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_NFCT_V2))
|
||||||
|
|
||||||
config HAS_HW_NRF_NVMC_PE
|
config HAS_HW_NRF_NVMC_PE
|
||||||
def_bool $(dt_nodelabel_bool_prop,flash_controller,partial-erase)
|
def_bool $(dt_nodelabel_bool_prop,flash_controller,partial-erase)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue