xref: /linux/drivers/nfc/nfcmrvl/Kconfig (revision e097dc624f784debbde49701a493bf920bc422c7)
1f26e30ccSAmitkumar Karwarconfig NFC_MRVL
2f26e30ccSAmitkumar Karwar	tristate "Marvell NFC driver support"
3f26e30ccSAmitkumar Karwar	depends on NFC_NCI
4f26e30ccSAmitkumar Karwar	help
5f26e30ccSAmitkumar Karwar	  The core driver to support Marvell NFC devices.
6f26e30ccSAmitkumar Karwar
7f26e30ccSAmitkumar Karwar	  This driver is required if you want to support
8f26e30ccSAmitkumar Karwar	  Marvell NFC device 8897.
9f26e30ccSAmitkumar Karwar
10f26e30ccSAmitkumar Karwar	  Say Y here to compile Marvell NFC driver into the kernel or
11f26e30ccSAmitkumar Karwar	  say M to compile it as module.
12f26e30ccSAmitkumar Karwar
13f26e30ccSAmitkumar Karwarconfig NFC_MRVL_USB
14f26e30ccSAmitkumar Karwar	tristate "Marvell NFC-over-USB driver"
15f26e30ccSAmitkumar Karwar	depends on NFC_MRVL && USB
16f26e30ccSAmitkumar Karwar	help
17f26e30ccSAmitkumar Karwar	  Marvell NFC-over-USB driver.
18f26e30ccSAmitkumar Karwar
19f26e30ccSAmitkumar Karwar	  This driver provides support for Marvell NFC-over-USB devices:
20f26e30ccSAmitkumar Karwar          8897.
21f26e30ccSAmitkumar Karwar
22f26e30ccSAmitkumar Karwar	  Say Y here to compile support for Marvell NFC-over-USB driver
23f26e30ccSAmitkumar Karwar	  into the kernel or say M to compile it as module.
24*e097dc62SVincent Cuissard
25*e097dc62SVincent Cuissardconfig NFC_MRVL_UART
26*e097dc62SVincent Cuissard	tristate "Marvell NFC-over-UART driver"
27*e097dc62SVincent Cuissard	depends on NFC_MRVL && NFC_NCI_UART
28*e097dc62SVincent Cuissard	help
29*e097dc62SVincent Cuissard	  Marvell NFC-over-UART driver.
30*e097dc62SVincent Cuissard
31*e097dc62SVincent Cuissard	  This driver provides support for Marvell NFC-over-UART devices
32*e097dc62SVincent Cuissard
33*e097dc62SVincent Cuissard	  Say Y here to compile support for Marvell NFC-over-UART driver
34*e097dc62SVincent Cuissard	  into the kernel or say M to compile it as module.
35