blob: 2b8bde39540d212cd9984ee6e073898044c964b4 [file] [log] [blame]
Samuel Ortizaa741032012-12-18 16:26:23 +01001config NFC_PN544
Jean Delvareb2117c12015-09-25 10:49:36 +02002 tristate
Samuel Ortizaa741032012-12-18 16:26:23 +01003 select CRC_CCITT
Samuel Ortizaa741032012-12-18 16:26:23 +01004 ---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
Samuel Ortizaa741032012-12-18 16:26:23 +01009config NFC_PN544_I2C
Jean Delvareb2117c12015-09-25 10:49:36 +020010 tristate "NXP PN544 device support (I2C)"
11 depends on NFC_HCI && I2C && NFC_SHDLC
12 select NFC_PN544
Samuel Ortizaa741032012-12-18 16:26:23 +010013 ---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.
Samuel Ortizbb03dce2013-04-16 00:14:35 +020018 Say N if unsure.
19
20config NFC_PN544_MEI
Jean Delvareb2117c12015-09-25 10:49:36 +020021 tristate "NXP PN544 device support (MEI)"
22 depends on NFC_HCI && NFC_MEI_PHY
23 select NFC_PN544
Samuel Ortizbb03dce2013-04-16 00:14:35 +020024 ---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.