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