Kconfig 934 B

123456789101112131415161718192021222324252627282930
  1. config 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. config NFC_PN544_I2C
  9. tristate "NXP PN544 device support (I2C)"
  10. depends on NFC_HCI && I2C && NFC_SHDLC
  11. select NFC_PN544
  12. ---help---
  13. This module adds support for the NXP pn544 i2c interface.
  14. Select this if your platform is using the i2c bus.
  15. If you choose to build a module, it'll be called pn544_i2c.
  16. Say N if unsure.
  17. config NFC_PN544_MEI
  18. tristate "NXP PN544 device support (MEI)"
  19. depends on NFC_HCI && NFC_MEI_PHY
  20. select NFC_PN544
  21. ---help---
  22. This module adds support for the mei interface of adapters using
  23. NXP pn544 chipsets. Select this if your pn544 chipset
  24. is handled by Intel's Management Engine Interface on your platform.
  25. If you choose to build a module, it'll be called pn544_mei.
  26. Say N if unsure.