]> git.ipfire.org Git - people/ms/u-boot.git/blame - drivers/sysreset/Kconfig
net/ethoc: add CONFIG_DM_ETH support
[people/ms/u-boot.git] / drivers / sysreset / Kconfig
CommitLineData
b25732c2
MF
1#
2# System reset devices
3#
4
5menu "System reset device drivers"
6
7config SYSRESET
8 bool "Enable support for system reset drivers"
9 depends on DM
10 help
11 Enable system reset drivers which can be used to reset the CPU or
12 board. Each driver can provide a reset method which will be called
13 to effect a reset. The uclass will try all available drivers when
14 reset_walk() is called.
15
16endmenu