diff options
| author | Goetz Goerisch | 2025-07-20 08:12:19 +0000 |
|---|---|---|
| committer | Christian Marangi | 2025-11-22 15:09:30 +0000 |
| commit | f45c5c26700295ed5d1ce60161ed4600598b9edf (patch) | |
| tree | c970ff4a3d50d6bb72df2395a4b7fc331d08e587 | |
| parent | 5f190feb5e027020f9747e0fc3b7ce6110689dd2 (diff) | |
| download | openwrt-f45c5c26700295ed5d1ce60161ed4600598b9edf.tar.gz | |
at91: add missing KConfig for sam9x sama5
CONFIG_DRM_MICROCHIP_LVDS_SERIALIZER needs to be added
Signed-off-by: Goetz Goerisch <ggoerisch@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19471
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
| -rw-r--r-- | target/linux/at91/sam9x/config-6.12 | 2 | ||||
| -rw-r--r-- | target/linux/at91/sama5/config-6.12 | 1 |
2 files changed, 3 insertions, 0 deletions
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 |