From 4dae54f00476eafd7d595c1d77f9cb096623d49a Mon Sep 17 00:00:00 2001 From: Tony Ambardar Date: Thu, 22 May 2025 15:37:20 -0700 Subject: [PATCH] malta: 6.12: update config after kernel refresh Drop obsolete symbols GCC_ASM_GOTO_OUTPUT_WORKAROUND and HW_CONSOLE, and PREEMPT_NONE_BUILD which is now set in top-level generic config. Signed-off-by: Tony Ambardar Link: https://github.com/openwrt/openwrt/pull/18712 Signed-off-by: Hauke Mehrtens --- target/linux/malta/config-6.12 | 3 --- 1 file changed, 3 deletions(-) diff --git a/target/linux/malta/config-6.12 b/target/linux/malta/config-6.12 index a635e2c39e9..1fb4a510d5e 100644 --- a/target/linux/malta/config-6.12 +++ b/target/linux/malta/config-6.12 @@ -82,7 +82,6 @@ CONFIG_FS_MBCACHE=y CONFIG_FUNCTION_ALIGNMENT=0 CONFIG_FW_LOADER_PAGED_BUF=y CONFIG_FW_LOADER_SYSFS=y -CONFIG_GCC_ASM_GOTO_OUTPUT_WORKAROUND=y CONFIG_GENERIC_ATOMIC64=y CONFIG_GENERIC_CLOCKEVENTS=y CONFIG_GENERIC_CMOS_UPDATE=y @@ -110,7 +109,6 @@ CONFIG_HAS_DMA=y CONFIG_HAS_IOMEM=y CONFIG_HAS_IOPORT=y CONFIG_HAS_IOPORT_MAP=y -CONFIG_HW_CONSOLE=y CONFIG_I8253=y CONFIG_I8253_LOCK=y CONFIG_I8259=y @@ -199,7 +197,6 @@ CONFIG_PGTABLE_LEVELS=2 CONFIG_POWER_RESET=y CONFIG_POWER_RESET_PIIX4_POWEROFF=y CONFIG_POWER_RESET_SYSCON=y -CONFIG_PREEMPT_NONE_BUILD=y CONFIG_PROC_PAGE_MONITOR=y CONFIG_PTP_1588_CLOCK_OPTIONAL=y CONFIG_QFMT_V2=y