diff options
author | Tom Rini <trini@konsulko.com> | 2019-06-17 11:32:22 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-06-17 11:32:22 -0400 |
commit | c3f43185eeb9e600c6cc0e7721f52c749e14c666 (patch) | |
tree | b79e54432f4da8bc868c411791a704d8c4a2cb19 /cmd | |
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 'cmd')
-rw-r--r-- | cmd/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index 0badcb3fe0..cda7931fe3 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1035,11 +1035,13 @@ config CMD_SDRAM config CMD_SF bool "sf" + depends on DM_SPI_FLASH || SPI_FLASH help SPI Flash support config CMD_SF_TEST bool "sf test - Allow testing of SPI flash" + depends on CMD_SF help Provides a way to test that SPI flash is working correctly. The test is destructive, in that an area of SPI flash must be provided @@ -1051,6 +1053,7 @@ config CMD_SF_TEST config CMD_SPI bool "sspi - Command to access spi device" + depends on SPI help SPI utility command. |