aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-11-01 12:52:32 -0400
committerTom Rini <trini@konsulko.com>2023-11-01 12:52:32 -0400
commit46ff7dd09653e9fb32440fcafb59d54096a1ff52 (patch)
tree2dde0f46bd882ebe4aeba8b033972ff19b932343 /drivers
parenta803f87202aa48974bdff4d8100464a8288931e4 (diff)
parenta831d1137845732db68ac80edf15bfe4a68d0c8f (diff)
Merge branch '2023-11-01-bootstd-fixes'
- Four patches to address issues with bootstd flows in some cases
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mtd/spi/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/spi/Kconfig b/drivers/mtd/spi/Kconfig
index 76c424d75e..2b2efc8531 100644
--- a/drivers/mtd/spi/Kconfig
+++ b/drivers/mtd/spi/Kconfig
@@ -82,6 +82,7 @@ if SPI_FLASH
config BOOTDEV_SPI_FLASH
bool "SPI Flash bootdev support"
+ depends on BOOTSTD
help
Enable a boot device for SPI flash. This allows reading a script
from SPI flash so that it can be used to boot an Operating System.