diff options
| author | Tom Rini <[email protected]> | 2021-03-06 07:25:04 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-03-06 07:25:04 -0500 |
| commit | e4dba4ba6f61e8128be0b4200ca2d8cebf62180b (patch) | |
| tree | 9f2877b1278093a579247756fdfd7fbe1055f63c /drivers/sysreset/Kconfig | |
| parent | 6a026e5649f00c0b157a935279dfd625889db675 (diff) | |
| parent | b75ca06836567a467b8b5a9ee8ce0a8efde45e08 (diff) | |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq
- Convert qemu-ppce500 to driver model and enable additional driver
support
- bug fixes/updates in net-dsa driver, vid driver, move configs to kconfig
- Update Maintainers of some powerpc, layerscape platforms
Diffstat (limited to 'drivers/sysreset/Kconfig')
| -rw-r--r-- | drivers/sysreset/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/sysreset/Kconfig b/drivers/sysreset/Kconfig index 0e5c7c99713..968dfa48319 100644 --- a/drivers/sysreset/Kconfig +++ b/drivers/sysreset/Kconfig @@ -33,6 +33,12 @@ config TPL_SYSRESET if SYSRESET +config SYSRESET_CMD_RESET + bool "sysreset implementation of the reset command" + default y + help + Enable sysreset implementation of the reset command. + if CMD_POWEROFF config SYSRESET_CMD_POWEROFF |
