Skip to content

Commit bef2ac4

Browse files
committed
nfc: align the T2T and T4T Kconfig options with DTS node status
Aligned the availability of the NFC_T2T_NRFXLIB and NFC_T4T_NRFXLIB Kconfig options with the status of the nfct DTS node. Signed-off-by: Kamil Piszczek <[email protected]>
1 parent a3e5faa commit bef2ac4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nfc/Kconfig

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
#
2-
# Copyright (c) 2018 Nordic Semiconductor
2+
# Copyright (c) 2018-2025 Nordic Semiconductor
33
#
44
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
#
66

77
config NFC_T2T_NRFXLIB
88
bool "Enable NFC Type 2 Tag library"
9+
depends on HAS_HW_NRF_NFCT
910

1011
config NFC_T4T_NRFXLIB
1112
bool "Enable NFC Type 4 Tag library"
13+
depends on HAS_HW_NRF_NFCT

0 commit comments

Comments
 (0)