From: Palmer Dabbelt Date: Fri, 19 Nov 2021 16:44:12 +0000 (-0800) Subject: RISC-V: defconfigs: Remove redundant CONFIG_EFI=y X-Git-Tag: v5.17-rc1~41^2~24^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d4b22b2f01de89831052ac28bc40cafbcc043e29;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Palmer Dabbelt --- diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig index 0e2097dad5b0d..56e366d3936e8 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