From: Samuel Holland Date: Thu, 4 Nov 2021 03:55:11 +0000 (-0500) Subject: sysreset: Add uclass Kconfig dependency to drivers X-Git-Tag: v2022.01-rc2~17^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b84217227e81cdcefdc849e626a3e143beb2f62;p=pandora-u-boot.git sysreset: Add uclass Kconfig dependency to drivers None of the sysreset drivers do anything beyond providing sysreset uclass ops. They should depend on the sysreset uclass. Reviewed-by: Heinrich Schuchardt Signed-off-by: Samuel Holland Reviewed-by: Stefan Roese --- diff --git a/drivers/sysreset/Kconfig b/drivers/sysreset/Kconfig index 43a948cfcde..de75c9cccc5 100644 --- a/drivers/sysreset/Kconfig +++ b/drivers/sysreset/Kconfig @@ -118,8 +118,6 @@ config SYSRESET_TI_SCI This enables the system reset driver support over TI System Control Interface available on some new TI's SoCs. -endif - config SYSRESET_SYSCON bool "Enable support for mfd syscon reboot driver" select REGMAP @@ -162,4 +160,6 @@ config SYSRESET_MPC83XX help Reboot support for NXP MPC83xx SoCs. +endif + endmenu