diff options
Diffstat (limited to 'drivers/nfc/Kconfig')
-rw-r--r-- | drivers/nfc/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/nfc/Kconfig b/drivers/nfc/Kconfig index fe20e1cc0545..65d4ca19d132 100644 --- a/drivers/nfc/Kconfig +++ b/drivers/nfc/Kconfig | |||
@@ -26,6 +26,18 @@ config NFC_WILINK | |||
26 | Say Y here to compile support for Texas Instrument's NFC WiLink driver | 26 | Say Y here to compile support for Texas Instrument's NFC WiLink driver |
27 | into the kernel or say M to compile it as module. | 27 | into the kernel or say M to compile it as module. |
28 | 28 | ||
29 | config NFC_TRF7970A | ||
30 | tristate "Texas Instruments TRF7970a NFC driver" | ||
31 | depends on SPI && NFC_DIGITAL | ||
32 | help | ||
33 | This option enables the NFC driver for Texas Instruments' TRF7970a | ||
34 | device. Such device supports 5 different protocols: ISO14443A, | ||
35 | ISO14443B, FeLiCa, ISO15693 and ISO18000-3. | ||
36 | |||
37 | Say Y here to compile support for TRF7970a into the kernel or | ||
38 | say M to compile it as a module. The module will be called | ||
39 | trf7970a.ko. | ||
40 | |||
29 | config NFC_MEI_PHY | 41 | config NFC_MEI_PHY |
30 | tristate "MEI bus NFC device support" | 42 | tristate "MEI bus NFC device support" |
31 | depends on INTEL_MEI && NFC_HCI | 43 | depends on INTEL_MEI && NFC_HCI |