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 |
| 7 | tristate "NFC subsystem support" |
Lauro Ramos Venancio | 3e256b8 | 2011-07-01 19:31:33 -0300 | [diff] [blame] | 8 | default n |
| 9 | help |
| 10 | Say Y here if you want to build support for NFC (Near field |
| 11 | communication) devices. |
| 12 | |
| 13 | To compile this support as a module, choose M here: the module will |
| 14 | be called nfc. |
| 15 | |
Ilan Elias | 6a2968a | 2011-09-18 11:19:35 +0300 | [diff] [blame] | 16 | source "net/nfc/nci/Kconfig" |
Eric Lapuyade | 8b8d2e0 | 2012-04-10 19:43:06 +0200 | [diff] [blame] | 17 | source "net/nfc/hci/Kconfig" |
Samuel Ortiz | d646960 | 2011-12-14 16:43:12 +0100 | [diff] [blame] | 18 | source "net/nfc/llcp/Kconfig" |
Ilan Elias | 6a2968a | 2011-09-18 11:19:35 +0300 | [diff] [blame] | 19 | |
Lauro Ramos Venancio | 3e256b8 | 2011-07-01 19:31:33 -0300 | [diff] [blame] | 20 | source "drivers/nfc/Kconfig" |