blob: 5948b2fc72f63d3a9994e962b1366f8913c61ed7 [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
Marcel Holtmannc204ea02013-04-27 01:02:46 +02007 depends on RFKILL || !RFKILL
Kees Cookdeccb2a2012-10-23 13:04:09 -07008 tristate "NFC subsystem support"
Lauro Ramos Venancio3e256b82011-07-01 19:31:33 -03009 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
Ilan Elias6a2968a2011-09-18 11:19:35 +030017source "net/nfc/nci/Kconfig"
Eric Lapuyade8b8d2e02012-04-10 19:43:06 +020018source "net/nfc/hci/Kconfig"
Ilan Elias6a2968a2011-09-18 11:19:35 +030019
Lauro Ramos Venancio3e256b82011-07-01 19:31:33 -030020source "drivers/nfc/Kconfig"