Kconfig (b3fdfc1b4b641d372e35ced98814289bc60bc5d1) | Kconfig (165063f1dac43e48ceb907490fff0a8413b9a32d) |
---|---|
1# 2# Near Field Communication (NFC) devices 3# 4 5menu "Near Field Communication (NFC) devices" 6 depends on NFC 7 8config NFC_PN533 --- 12 unchanged lines hidden (view full) --- 21 help 22 This enables the NFC driver for Texas Instrument's BT/FM/GPS/NFC 23 combo devices. This makes use of shared transport line discipline 24 core driver to communicate with the NFC core of the combo chip. 25 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. 28 | 1# 2# Near Field Communication (NFC) devices 3# 4 5menu "Near Field Communication (NFC) devices" 6 depends on NFC 7 8config NFC_PN533 --- 12 unchanged lines hidden (view full) --- 21 help 22 This enables the NFC driver for Texas Instrument's BT/FM/GPS/NFC 23 combo devices. This makes use of shared transport line discipline 24 core driver to communicate with the NFC core of the combo chip. 25 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. 28 |
29config 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 |
|
29config NFC_MEI_PHY 30 tristate "MEI bus NFC device support" 31 depends on INTEL_MEI && NFC_HCI 32 help 33 This adds support to use an mei bus nfc device. Select this if you 34 will use an HCI NFC driver for an NFC chip connected behind an 35 Intel's Management Engine chip. 36 --- 27 unchanged lines hidden --- | 41config NFC_MEI_PHY 42 tristate "MEI bus NFC device support" 43 depends on INTEL_MEI && NFC_HCI 44 help 45 This adds support to use an mei bus nfc device. Select this if you 46 will use an HCI NFC driver for an NFC chip connected behind an 47 Intel's Management Engine chip. 48 --- 27 unchanged lines hidden --- |