[PATCH v3 1/6] sysreset: Add uclass Kconfig dependency to drivers
Stefan Roese
sr at denx.de
Thu Nov 4 08:46:16 CET 2021
On 04.11.21 04:55, Samuel Holland wrote:
> None of the sysreset drivers do anything beyond providing sysreset
> uclass ops. They should depend on the sysreset uclass.
>
> Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
> Signed-off-by: Samuel Holland <samuel at sholland.org>
Reviewed-by: Stefan Roese <sr at denx.de>
Thanks,
Stefan
> ---
>
> (no changes since v2)
>
> Changes in v2:
> - Extend the "if SYSRESET" block to the end of the file.
>
> drivers/sysreset/Kconfig | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/sysreset/Kconfig b/drivers/sysreset/Kconfig
> index 43a948cfcd..de75c9cccc 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
>
Viele Grüße,
Stefan
--
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr at denx.de
More information about the U-Boot
mailing list