diff options
author | Tom Rini | 2019-06-17 11:32:22 -0400 |
---|---|---|
committer | Tom Rini | 2019-06-17 11:32:22 -0400 |
commit | c3f43185eeb9e600c6cc0e7721f52c749e14c666 (patch) | |
tree | b79e54432f4da8bc868c411791a704d8c4a2cb19 /drivers | |
parent | c3e8aa1a9ed5f6db7345b23a2f8f136e987ebd4d (diff) | |
parent | 88369d33e322e0cdfbb1f0c33021ad424578619e (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-spi
- Drop zipitz2 board (Tom)
- Add DEPRECATED option (Tom)
- Mark legacy or non-dm drivers as DEPRECATED (Jagan)
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/spi/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 04ddb32a8f3..9469147152a 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -322,6 +322,7 @@ endif # if DM_SPI config SOFT_SPI bool "Soft SPI driver" + depends on DM_SPI || (DEPRECATED && !DM_SPI) help Enable Soft SPI driver. This driver is to use GPIO simulate the SPI protocol. @@ -362,6 +363,7 @@ config DAVINCI_SPI config SH_SPI bool "SuperH SPI driver" + depends on DEPRECATED help Enable the SuperH SPI controller driver. This driver can be used on various SuperH SoCs, such as SH7757. @@ -380,6 +382,7 @@ config KIRKWOOD_SPI config LPC32XX_SSP bool "LPC32XX SPI Driver" + depends on DEPRECATED help Enable support for SPI on LPC32xx @@ -391,6 +394,7 @@ config MXC_SPI config MXS_SPI bool "MXS SPI Driver" + depends on DEPRECATED help Enable the MXS SPI controller driver. This driver can be used on the i.MX23 and i.MX28 SoCs. |