Skip to content

Commit fb018f7

Browse files
ankunsanangl
authored andcommitted
nfc: remove depends on HAS_HW_NRF_NFCT due to sdk-nrf-bm
The sdk-nrfxlib should be platform agnostic. In sdk-nrf-bm the device tree is not used. The HAS_HW_NRF_NFCT Kconfig symbols are not provided despite having a capable hardware. Because of that the dependency on HAS_HW_NRF_NFCT symbol provided by only one platform (full nRF Connect SDK) is removed. Signed-off-by: Andrzej Kuros <[email protected]>
1 parent cf8d490 commit fb018f7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

nfc/Kconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
config NFC_T2T_NRFXLIB
88
bool "NFC Type 2 Tag library"
9-
depends on HAS_HW_NRF_NFCT
109

1110
config NFC_T4T_NRFXLIB
1211
bool "NFC Type 4 Tag library"
13-
depends on HAS_HW_NRF_NFCT

0 commit comments

Comments
 (0)