1# SPDX-License-Identifier: GPL-2.0-only 2config NFC_MRVL 3 tristate 4 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 10config NFC_MRVL_USB 11 tristate "Marvell NFC-over-USB driver" 12 depends on NFC_NCI && USB 13 select NFC_MRVL 14 help 15 Marvell NFC-over-USB driver. 16 17 This driver provides support for Marvell NFC-over-USB devices: 18 8897. 19 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. 22 23config NFC_MRVL_UART 24 tristate "Marvell NFC-over-UART driver" 25 depends on NFC_NCI && NFC_NCI_UART 26 select NFC_MRVL 27 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. 34 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 46config NFC_MRVL_SPI 47 tristate "Marvell NFC-over-SPI driver" 48 depends on NFC_MRVL && NFC_NCI_SPI 49 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. 56