Amitkumar Karwar | f26e30c | 2014-01-06 12:58:19 -0800 | [diff] [blame] | 1 | config NFC_MRVL |
Jean Delvare | 893a84e | 2015-09-25 10:59:04 +0200 | [diff] [blame] | 2 | tristate |
Amitkumar Karwar | f26e30c | 2014-01-06 12:58:19 -0800 | [diff] [blame] | 3 | help |
| 4 | The core driver to support Marvell NFC devices. |
| 5 | |
| 6 | This driver is required if you want to support |
| 7 | Marvell NFC device 8897. |
| 8 | |
Amitkumar Karwar | f26e30c | 2014-01-06 12:58:19 -0800 | [diff] [blame] | 9 | config NFC_MRVL_USB |
| 10 | tristate "Marvell NFC-over-USB driver" |
Jean Delvare | 893a84e | 2015-09-25 10:59:04 +0200 | [diff] [blame] | 11 | depends on NFC_NCI && USB |
| 12 | select NFC_MRVL |
Amitkumar Karwar | f26e30c | 2014-01-06 12:58:19 -0800 | [diff] [blame] | 13 | help |
| 14 | Marvell NFC-over-USB driver. |
| 15 | |
| 16 | This driver provides support for Marvell NFC-over-USB devices: |
| 17 | 8897. |
| 18 | |
| 19 | Say Y here to compile support for Marvell NFC-over-USB driver |
| 20 | into the kernel or say M to compile it as module. |
Vincent Cuissard | e097dc62 | 2015-06-11 14:00:20 +0200 | [diff] [blame] | 21 | |
| 22 | config NFC_MRVL_UART |
| 23 | tristate "Marvell NFC-over-UART driver" |
Jean Delvare | 893a84e | 2015-09-25 10:59:04 +0200 | [diff] [blame] | 24 | depends on NFC_NCI && NFC_NCI_UART |
| 25 | select NFC_MRVL |
Vincent Cuissard | e097dc62 | 2015-06-11 14:00:20 +0200 | [diff] [blame] | 26 | help |
| 27 | Marvell NFC-over-UART driver. |
| 28 | |
| 29 | This driver provides support for Marvell NFC-over-UART devices |
| 30 | |
| 31 | Say Y here to compile support for Marvell NFC-over-UART driver |
| 32 | into the kernel or say M to compile it as module. |
Vincent Cuissard | b5b3e23 | 2015-10-26 10:27:41 +0100 | [diff] [blame] | 33 | |
| 34 | config NFC_MRVL_I2C |
| 35 | tristate "Marvell NFC-over-I2C driver" |
| 36 | depends on NFC_MRVL && I2C |
| 37 | help |
| 38 | Marvell NFC-over-I2C driver. |
| 39 | |
| 40 | This driver provides support for Marvell NFC-over-I2C devices. |
| 41 | |
| 42 | Say Y here to compile support for Marvell NFC-over-I2C driver |
| 43 | into the kernel or say M to compile it as module. |
| 44 | |
Vincent Cuissard | caf6e49 | 2015-10-26 10:27:44 +0100 | [diff] [blame] | 45 | config NFC_MRVL_SPI |
| 46 | tristate "Marvell NFC-over-SPI driver" |
Arnd Bergmann | 1dbac5c | 2015-11-03 15:03:33 +0100 | [diff] [blame^] | 47 | depends on NFC_MRVL && NFC_NCI_SPI |
Vincent Cuissard | caf6e49 | 2015-10-26 10:27:44 +0100 | [diff] [blame] | 48 | help |
| 49 | Marvell NFC-over-SPI driver. |
| 50 | |
| 51 | This driver provides support for Marvell NFC-over-SPI devices. |
| 52 | |
| 53 | Say Y here to compile support for Marvell NFC-over-SPI driver |
| 54 | into the kernel or say M to compile it as module. |