Kconfig 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config NFC_PN533
  3. tristate
  4. help
  5. NXP PN533 core driver.
  6. This driver provides core functionality for NXP PN533 NFC devices.
  7. config NFC_PN533_USB
  8. tristate "NFC PN533 device support (USB)"
  9. depends on USB
  10. select NFC_PN533
  11. help
  12. This module adds support for the NXP pn533 USB interface.
  13. Select this if your platform is using the USB bus.
  14. If you choose to build a module, it'll be called pn533_usb.
  15. Say N if unsure.
  16. config NFC_PN533_I2C
  17. tristate "NFC PN533 device support (I2C)"
  18. depends on I2C
  19. select NFC_PN533
  20. help
  21. This module adds support for the NXP pn533 I2C interface.
  22. Select this if your platform is using the I2C bus.
  23. If you choose to build a module, it'll be called pn533_i2c.
  24. Say N if unsure.
  25. config NFC_PN532_UART
  26. tristate "NFC PN532 device support (UART)"
  27. depends on SERIAL_DEV_BUS
  28. select NFC_PN533
  29. help
  30. This module adds support for the NXP pn532 UART interface.
  31. Select this if your platform is using the UART bus.
  32. If you choose to build a module, it'll be called pn532_uart.
  33. Say N if unsure.