1 # SPDX-License-Identifier: GPL-2.0-only
5 The core driver to support Marvell NFC devices.
7 This driver is required if you want to support
8 Marvell NFC device 8897.
11 tristate "Marvell NFC-over-USB driver"
12 depends on NFC_NCI && USB
15 Marvell NFC-over-USB driver.
17 This driver provides support for Marvell NFC-over-USB devices:
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.
24 tristate "Marvell NFC-over-UART driver"
25 depends on NFC_NCI && NFC_NCI_UART
28 Marvell NFC-over-UART driver.
30 This driver provides support for Marvell NFC-over-UART devices
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.
36 tristate "Marvell NFC-over-I2C driver"
37 depends on NFC_MRVL && I2C
39 Marvell NFC-over-I2C driver.
41 This driver provides support for Marvell NFC-over-I2C devices.
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.
47 tristate "Marvell NFC-over-SPI driver"
48 depends on NFC_MRVL && NFC_NCI_SPI
50 Marvell NFC-over-SPI driver.
52 This driver provides support for Marvell NFC-over-SPI devices.
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.