commit | eef88be0b1f7c544e4b5109d0433d1d0e3f3de4d | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Jan 11 10:59:08 2020 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Jan 15 00:51:51 2020 +0100 |
tree | f56a7615b03b0064df53a5cbe79395b2ec2edb57 | |
parent | b7bc28d955d8e5bfbe0ac2bb4016271e97da7f0c [diff] |
efi_selftest: enable CONFIG_CMD_POWEROFF For automating testing we should be able to power off the test system. The implementation of EFI_RESET_SHUTDOWN requires the do_poweroff() function which is only available if CONFIG_CMD_POWEROFF=y. Enable CONFIG_CMD_POWEROFF if PSCI reset is available. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>