Skip to content

Commit

Permalink
spi: Kconfig: Remove old comments now that SPI slave is supported
Browse files Browse the repository at this point in the history
Since commit 6c36406 ("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>
  • Loading branch information
Fabio Estevam authored and Mark Brown committed Sep 20, 2017
1 parent 2bd6bf0 commit da39471
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/spi/Kconfig
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit da39471

Please sign in to comment.