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

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
# #
# SPI driver configuration # 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 menuconfig SPI
bool "SPI support" bool "SPI support"
depends on HAS_IOMEM depends on HAS_IOMEM
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment