From f45c5c26700295ed5d1ce60161ed4600598b9edf Mon Sep 17 00:00:00 2001 From: Goetz Goerisch Date: Sun, 20 Jul 2025 10:12:19 +0200 Subject: [PATCH] at91: add missing KConfig for sam9x sama5 CONFIG_DRM_MICROCHIP_LVDS_SERIALIZER needs to be added Signed-off-by: Goetz Goerisch Link: https://github.com/openwrt/openwrt/pull/19471 Signed-off-by: Christian Marangi --- target/linux/at91/sam9x/config-6.12 | 2 ++ target/linux/at91/sama5/config-6.12 | 1 + 2 files changed, 3 insertions(+) diff --git a/target/linux/at91/sam9x/config-6.12 b/target/linux/at91/sam9x/config-6.12 index 2631f0feea..8ed1cca237 100644 --- a/target/linux/at91/sam9x/config-6.12 +++ b/target/linux/at91/sam9x/config-6.12 @@ -91,6 +91,7 @@ CONFIG_DMA_ENGINE=y CONFIG_DMA_OF=y CONFIG_DMA_OPS=y CONFIG_DMA_VIRTUAL_CHANNELS=y +# CONFIG_DRM_MICROCHIP_LVDS_SERIALIZER is not set CONFIG_DTC=y CONFIG_EDAC_ATOMIC_SCRUB=y CONFIG_EDAC_SUPPORT=y @@ -280,6 +281,7 @@ CONFIG_SOC_AT91RM9200=y CONFIG_SOC_AT91SAM9=y CONFIG_SOC_BUS=y CONFIG_SOC_SAM9X60=y +# CONFIG_SOC_SAM9X7 is not set CONFIG_SOC_SAM_V4_V5=y CONFIG_SOFTIRQ_ON_OWN_STACK=y CONFIG_SPARSE_IRQ=y diff --git a/target/linux/at91/sama5/config-6.12 b/target/linux/at91/sama5/config-6.12 index d04e10f9e1..14049c892b 100644 --- a/target/linux/at91/sama5/config-6.12 +++ b/target/linux/at91/sama5/config-6.12 @@ -145,6 +145,7 @@ CONFIG_DRM_FBDEV_EMULATION=y CONFIG_DRM_FBDEV_OVERALLOC=100 CONFIG_DRM_GEM_DMA_HELPER=y CONFIG_DRM_KMS_HELPER=y +# CONFIG_DRM_MICROCHIP_LVDS_SERIALIZER is not set CONFIG_DRM_PANEL=y CONFIG_DRM_PANEL_BRIDGE=y CONFIG_DRM_PANEL_ORIENTATION_QUIRKS=y