]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - drivers/nfc/nfcmrvl/Kconfig
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-hirsute-kernel.git] / drivers / nfc / nfcmrvl / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
f26e30cc 2config NFC_MRVL
893a84e8 3 tristate
f26e30cc
AK
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
f26e30cc
AK
10config NFC_MRVL_USB
11 tristate "Marvell NFC-over-USB driver"
893a84e8
JD
12 depends on NFC_NCI && USB
13 select NFC_MRVL
f26e30cc
AK
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.
e097dc62
VC
22
23config NFC_MRVL_UART
24 tristate "Marvell NFC-over-UART driver"
893a84e8
JD
25 depends on NFC_NCI && NFC_NCI_UART
26 select NFC_MRVL
e097dc62
VC
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.
b5b3e23e
VC
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
caf6e49b
VC
46config NFC_MRVL_SPI
47 tristate "Marvell NFC-over-SPI driver"
1dbac5c5 48 depends on NFC_MRVL && NFC_NCI_SPI
caf6e49b
VC
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.