blob: ded0d03c001541e6670525c5cd115ce274478c5d [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Amitkumar Karwarf26e30c2014-01-06 12:58:19 -08002config NFC_MRVL
Jean Delvare893a84e2015-09-25 10:59:04 +02003 tristate
Amitkumar Karwarf26e30c2014-01-06 12:58:19 -08004 help
5 The core driver to support Marvell NFC devices.
6
7 This driver is required if you want to support
8 Marvell NFC device 8897.
9
Amitkumar Karwarf26e30c2014-01-06 12:58:19 -080010config NFC_MRVL_USB
11 tristate "Marvell NFC-over-USB driver"
Jean Delvare893a84e2015-09-25 10:59:04 +020012 depends on NFC_NCI && USB
13 select NFC_MRVL
Amitkumar Karwarf26e30c2014-01-06 12:58:19 -080014 help
15 Marvell NFC-over-USB driver.
16
17 This driver provides support for Marvell NFC-over-USB devices:
Krzysztof Kozlowski041ccdb2019-11-20 21:40:44 +080018 8897.
Amitkumar Karwarf26e30c2014-01-06 12:58:19 -080019
20 Say Y here to compile support for Marvell NFC-over-USB driver
21 into the kernel or say M to compile it as module.
Vincent Cuissarde097dc622015-06-11 14:00:20 +020022
23config NFC_MRVL_UART
24 tristate "Marvell NFC-over-UART driver"
Jean Delvare893a84e2015-09-25 10:59:04 +020025 depends on NFC_NCI && NFC_NCI_UART
26 select NFC_MRVL
Vincent Cuissarde097dc622015-06-11 14:00:20 +020027 help
28 Marvell NFC-over-UART driver.
29
30 This driver provides support for Marvell NFC-over-UART devices
31
32 Say Y here to compile support for Marvell NFC-over-UART driver
33 into the kernel or say M to compile it as module.
Vincent Cuissardb5b3e232015-10-26 10:27:41 +010034
35config NFC_MRVL_I2C
36 tristate "Marvell NFC-over-I2C driver"
37 depends on NFC_MRVL && I2C
38 help
39 Marvell NFC-over-I2C driver.
40
41 This driver provides support for Marvell NFC-over-I2C devices.
42
43 Say Y here to compile support for Marvell NFC-over-I2C driver
44 into the kernel or say M to compile it as module.
45
Vincent Cuissardcaf6e492015-10-26 10:27:44 +010046config NFC_MRVL_SPI
47 tristate "Marvell NFC-over-SPI driver"
Arnd Bergmann1dbac5c2015-11-03 15:03:33 +010048 depends on NFC_MRVL && NFC_NCI_SPI
Vincent Cuissardcaf6e492015-10-26 10:27:44 +010049 help
50 Marvell NFC-over-SPI driver.
51
52 This driver provides support for Marvell NFC-over-SPI devices.
53
54 Say Y here to compile support for Marvell NFC-over-SPI driver
55 into the kernel or say M to compile it as module.