diff options
author | Ilan Elias <ilane@ti.com> | 2011-09-18 04:19:36 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-09-20 14:43:49 -0400 |
commit | 93aead46428d38729f430f395a8403795a019e54 (patch) | |
tree | ab7619ce7100da0bdc0ac1596fcdfd365ac5a2b5 /drivers/nfc/Kconfig | |
parent | 6a2968aaf50c7a22fced77a5e24aa636281efca8 (diff) |
NFC: driver for TI shared transport
Signed-off-by: Ilan Elias <ilane@ti.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/nfc/Kconfig')
-rw-r--r-- | drivers/nfc/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/nfc/Kconfig b/drivers/nfc/Kconfig index 2acff4307ca4..8a56fd3da989 100644 --- a/drivers/nfc/Kconfig +++ b/drivers/nfc/Kconfig | |||
@@ -27,4 +27,15 @@ config NFC_PN533 | |||
27 | Say Y here to compile support for PN533 devices into the | 27 | Say Y here to compile support for PN533 devices into the |
28 | kernel or say M to compile it as module (pn533). | 28 | kernel or say M to compile it as module (pn533). |
29 | 29 | ||
30 | config NFC_WILINK | ||
31 | tristate "Texas Instruments NFC WiLink driver" | ||
32 | depends on TI_ST | ||
33 | help | ||
34 | This enables the NFC driver for Texas Instrument's BT/FM/GPS/NFC | ||
35 | combo devices. This makes use of shared transport line discipline | ||
36 | core driver to communicate with the NFC core of the combo chip. | ||
37 | |||
38 | Say Y here to compile support for Texas Instrument's NFC WiLink driver | ||
39 | into the kernel or say M to compile it as module. | ||
40 | |||
30 | endmenu | 41 | endmenu |