Kconfig 662 B

1234567891011121314151617181920212223
  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.