2011-07-02 02:31:33 +04:00
|
|
|
#
|
|
|
|
# NFC sybsystem configuration
|
|
|
|
#
|
|
|
|
|
|
|
|
menuconfig NFC
|
2012-10-24 00:04:09 +04:00
|
|
|
depends on NET
|
|
|
|
tristate "NFC subsystem support"
|
2011-07-02 02:31:33 +04:00
|
|
|
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.
|
|
|
|
|
2011-09-18 12:19:35 +04:00
|
|
|
source "net/nfc/nci/Kconfig"
|
2012-04-10 21:43:06 +04:00
|
|
|
source "net/nfc/hci/Kconfig"
|
2011-09-18 12:19:35 +04:00
|
|
|
|
2011-07-02 02:31:33 +04:00
|
|
|
source "drivers/nfc/Kconfig"
|