1 # SPDX-License-Identifier: GPL-2.0-only
3 # NFC subsystem configuration
8 depends on RFKILL || !RFKILL
9 tristate "NFC subsystem support"
12 Say Y here if you want to build support for NFC (Near field
13 communication) devices.
15 To compile this support as a module, choose M here: the module will
22 tristate "NFC Digital Protocol stack support"
25 Say Y if you want to build NFC digital protocol stack support.
26 This is needed by NFC chipsets whose firmware only implement
29 To compile this support as a module, choose M here: the module will
30 be called nfc_digital.
32 source "net/nfc/nci/Kconfig"
33 source "net/nfc/hci/Kconfig"
35 source "drivers/nfc/Kconfig"