Kconfig 749 B

12345678910111213141516171819202122232425262728
  1. config NFC_PN533
  2. tristate
  3. help
  4. NXP PN533 core driver.
  5. This driver provides core functionality for NXP PN533 NFC devices.
  6. config NFC_PN533_USB
  7. tristate "NFC PN533 device support (USB)"
  8. depends on USB
  9. select NFC_PN533
  10. ---help---
  11. This module adds support for the NXP pn533 USB interface.
  12. Select this if your platform is using the USB bus.
  13. If you choose to build a module, it'll be called pn533_usb.
  14. Say N if unsure.
  15. config NFC_PN533_I2C
  16. tristate "NFC PN533 device support (I2C)"
  17. depends on I2C
  18. select NFC_PN533
  19. ---help---
  20. This module adds support for the NXP pn533 I2C interface.
  21. Select this if your platform is using the I2C bus.
  22. If you choose to build a module, it'll be called pn533_i2c.
  23. Say N if unsure.