diff options
author | Palmer Dabbelt <palmer@rivosinc.com> | 2021-11-19 17:44:12 +0100 |
---|---|---|
committer | Palmer Dabbelt <palmer@rivosinc.com> | 2022-01-06 05:07:12 +0100 |
commit | d4b22b2f01de89831052ac28bc40cafbcc043e29 (patch) | |
tree | 8abaaa725e2570732be9354e518438e5aa559e9a /arch | |
parent | RISC-V: defconfigs: Remove redundant CONFIG_POWER_RESET (diff) | |
download | linux-d4b22b2f01de89831052ac28bc40cafbcc043e29.tar.xz linux-d4b22b2f01de89831052ac28bc40cafbcc043e29.zip |
RISC-V: defconfigs: Remove redundant CONFIG_EFI=y
We've always had CONFIG_EFI as "def_bool y" so this has always been
redundant. It's removed by savedefconfig, so drop it to keep things
clean.
Reviewed-by: Anup Patel <anup@brainfault.org>
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/riscv/configs/defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig index 0e2097dad5b0..56e366d3936e 100644 --- a/arch/riscv/configs/defconfig +++ b/arch/riscv/configs/defconfig @@ -141,4 +141,3 @@ CONFIG_RCU_EQS_DEBUG=y # CONFIG_FTRACE is not set # CONFIG_RUNTIME_TESTING_MENU is not set CONFIG_MEMTEST=y -CONFIG_EFI=y |