diff options
| author | Adam Ford <[email protected]> | 2017-12-30 07:33:42 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-01-22 16:43:30 -0500 |
| commit | 26410c1517bbb6d6f90de55b5fa65dac3c298bc7 (patch) | |
| tree | f8bb6229e5a6041d624cdcbc8b0ae524ab3e2528 /drivers | |
| parent | e13a9dc370352000b16905c3abf586e3b9f3c5ef (diff) | |
Convert CONFIG_DAVINCI_SPI to Kconfig
This converts the following to Kconfig:
CONFIG_DAVINCI_SPI
Signed-off-by: Adam Ford <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/spi/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 494639fb019..5e31ee42226 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -217,6 +217,12 @@ config ATCSPI200_SPI used to access the SPI flash on AE3XX and AE250 platforms embedding this Andestech IP core. +config DAVINCI_SPI + bool "Davinci & Keystone SPI driver" + depends on ARCH_DAVINCI || ARCH_KEYSTONE + help + Enable the Davinci SPI driver + config TI_QSPI bool "TI QSPI driver" help |
