Kconfig 1.4 KB

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