]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/nfc/Kconfig
rt2800: zero registers of unused TX rings
[mirror_ubuntu-bionic-kernel.git] / drivers / nfc / Kconfig
CommitLineData
0329326e
MA
1#
2# Near Field Communication (NFC) devices
3#
4
3e256b8f
LRV
5menu "Near Field Communication (NFC) devices"
6 depends on NFC
0329326e
MA
7
8config PN544_NFC
9 tristate "PN544 NFC driver"
10 depends on I2C
11 select CRC_CCITT
12 default n
13 ---help---
14 Say yes if you want PN544 Near Field Communication driver.
15 This is for i2c connected version. If unsure, say N here.
16
17 To compile this driver as a module, choose m here. The module will
18 be called pn544.
19
c46ee386
AAJ
20config NFC_PN533
21 tristate "NXP PN533 USB driver"
22 depends on USB
23 help
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
93aead46
IE
30config NFC_WILINK
31 tristate "Texas Instruments NFC WiLink driver"
ed46fdfc 32 depends on TI_ST && NFC_NCI
93aead46
IE
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
3e256b8f 41endmenu