diff options
-rw-r--r-- | drivers/spi/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index a75f2a2cf780..948a74bb2795 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
@@ -1,10 +1,6 @@ | |||
1 | # | 1 | # |
2 | # SPI driver configuration | 2 | # SPI driver configuration |
3 | # | 3 | # |
4 | # NOTE: the reason this doesn't show SPI slave support is mostly that | ||
5 | # nobody's needed a slave side API yet. The master-role API is not | ||
6 | # fully appropriate there, so it'd need some thought to do well. | ||
7 | # | ||
8 | menuconfig SPI | 4 | menuconfig SPI |
9 | bool "SPI support" | 5 | bool "SPI support" |
10 | depends on HAS_IOMEM | 6 | depends on HAS_IOMEM |