blob: 60c3bbb63e8efaf1ea9de16e32641de804235829 [file] [log] [blame]
Lauro Ramos Venancio3e256b82011-07-01 19:31:33 -03001#
2# NFC sybsystem configuration
3#
4
5menuconfig NFC
Kees Cookdeccb2a2012-10-23 13:04:09 -07006 depends on NET
7 tristate "NFC subsystem support"
Lauro Ramos Venancio3e256b82011-07-01 19:31:33 -03008 default n
9 help
10 Say Y here if you want to build support for NFC (Near field
11 communication) devices.
12
13 To compile this support as a module, choose M here: the module will
14 be called nfc.
15
Ilan Elias6a2968a2011-09-18 11:19:35 +030016source "net/nfc/nci/Kconfig"
Eric Lapuyade8b8d2e02012-04-10 19:43:06 +020017source "net/nfc/hci/Kconfig"
Samuel Ortizd6469602011-12-14 16:43:12 +010018source "net/nfc/llcp/Kconfig"
Ilan Elias6a2968a2011-09-18 11:19:35 +030019
Lauro Ramos Venancio3e256b82011-07-01 19:31:33 -030020source "drivers/nfc/Kconfig"