drivers/spi/Kconfig: There is too much SPI in the configuration menu; SPI Driver Support menu is empty

This commit is contained in:
Maciej Wójcik 2017-02-23 14:39:13 -06:00 committed by Gregory Nutt
parent 38ca73758d
commit 29b4b00068
2 changed files with 8 additions and 8 deletions

View File

@ -337,14 +337,6 @@ if I2C
source drivers/i2c/Kconfig
endif
menuconfig SPI
bool "SPI Driver Support"
default n
---help---
This selection enables selection of common SPI options. This option
should be enabled by all platforms that support SPI interfaces.
See include/nuttx/spi/spi.h for further SPI driver information.
source drivers/spi/Kconfig
menuconfig I2S

View File

@ -15,6 +15,14 @@ config ARCH_HAVE_SPI_BITORDER
bool
default n
menuconfig SPI
bool "SPI Driver Support"
default n
---help---
This selection enables selection of common SPI options. This option
should be enabled by all platforms that support SPI interfaces.
See include/nuttx/spi/spi.h for further SPI driver information.
if SPI
config SPI_SLAVE