1 # SPDX-License-Identifier: GPL-2.0-only 1 # SPDX-License-Identifier: GPL-2.0-only 2 # 2 # 3 # NFC subsystem configuration !! 3 # NFC sybsystem configuration 4 # 4 # 5 5 6 menuconfig NFC 6 menuconfig NFC >> 7 depends on NET 7 depends on RFKILL || !RFKILL 8 depends on RFKILL || !RFKILL 8 tristate "NFC subsystem support" 9 tristate "NFC subsystem support" 9 default n 10 default n 10 help 11 help 11 Say Y here if you want to build supp 12 Say Y here if you want to build support for NFC (Near field 12 communication) devices. 13 communication) devices. 13 14 14 To compile this support as a module, 15 To compile this support as a module, choose M here: the module will 15 be called nfc. 16 be called nfc. 16 17 17 config NFC_DIGITAL 18 config NFC_DIGITAL 18 depends on NFC 19 depends on NFC 19 select CRC_CCITT 20 select CRC_CCITT 20 select CRC_ITU_T 21 select CRC_ITU_T 21 tristate "NFC Digital Protocol stack s 22 tristate "NFC Digital Protocol stack support" 22 default n 23 default n 23 help 24 help 24 Say Y if you want to build NFC digit 25 Say Y if you want to build NFC digital protocol stack support. 25 This is needed by NFC chipsets whose 26 This is needed by NFC chipsets whose firmware only implement 26 the NFC analog layer. 27 the NFC analog layer. 27 28 28 To compile this support as a module, 29 To compile this support as a module, choose M here: the module will 29 be called nfc_digital. 30 be called nfc_digital. 30 31 31 source "net/nfc/nci/Kconfig" 32 source "net/nfc/nci/Kconfig" 32 source "net/nfc/hci/Kconfig" 33 source "net/nfc/hci/Kconfig" 33 34 34 source "drivers/nfc/Kconfig" 35 source "drivers/nfc/Kconfig"
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.