oleavr-rgl-a500-mini-linux-.../net/nfc/Kconfig
Ole André Vadla Ravnås 169c65d57e Initial commit
2022-05-07 01:01:45 +02:00

20 lines
416 B
Text

#
# NFC sybsystem configuration
#
menuconfig NFC
depends on NET
depends on RFKILL || !RFKILL
tristate "NFC subsystem support"
default n
help
Say Y here if you want to build support for NFC (Near field
communication) devices.
To compile this support as a module, choose M here: the module will
be called nfc.
source "net/nfc/nci/Kconfig"
source "net/nfc/hci/Kconfig"
source "drivers/nfc/Kconfig"