drivers/spi/Kconfig: There is too much SPI in the configuration menu; SPI Driver Support menu is empty
This commit is contained in:
parent
38ca73758d
commit
29b4b00068
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user