Skip to content
Snippets Groups Projects
Commit 6b842172 authored by Samuel Holland's avatar Samuel Holland Committed by Stefan Roese
Browse files

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: default avatarHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Signed-off-by: default avatarSamuel Holland <samuel@sholland.org>
Reviewed-by: default avatarStefan Roese <sr@denx.de>
parent bc18582a
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment