[PATCH] sysreset: Tighten some sysreset driver dependencies
Peter Robinson
pbrobinson at gmail.com
Tue Aug 5 09:48:55 CEST 2025
On Mon, 4 Aug 2025 at 23:05, Tom Rini <trini at konsulko.com> wrote:
>
> The MPC83xx sysreset driver cannot build without access to some
> architecture specific header files. Express that requirements in Kconfig
> as well.
>
> Signed-off-by: Tom Rini <trini at konsulko.com>
Reviewed-by: Peter Robinson <pbrobinson at gmail.com>
> ---
> drivers/sysreset/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/sysreset/Kconfig b/drivers/sysreset/Kconfig
> index 67edf004205c..0181f6cd5819 100644
> --- a/drivers/sysreset/Kconfig
> +++ b/drivers/sysreset/Kconfig
> @@ -283,6 +283,7 @@ config SYSRESET_TPL_X86
>
> config SYSRESET_MPC83XX
> bool "Enable support MPC83xx SoC family reboot driver"
> + depends on PPC
> help
> Reboot support for NXP MPC83xx SoCs.
>
> --
> 2.43.0
>
More information about the U-Boot
mailing list