mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-12-20 08:52:12 +01:00
spl: SPL_DM_SPI_FLASH depends on SPL_DM_SPI
The SPI flash driver does not build without SPI support enabled.
Fixes: 4151f4f822bb ("spl: Rework and tighten some dependencies")
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Acked-by: Peng Fan <peng.fan@nxp.com>
Acked-by: Anshul Dalal <anshuld@ti.com>
This commit is contained in:
parent
1a7882de8c
commit
2083378ff0
@ -1141,7 +1141,7 @@ config SPL_DM_SPI
|
||||
|
||||
config SPL_DM_SPI_FLASH
|
||||
bool "Support SPI DM FLASH drivers in SPL"
|
||||
depends on SPL_DM
|
||||
depends on SPL_DM_SPI
|
||||
help
|
||||
Enable support for SPI DM flash drivers in SPL.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user