Kconfig 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config NFC_MRVL
  3. tristate
  4. help
  5. The core driver to support Marvell NFC devices.
  6. This driver is required if you want to support
  7. Marvell NFC device 8897.
  8. config NFC_MRVL_USB
  9. tristate "Marvell NFC-over-USB driver"
  10. depends on NFC_NCI && USB
  11. select NFC_MRVL
  12. help
  13. Marvell NFC-over-USB driver.
  14. This driver provides support for Marvell NFC-over-USB devices:
  15. 8897.
  16. Say Y here to compile support for Marvell NFC-over-USB driver
  17. into the kernel or say M to compile it as module.
  18. config NFC_MRVL_UART
  19. tristate "Marvell NFC-over-UART driver"
  20. depends on NFC_NCI && NFC_NCI_UART
  21. select NFC_MRVL
  22. help
  23. Marvell NFC-over-UART driver.
  24. This driver provides support for Marvell NFC-over-UART devices
  25. Say Y here to compile support for Marvell NFC-over-UART driver
  26. into the kernel or say M to compile it as module.
  27. config NFC_MRVL_I2C
  28. tristate "Marvell NFC-over-I2C driver"
  29. depends on NFC_MRVL && I2C
  30. help
  31. Marvell NFC-over-I2C driver.
  32. This driver provides support for Marvell NFC-over-I2C devices.
  33. Say Y here to compile support for Marvell NFC-over-I2C driver
  34. into the kernel or say M to compile it as module.
  35. config NFC_MRVL_SPI
  36. tristate "Marvell NFC-over-SPI driver"
  37. depends on NFC_MRVL && NFC_NCI_SPI
  38. help
  39. Marvell NFC-over-SPI driver.
  40. This driver provides support for Marvell NFC-over-SPI devices.
  41. Say Y here to compile support for Marvell NFC-over-SPI driver
  42. into the kernel or say M to compile it as module.