]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - drivers/nfc/nfcmrvl/Kconfig
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[karo-tx-linux.git] / drivers / nfc / nfcmrvl / Kconfig
1 config NFC_MRVL
2         tristate "Marvell NFC driver support"
3         depends on NFC_NCI
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
10           Say Y here to compile Marvell NFC driver into the kernel or
11           say M to compile it as module.
12
13 config NFC_MRVL_USB
14         tristate "Marvell NFC-over-USB driver"
15         depends on NFC_MRVL && USB
16         help
17           Marvell NFC-over-USB driver.
18
19           This driver provides support for Marvell NFC-over-USB devices:
20           8897.
21
22           Say Y here to compile support for Marvell NFC-over-USB driver
23           into the kernel or say M to compile it as module.
24
25 config NFC_MRVL_UART
26         tristate "Marvell NFC-over-UART driver"
27         depends on NFC_MRVL && NFC_NCI_UART
28         help
29           Marvell NFC-over-UART driver.
30
31           This driver provides support for Marvell NFC-over-UART devices
32
33           Say Y here to compile support for Marvell NFC-over-UART driver
34           into the kernel or say M to compile it as module.