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