Kconfig 638 B

1234567891011121314151617181920212223
  1. config NFC_MRVL
  2. tristate "Marvell NFC driver support"
  3. depends on NFC_NCI
  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. Say Y here to compile Marvell NFC driver into the kernel or
  9. say M to compile it as module.
  10. config NFC_MRVL_USB
  11. tristate "Marvell NFC-over-USB driver"
  12. depends on NFC_MRVL && USB
  13. help
  14. Marvell NFC-over-USB driver.
  15. This driver provides support for Marvell NFC-over-USB devices:
  16. 8897.
  17. Say Y here to compile support for Marvell NFC-over-USB driver
  18. into the kernel or say M to compile it as module.