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