From: Patrick Delaunay Date: Tue, 30 Jul 2019 17:16:33 +0000 (+0200) Subject: stm32mp1: configs: add condition to activate WATCHDOG in SPL X-Git-Tag: v2019.10-rc4~31^2~35 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9cd8b9f0c5db9b915bb55359ee8b521380b45d91;p=platform%2Fkernel%2Fu-boot.git stm32mp1: configs: add condition to activate WATCHDOG in SPL Only activate WATCHDOG in SPL when CONFIG_WATCHDOG is activated in U-Boot. Signed-off-by: Patrick Delaunay --- diff --git a/arch/arm/mach-stm32mp/Kconfig b/arch/arm/mach-stm32mp/Kconfig index cee3ce1..187be17 100644 --- a/arch/arm/mach-stm32mp/Kconfig +++ b/arch/arm/mach-stm32mp/Kconfig @@ -17,7 +17,7 @@ config SPL select SPL_DM_RESET select SPL_SERIAL_SUPPORT select SPL_SYSCON - select SPL_WATCHDOG_SUPPORT + select SPL_WATCHDOG_SUPPORT if WATCHDOG imply BOOTSTAGE_STASH if SPL_BOOTSTAGE imply SPL_BOOTSTAGE if BOOTSTAGE imply SPL_DISPLAY_PRINT