From: Andrea della Porta Date: Thu, 29 May 2025 13:50:49 +0000 (+0200) Subject: arm64: defconfig: Enable OF_OVERLAY option X-Git-Tag: v6.17-rc1~169^2~9^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44bba869d25985eb2212beaa4e353f6aa476dbf0;p=thirdparty%2Flinux.git arm64: defconfig: Enable OF_OVERLAY option The RP1 driver uses the infrastructure enabled by OF_OVERLAY config option. Enable that option in defconfig in order to produce a kernel usable on RaspberryPi5 avoiding to enable it separately. Signed-off-by: Andrea della Porta Reviewed-by: Stefan Wahren Reviewed-by: Florian Fainelli Link: https://lore.kernel.org/r/20250529135052.28398-12-andrea.porta@suse.com Signed-off-by: Florian Fainelli --- diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 4e660463f2a36..62d3c87858e18 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1665,6 +1665,7 @@ CONFIG_FPGA_BRIDGE=m CONFIG_ALTERA_FREEZE_BRIDGE=m CONFIG_FPGA_REGION=m CONFIG_OF_FPGA_REGION=m +CONFIG_OF_OVERLAY=y CONFIG_TEE=y CONFIG_OPTEE=y CONFIG_MUX_GPIO=m