On Mon, 4 Aug 2025 at 23:05, Tom Rini <tr...@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 <tr...@konsulko.com>
Reviewed-by: Peter Robinson <pbrobin...@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
>

Reply via email to