Kconfig 1.0 KB

12345678910111213141516171819202122232425262728293031323334
  1. config 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. To compile this driver as a module, choose m here. The module will
  11. be called pn544.
  12. Say N if unsure.
  13. config NFC_PN544_I2C
  14. tristate "NFC PN544 i2c support"
  15. depends on NFC_PN544 && I2C && NFC_SHDLC
  16. ---help---
  17. This module adds support for the NXP pn544 i2c interface.
  18. Select this if your platform is using the i2c bus.
  19. If you choose to build a module, it'll be called pn544_i2c.
  20. Say N if unsure.
  21. config NFC_PN544_MEI
  22. tristate "NFC PN544 MEI support"
  23. depends on NFC_PN544 && NFC_MEI_PHY
  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. If you choose to build a module, it'll be called pn544_mei.
  29. Say N if unsure.