diff options
author | Vincent Cuissard <cuissard@marvell.com> | 2015-06-11 14:00:20 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2015-06-11 23:41:57 +0200 |
commit | e097dc624f784debbde49701a493bf920bc422c7 (patch) | |
tree | f6837ca9bd1ba197677fef320ffd61b3565ef195 /drivers/nfc/nfcmrvl/Kconfig | |
parent | dc14bdef8762a8098b1da881b611d722e24fe787 (diff) | |
download | blackbird-op-linux-e097dc624f784debbde49701a493bf920bc422c7.tar.gz blackbird-op-linux-e097dc624f784debbde49701a493bf920bc422c7.zip |
NFC: nfcmrvl: add UART driver
Add support of Marvell NFC chip controlled over UART
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 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/nfc/nfcmrvl/Kconfig b/drivers/nfc/nfcmrvl/Kconfig index 5e18afd9abe2..796be2411440 100644 --- a/drivers/nfc/nfcmrvl/Kconfig +++ b/drivers/nfc/nfcmrvl/Kconfig @@ -21,3 +21,14 @@ config NFC_MRVL_USB Say Y here to compile support for Marvell NFC-over-USB driver into the kernel or say M to compile it as module. + +config NFC_MRVL_UART + tristate "Marvell NFC-over-UART driver" + depends on NFC_MRVL && NFC_NCI_UART + help + Marvell NFC-over-UART driver. + + This driver provides support for Marvell NFC-over-UART devices + + Say Y here to compile support for Marvell NFC-over-UART driver + into the kernel or say M to compile it as module. |