Kconfig (f63e4f7d4179c9157c51bbe82af7c8f6b5fb39dd) Kconfig (d34e48d6a62a06eb7f72c7dc534c4c318a163dad)
1#
2# Near Field Communication (NFC) devices
3#
4
5menu "Near Field Communication (NFC) devices"
6 depends on NFC
7
8config NFC_TRF7970A
9 tristate "Texas Instruments TRF7970a NFC driver"
1#
2# Near Field Communication (NFC) devices
3#
4
5menu "Near Field Communication (NFC) devices"
6 depends on NFC
7
8config NFC_TRF7970A
9 tristate "Texas Instruments TRF7970a NFC driver"
10 depends on SPI && NFC_DIGITAL
10 depends on SPI && NFC_DIGITAL && GPIOLIB
11 help
12 This option enables the NFC driver for Texas Instruments' TRF7970a
13 device. Such device supports 5 different protocols: ISO14443A,
14 ISO14443B, FeLiCa, ISO15693 and ISO18000-3.
15
16 Say Y here to compile support for TRF7970a into the kernel or
17 say M to compile it as a module. The module will be called
18 trf7970a.ko.

--- 43 unchanged lines hidden ---
11 help
12 This option enables the NFC driver for Texas Instruments' TRF7970a
13 device. Such device supports 5 different protocols: ISO14443A,
14 ISO14443B, FeLiCa, ISO15693 and ISO18000-3.
15
16 Say Y here to compile support for TRF7970a into the kernel or
17 say M to compile it as a module. The module will be called
18 trf7970a.ko.

--- 43 unchanged lines hidden ---