commit | c2e4ff7fb5c009e59c2ad718ae4cce9fe737d540 | [log] [tgz] |
---|---|---|
author | Palmer Dabbelt <palmer@rivosinc.com> | Fri Nov 19 08:44:11 2021 -0800 |
committer | Palmer Dabbelt <palmer@rivosinc.com> | Wed Jan 05 20:07:05 2022 -0800 |
tree | d5a8b49adc6fb47eb99ee2ed08b56f93bd284381 | |
parent | bd72a95f96abefa36f52b092d1300d6752485999 [diff] |
RISC-V: defconfigs: Remove redundant CONFIG_POWER_RESET As of ab7fbad0c7d7 ("riscv: Fix unmet direct dependencies built based on SOC_VIRT") we select CONFIG_POWER_RESET=y along with CONFIG_SOC_VIRT, which is already in defconfig. This make setting CONFIG_POWER_RESET in the defconfigs redundant, so remove it to remain consistent with savedefconfig. Reviewed-by: Anup Patel <anup@brainfault.org> Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>