Kconfig (93aead46428d38729f430f395a8403795a019e54) Kconfig (ed46fdfc54d2d4523fdd727708fe0b9e2be993cc)
1#
2# Near Field Communication (NFC) devices
3#
4
5menu "Near Field Communication (NFC) devices"
6 depends on NFC
7
8config PN544_NFC

--- 15 unchanged lines hidden (view full) ---

24 NXP PN533 USB driver.
25 This driver provides support for NFC NXP PN533 devices.
26
27 Say Y here to compile support for PN533 devices into the
28 kernel or say M to compile it as module (pn533).
29
30config NFC_WILINK
31 tristate "Texas Instruments NFC WiLink driver"
1#
2# Near Field Communication (NFC) devices
3#
4
5menu "Near Field Communication (NFC) devices"
6 depends on NFC
7
8config PN544_NFC

--- 15 unchanged lines hidden (view full) ---

24 NXP PN533 USB driver.
25 This driver provides support for NFC NXP PN533 devices.
26
27 Say Y here to compile support for PN533 devices into the
28 kernel or say M to compile it as module (pn533).
29
30config NFC_WILINK
31 tristate "Texas Instruments NFC WiLink driver"
32 depends on TI_ST
32 depends on TI_ST && NFC_NCI
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
41endmenu
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
41endmenu