xref: /openbmc/linux/drivers/nfc/pn544/Kconfig (revision 2d972b6a)
1config NFC_PN544
2	tristate
3	select CRC_CCITT
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
9config NFC_PN544_I2C
10	tristate "NXP PN544 device support (I2C)"
11	depends on NFC_HCI && I2C && NFC_SHDLC
12	select NFC_PN544
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.
18	  Say N if unsure.
19
20config NFC_PN544_MEI
21	tristate "NXP PN544 device support (MEI)"
22	depends on NFC_HCI && NFC_MEI_PHY
23	select NFC_PN544
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.
31