diff options
author | Vincent Cuissard <cuissard@marvell.com> | 2015-10-26 10:27:44 +0100 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2015-10-27 04:24:35 +0100 |
commit | caf6e49bf6d02e6bb94df680bbe3beaf680fdefa (patch) | |
tree | 94c3e0be315322c66ed2347fb52666b5d81ede75 /drivers/nfc/nfcmrvl/Kconfig | |
parent | 2bd832459a0827b8dcf13b345380b66f92089d74 (diff) |
NFC: nfcmrvl: add spi driver
This driver adds the support of SPI-based Marvell NFC controller.
Signed-off-by: Vincent Cuissard <cuissard@marvell.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/nfc/nfcmrvl/Kconfig')
-rw-r--r-- | drivers/nfc/nfcmrvl/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/nfc/nfcmrvl/Kconfig b/drivers/nfc/nfcmrvl/Kconfig index e18a979bb6d3..444ca94697d9 100644 --- a/drivers/nfc/nfcmrvl/Kconfig +++ b/drivers/nfc/nfcmrvl/Kconfig @@ -42,3 +42,13 @@ config NFC_MRVL_I2C Say Y here to compile support for Marvell NFC-over-I2C driver into the kernel or say M to compile it as module. +config NFC_MRVL_SPI + tristate "Marvell NFC-over-SPI driver" + depends on NFC_MRVL && SPI + help + Marvell NFC-over-SPI driver. + + This driver provides support for Marvell NFC-over-SPI devices. + + Say Y here to compile support for Marvell NFC-over-SPI driver + into the kernel or say M to compile it as module. |