xref: /openbmc/linux/drivers/nfc/pn544/Kconfig (revision aa741030)
1config NFC_PN544
2	tristate "NXP PN544 NFC driver"
3	depends on NFC_HCI
4	select CRC_CCITT
5	default n
6	---help---
7	  NXP PN544 core driver.
8	  This is a driver based on the HCI NFC kernel layers and
9	  will thus not work with NXP libnfc library.
10
11	  To compile this driver as a module, choose m here. The module will
12	  be called pn544.
13	  Say N if unsure.
14
15config NFC_PN544_I2C
16	tristate "NFC PN544 i2c support"
17	depends on NFC_PN544 && I2C && NFC_SHDLC
18	---help---
19	  This module adds support for the NXP pn544 i2c interface.
20	  Select this if your platform is using the i2c bus.
21
22	  If you choose to build a module, it'll be called pn544_i2c.
23	  Say N if unsure.