diff options
| author | Jagan Teki <[email protected]> | 2021-03-16 21:52:02 +0530 |
|---|---|---|
| committer | Patrice Chotard <[email protected]> | 2021-04-09 11:53:00 +0200 |
| commit | 14dcdc6065f942bf235a20e4dde9fbab1ff7efa5 (patch) | |
| tree | aeccd3eff20801f811b0782a7f37186df4a5f390 | |
| parent | 7c2102feb829552decee17c28ca3b0d35d3a513a (diff) | |
ARM: stm32: Imply SPL_SPI_LOAD
SPI Load isn't mandatory for STM32 builds.
Let's imply instead of select it to get rid of build
issues for non-SPI defconfigs.
Reviewed-by: Patrick Delaunay <[email protected]>
Reviewed-by: Patrice Chotard <[email protected]>
Signed-off-by: Jagan Teki <[email protected]>
| -rw-r--r-- | arch/arm/mach-stm32mp/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-stm32mp/Kconfig b/arch/arm/mach-stm32mp/Kconfig index 079d66a80c1..4f5e69360cf 100644 --- a/arch/arm/mach-stm32mp/Kconfig +++ b/arch/arm/mach-stm32mp/Kconfig @@ -16,13 +16,13 @@ config SPL select SPL_REGMAP select SPL_DM_RESET select SPL_SERIAL_SUPPORT - select SPL_SPI_LOAD select SPL_SYSCON select SPL_WATCHDOG_SUPPORT if WATCHDOG imply BOOTSTAGE_STASH if SPL_BOOTSTAGE imply SPL_BOOTSTAGE if BOOTSTAGE imply SPL_DISPLAY_PRINT imply SPL_LIBDISK_SUPPORT + imply SPL_SPI_LOAD if SPL_SPI_SUPPORT config SYS_SOC default "stm32mp" |
