xref: /linux/drivers/nfc/nfcmrvl/Kconfig (revision caf6e49bf6d02e6bb94df680bbe3beaf680fdefa)
1f26e30ccSAmitkumar Karwarconfig NFC_MRVL
2893a84e8SJean Delvare	tristate
3f26e30ccSAmitkumar Karwar	help
4f26e30ccSAmitkumar Karwar	  The core driver to support Marvell NFC devices.
5f26e30ccSAmitkumar Karwar
6f26e30ccSAmitkumar Karwar	  This driver is required if you want to support
7f26e30ccSAmitkumar Karwar	  Marvell NFC device 8897.
8f26e30ccSAmitkumar Karwar
9f26e30ccSAmitkumar Karwarconfig NFC_MRVL_USB
10f26e30ccSAmitkumar Karwar	tristate "Marvell NFC-over-USB driver"
11893a84e8SJean Delvare	depends on NFC_NCI && USB
12893a84e8SJean Delvare	select NFC_MRVL
13f26e30ccSAmitkumar Karwar	help
14f26e30ccSAmitkumar Karwar	  Marvell NFC-over-USB driver.
15f26e30ccSAmitkumar Karwar
16f26e30ccSAmitkumar Karwar	  This driver provides support for Marvell NFC-over-USB devices:
17f26e30ccSAmitkumar Karwar          8897.
18f26e30ccSAmitkumar Karwar
19f26e30ccSAmitkumar Karwar	  Say Y here to compile support for Marvell NFC-over-USB driver
20f26e30ccSAmitkumar Karwar	  into the kernel or say M to compile it as module.
21e097dc62SVincent Cuissard
22e097dc62SVincent Cuissardconfig NFC_MRVL_UART
23e097dc62SVincent Cuissard	tristate "Marvell NFC-over-UART driver"
24893a84e8SJean Delvare	depends on NFC_NCI && NFC_NCI_UART
25893a84e8SJean Delvare	select NFC_MRVL
26e097dc62SVincent Cuissard	help
27e097dc62SVincent Cuissard	  Marvell NFC-over-UART driver.
28e097dc62SVincent Cuissard
29e097dc62SVincent Cuissard	  This driver provides support for Marvell NFC-over-UART devices
30e097dc62SVincent Cuissard
31e097dc62SVincent Cuissard	  Say Y here to compile support for Marvell NFC-over-UART driver
32e097dc62SVincent Cuissard	  into the kernel or say M to compile it as module.
33b5b3e23eSVincent Cuissard
34b5b3e23eSVincent Cuissardconfig NFC_MRVL_I2C
35b5b3e23eSVincent Cuissard	tristate "Marvell NFC-over-I2C driver"
36b5b3e23eSVincent Cuissard	depends on NFC_MRVL && I2C
37b5b3e23eSVincent Cuissard	help
38b5b3e23eSVincent Cuissard	  Marvell NFC-over-I2C driver.
39b5b3e23eSVincent Cuissard
40b5b3e23eSVincent Cuissard	  This driver provides support for Marvell NFC-over-I2C devices.
41b5b3e23eSVincent Cuissard
42b5b3e23eSVincent Cuissard	  Say Y here to compile support for Marvell NFC-over-I2C driver
43b5b3e23eSVincent Cuissard	  into the kernel or say M to compile it as module.
44b5b3e23eSVincent Cuissard
45*caf6e49bSVincent Cuissardconfig NFC_MRVL_SPI
46*caf6e49bSVincent Cuissard	tristate "Marvell NFC-over-SPI driver"
47*caf6e49bSVincent Cuissard	depends on NFC_MRVL && SPI
48*caf6e49bSVincent Cuissard	help
49*caf6e49bSVincent Cuissard	  Marvell NFC-over-SPI driver.
50*caf6e49bSVincent Cuissard
51*caf6e49bSVincent Cuissard	  This driver provides support for Marvell NFC-over-SPI devices.
52*caf6e49bSVincent Cuissard
53*caf6e49bSVincent Cuissard	  Say Y here to compile support for Marvell NFC-over-SPI driver
54*caf6e49bSVincent Cuissard	  into the kernel or say M to compile it as module.
55