xref: /linux/net/nfc/Kconfig (revision 2c66daecc4092e6049673c281b2e6f0d5e59a94c)
13e256b8fSLauro Ramos Venancio#
23e256b8fSLauro Ramos Venancio# NFC sybsystem configuration
33e256b8fSLauro Ramos Venancio#
43e256b8fSLauro Ramos Venancio
53e256b8fSLauro Ramos Venanciomenuconfig NFC
6deccb2a2SKees Cook	depends on NET
7c204ea09SMarcel Holtmann	depends on RFKILL || !RFKILL
8deccb2a2SKees Cook	tristate "NFC subsystem support"
93e256b8fSLauro Ramos Venancio	default n
103e256b8fSLauro Ramos Venancio	help
113e256b8fSLauro Ramos Venancio	  Say Y here if you want to build support for NFC (Near field
123e256b8fSLauro Ramos Venancio	  communication) devices.
133e256b8fSLauro Ramos Venancio
143e256b8fSLauro Ramos Venancio	  To compile this support as a module, choose M here: the module will
153e256b8fSLauro Ramos Venancio	  be called nfc.
163e256b8fSLauro Ramos Venancio
174b10884eSThierry Escandeconfig NFC_DIGITAL
184b10884eSThierry Escande	depends on NFC
19*2c66daecSThierry Escande	select CRC_CCITT
204b10884eSThierry Escande	tristate "NFC Digital Protocol stack support"
214b10884eSThierry Escande	default n
224b10884eSThierry Escande	help
234b10884eSThierry Escande	  Say Y if you want to build NFC digital protocol stack support.
244b10884eSThierry Escande	  This is needed by NFC chipsets whose firmware only implement
254b10884eSThierry Escande	  the NFC analog layer.
264b10884eSThierry Escande
274b10884eSThierry Escande	  To compile this support as a module, choose M here: the module will
284b10884eSThierry Escande	  be called nfc_digital.
294b10884eSThierry Escande
306a2968aaSIlan Eliassource "net/nfc/nci/Kconfig"
318b8d2e08SEric Lapuyadesource "net/nfc/hci/Kconfig"
326a2968aaSIlan Elias
333e256b8fSLauro Ramos Venanciosource "drivers/nfc/Kconfig"
34