blob: 9b27599870e310338214a0f1d06d44f9b64e02d3 [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Lauro Ramos Venancio3e256b82011-07-01 19:31:33 -03002#
3# NFC sybsystem configuration
4#
5
6menuconfig NFC
Kees Cookdeccb2a2012-10-23 13:04:09 -07007 depends on NET
Marcel Holtmannc204ea02013-04-27 01:02:46 +02008 depends on RFKILL || !RFKILL
Kees Cookdeccb2a2012-10-23 13:04:09 -07009 tristate "NFC subsystem support"
Lauro Ramos Venancio3e256b82011-07-01 19:31:33 -030010 default n
11 help
12 Say Y here if you want to build support for NFC (Near field
13 communication) devices.
14
15 To compile this support as a module, choose M here: the module will
16 be called nfc.
17
Thierry Escande4b10884eb2013-09-19 17:55:25 +020018config NFC_DIGITAL
19 depends on NFC
Thierry Escande2c66dae2013-09-19 17:55:27 +020020 select CRC_CCITT
Thierry Escande8c0695e42013-09-19 17:55:28 +020021 select CRC_ITU_T
Thierry Escande4b10884eb2013-09-19 17:55:25 +020022 tristate "NFC Digital Protocol stack support"
23 default n
24 help
25 Say Y if you want to build NFC digital protocol stack support.
26 This is needed by NFC chipsets whose firmware only implement
27 the NFC analog layer.
28
29 To compile this support as a module, choose M here: the module will
30 be called nfc_digital.
31
Ilan Elias6a2968a2011-09-18 11:19:35 +030032source "net/nfc/nci/Kconfig"
Eric Lapuyade8b8d2e02012-04-10 19:43:06 +020033source "net/nfc/hci/Kconfig"
Ilan Elias6a2968a2011-09-18 11:19:35 +030034
Lauro Ramos Venancio3e256b82011-07-01 19:31:33 -030035source "drivers/nfc/Kconfig"