]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - drivers/nfc/pn544/Kconfig
Merge tag 'nfs-rdma-4.5-1' of git://git.linux-nfs.org/projects/anna/nfs-rdma
[mirror_ubuntu-artful-kernel.git] / drivers / nfc / pn544 / Kconfig
CommitLineData
aa741030 1config NFC_PN544
b2117c12 2 tristate
aa741030 3 select CRC_CCITT
aa741030
SO
4 ---help---
5 NXP PN544 core driver.
6 This is a driver based on the HCI NFC kernel layers and
7 will thus not work with NXP libnfc library.
8
aa741030 9config NFC_PN544_I2C
b2117c12
JD
10 tristate "NXP PN544 device support (I2C)"
11 depends on NFC_HCI && I2C && NFC_SHDLC
12 select NFC_PN544
aa741030
SO
13 ---help---
14 This module adds support for the NXP pn544 i2c interface.
15 Select this if your platform is using the i2c bus.
16
17 If you choose to build a module, it'll be called pn544_i2c.
bb03dceb
SO
18 Say N if unsure.
19
20config NFC_PN544_MEI
b2117c12
JD
21 tristate "NXP PN544 device support (MEI)"
22 depends on NFC_HCI && NFC_MEI_PHY
23 select NFC_PN544
bb03dceb
SO
24 ---help---
25 This module adds support for the mei interface of adapters using
26 NXP pn544 chipsets. Select this if your pn544 chipset
27 is handled by Intel's Management Engine Interface on your platform.
28
29 If you choose to build a module, it'll be called pn544_mei.
30 Say N if unsure.