Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit da394712 authored by Fabio Estevam's avatar Fabio Estevam Committed by Mark Brown
Browse files

spi: Kconfig: Remove old comments now that SPI slave is supported



Since commit 6c364062 ("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: default avatarFabio Estevam <fabio.estevam@nxp.com>
Acked-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 2bd6bf03
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
#
# 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