]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
spi: Correct dependencies for SPI_FLASH_SST
authorTom Rini <trini@konsulko.com>
Mon, 23 Mar 2026 19:52:59 +0000 (13:52 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 15 Apr 2026 20:45:18 +0000 (14:45 -0600)
The SPI_FLASH_SST functionality is a subset of SPI_FLASH_LOCK today, so
express this dependency in Kconfig.

Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/mtd/spi/Kconfig

index 6399512e49f5d0d51831d576e9d2f58618c8d9b8..de78a6cb707e706b5ce9a35a26dcef04a8c7a456 100644 (file)
@@ -220,6 +220,7 @@ config SPI_FLASH_MT35XU
 
 config SPI_FLASH_SST
        bool "SST SPI flash support"
+       depends on SPI_FLASH_LOCK
        help
          Add support for various SST SPI flash chips (SST25xxx)