Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config NFC_MRVL
0003         tristate
0004         help
0005           The core driver to support Marvell NFC devices.
0006 
0007           This driver is required if you want to support
0008           Marvell NFC device 8897.
0009 
0010 config NFC_MRVL_USB
0011         tristate "Marvell NFC-over-USB driver"
0012         depends on NFC_NCI && USB
0013         select NFC_MRVL
0014         help
0015           Marvell NFC-over-USB driver.
0016 
0017           This driver provides support for Marvell NFC-over-USB devices:
0018           8897.
0019 
0020           Say Y here to compile support for Marvell NFC-over-USB driver
0021           into the kernel or say M to compile it as module.
0022 
0023 config NFC_MRVL_UART
0024         tristate "Marvell NFC-over-UART driver"
0025         depends on NFC_NCI && NFC_NCI_UART
0026         select NFC_MRVL
0027         help
0028           Marvell NFC-over-UART driver.
0029 
0030           This driver provides support for Marvell NFC-over-UART devices
0031 
0032           Say Y here to compile support for Marvell NFC-over-UART driver
0033           into the kernel or say M to compile it as module.
0034 
0035 config NFC_MRVL_I2C
0036         tristate "Marvell NFC-over-I2C driver"
0037         depends on NFC_MRVL && I2C
0038         help
0039           Marvell NFC-over-I2C driver.
0040 
0041           This driver provides support for Marvell NFC-over-I2C devices.
0042 
0043           Say Y here to compile support for Marvell NFC-over-I2C driver
0044           into the kernel or say M to compile it as module.
0045 
0046 config NFC_MRVL_SPI
0047         tristate "Marvell NFC-over-SPI driver"
0048         depends on NFC_MRVL && NFC_NCI_SPI
0049         help
0050           Marvell NFC-over-SPI driver.
0051 
0052           This driver provides support for Marvell NFC-over-SPI devices.
0053 
0054           Say Y here to compile support for Marvell NFC-over-SPI driver
0055           into the kernel or say M to compile it as module.