diff options
author | Vincent Cuissard <cuissard@marvell.com> | 2015-10-26 12:27:42 +0300 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2015-10-27 06:21:38 +0300 |
commit | fcd9d046fd8998cc984f2ff80e76f246ebca15b6 (patch) | |
tree | cca10ce5c49a17a575f30cfcc83923138747ff18 /net/nfc/nci/Kconfig | |
parent | b5b3e23e4cace008e1a30e8614a484d14dfd07a1 (diff) | |
download | linux-fcd9d046fd8998cc984f2ff80e76f246ebca15b6.tar.xz |
NFC: NCI: move generic spi driver to a module
SPI driver should be a module.
Signed-off-by: Vincent Cuissard <cuissard@marvell.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'net/nfc/nci/Kconfig')
-rw-r--r-- | net/nfc/nci/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nfc/nci/Kconfig b/net/nfc/nci/Kconfig index 901c1ddba841..85d4819ab657 100644 --- a/net/nfc/nci/Kconfig +++ b/net/nfc/nci/Kconfig @@ -12,7 +12,7 @@ config NFC_NCI config NFC_NCI_SPI depends on NFC_NCI && SPI select CRC_CCITT - bool "NCI over SPI protocol support" + tristate "NCI over SPI protocol support" default n help NCI (NFC Controller Interface) is a communication protocol between |