[openwrt/openwrt] at91: add missing KConfig for sam9x sama5

LEDE Commits lede-commits at lists.infradead.org
Sat Nov 22 07:09:58 PST 2025


ansuel pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/f45c5c26700295ed5d1ce60161ed4600598b9edf

commit f45c5c26700295ed5d1ce60161ed4600598b9edf
Author: Goetz Goerisch <ggoerisch at gmail.com>
AuthorDate: Sun Jul 20 10:12:19 2025 +0200

    at91: add missing KConfig for sam9x sama5
    
    CONFIG_DRM_MICROCHIP_LVDS_SERIALIZER needs to be added
    
    Signed-off-by: Goetz Goerisch <ggoerisch at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/19471
    Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
---
 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




More information about the lede-commits mailing list