summaryrefslogtreecommitdiffstats
path: root/drivers/spi
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2017-09-20 01:17:17 -0300
committerMark Brown <broonie@kernel.org>2017-09-20 11:46:56 +0100
commitda394712324e9a0c91ae05cc24396af6d99f3ad6 (patch)
tree577f0edc56c0af6fee2f6167d6428b0c166900d0 /drivers/spi
parent2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e (diff)
downloadop-kernel-dev-da394712324e9a0c91ae05cc24396af6d99f3ad6.zip
op-kernel-dev-da394712324e9a0c91ae05cc24396af6d99f3ad6.tar.gz
spi: Kconfig: Remove old comments now that SPI slave is supported
Since commit 6c364062bfed ("spi: core: Add support for registering SPI slave controllers") SPI slave is also supported, so remove the old comments that say SPI slave is unsupported. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi')
-rw-r--r--drivers/spi/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index a75f2a2..948a74b 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -1,10 +1,6 @@
#
# SPI driver configuration
#
-# NOTE: the reason this doesn't show SPI slave support is mostly that
-# nobody's needed a slave side API yet. The master-role API is not
-# fully appropriate there, so it'd need some thought to do well.
-#
menuconfig SPI
bool "SPI support"
depends on HAS_IOMEM
OpenPOWER on IntegriCloud