]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
spi: Kconfig: Remove old comments now that SPI slave is supported
authorFabio Estevam <fabio.estevam@nxp.com>
Wed, 20 Sep 2017 04:17:17 +0000 (01:17 -0300)
committerMark Brown <broonie@kernel.org>
Wed, 20 Sep 2017 10:46:56 +0000 (11:46 +0100)
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>
drivers/spi/Kconfig

index a75f2a2cf7805539262536c11f1d1d46aa51d7aa..948a74bb2795858d0412b3ac6e73ad5771a05ee9 100644 (file)
@@ -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