sysreset: Tighten some sysreset driver dependencies

The MPC83xx sysreset driver cannot build without access to some
architecture specific header files. Express that requirements in Kconfig
as well.

Reviewed-by: Peter Robinson <pbrobinson@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini
2025-08-04 15:57:19 -06:00
parent 8b0eac68e5
commit 38931172ed

View File

@@ -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.