Kconfig (dca3a783400a18e2bf4503b1d4a85c4d0ca1a7e4) | Kconfig (4912e2fe74811693703e9b4e21bf36c067643a03) |
---|---|
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_MEI_PHY 30 tristate "MEI bus NFC device support" 31 depends on INTEL_MEI_BUS_NFC && 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 37 If unsure, say N. 38 |
|
29source "drivers/nfc/pn544/Kconfig" 30source "drivers/nfc/microread/Kconfig" 31 32endmenu | 39source "drivers/nfc/pn544/Kconfig" 40source "drivers/nfc/microread/Kconfig" 41 42endmenu |