Lauro Ramos Venancio | 3e256b8 | 2011-07-01 19:31:33 -0300 | [diff] [blame] | 1 | # |
| 2 | # NFC sybsystem configuration |
| 3 | # |
| 4 | |
| 5 | menuconfig NFC |
Kees Cook | deccb2a | 2012-10-23 13:04:09 -0700 | [diff] [blame] | 6 | depends on NET |
Marcel Holtmann | c204ea0 | 2013-04-27 01:02:46 +0200 | [diff] [blame] | 7 | depends on RFKILL || !RFKILL |
Kees Cook | deccb2a | 2012-10-23 13:04:09 -0700 | [diff] [blame] | 8 | tristate "NFC subsystem support" |
Lauro Ramos Venancio | 3e256b8 | 2011-07-01 19:31:33 -0300 | [diff] [blame] | 9 | 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 Escande | 4b10884eb | 2013-09-19 17:55:25 +0200 | [diff] [blame] | 17 | config NFC_DIGITAL |
| 18 | depends on NFC |
Thierry Escande | 2c66dae | 2013-09-19 17:55:27 +0200 | [diff] [blame] | 19 | select CRC_CCITT |
Thierry Escande | 8c0695e4 | 2013-09-19 17:55:28 +0200 | [diff] [blame] | 20 | select CRC_ITU_T |
Thierry Escande | 4b10884eb | 2013-09-19 17:55:25 +0200 | [diff] [blame] | 21 | 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 Elias | 6a2968a | 2011-09-18 11:19:35 +0300 | [diff] [blame] | 31 | source "net/nfc/nci/Kconfig" |
Eric Lapuyade | 8b8d2e0 | 2012-04-10 19:43:06 +0200 | [diff] [blame] | 32 | source "net/nfc/hci/Kconfig" |
Ilan Elias | 6a2968a | 2011-09-18 11:19:35 +0300 | [diff] [blame] | 33 | |
Lauro Ramos Venancio | 3e256b8 | 2011-07-01 19:31:33 -0300 | [diff] [blame] | 34 | source "drivers/nfc/Kconfig" |