blob: 13e1237e1ea1d8e3639599b13ca8c2f49cdcd8fa [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
Thierry Escande4b10884eb2013-09-19 17:55:25 +020017config NFC_DIGITAL
18 depends on NFC
19 tristate "NFC Digital Protocol stack support"
20 default n
21 help
22 Say Y if you want to build NFC digital protocol stack support.
23 This is needed by NFC chipsets whose firmware only implement
24 the NFC analog layer.
25
26 To compile this support as a module, choose M here: the module will
27 be called nfc_digital.
28
Ilan Elias6a2968a2011-09-18 11:19:35 +030029source "net/nfc/nci/Kconfig"
Eric Lapuyade8b8d2e02012-04-10 19:43:06 +020030source "net/nfc/hci/Kconfig"
Ilan Elias6a2968a2011-09-18 11:19:35 +030031
Lauro Ramos Venancio3e256b82011-07-01 19:31:33 -030032source "drivers/nfc/Kconfig"