Skip to content

Commit 7aa44cd

Browse files
committed
nfc: Remove "Enable" from Kconfig options description
This is not allowed for boolean options. Signed-off-by: Carles Cufi <[email protected]>
1 parent 3ea45e3 commit 7aa44cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nfc/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
#
66

77
config NFC_T2T_NRFXLIB
8-
bool "Enable NFC Type 2 Tag library"
8+
bool "NFC Type 2 Tag library"
99
depends on HAS_HW_NRF_NFCT
1010

1111
config NFC_T4T_NRFXLIB
12-
bool "Enable NFC Type 4 Tag library"
12+
bool "NFC Type 4 Tag library"
1313
depends on HAS_HW_NRF_NFCT

0 commit comments

Comments
 (0)