]> rtime.felk.cvut.cz Git - linux-imx.git/blob - net/nfc/Kconfig
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux...
[linux-imx.git] / net / nfc / Kconfig
1 #
2 # NFC sybsystem configuration
3 #
4
5 menuconfig NFC
6         depends on NET
7         depends on RFKILL || !RFKILL
8         tristate "NFC subsystem support"
9         default n
10         help
11           Say Y here if you want to build support for NFC (Near field
12           communication) devices.
13
14           To compile this support as a module, choose M here: the module will
15           be called nfc.
16
17 source "net/nfc/nci/Kconfig"
18 source "net/nfc/hci/Kconfig"
19
20 source "drivers/nfc/Kconfig"