[openwrt/openwrt] kernel: move CONFIG_DRM_OFDRM to generic
LEDE Commits
lede-commits at lists.infradead.org
Mon Oct 21 15:51:39 PDT 2024
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/8f1332d2752f6ebbcbc67e94dfa1ce37184e349c
commit 8f1332d2752f6ebbcbc67e94dfa1ce37184e349c
Author: Rosen Penev <rosenp at gmail.com>
AuthorDate: Mon Oct 14 14:06:57 2024 -0700
kernel: move CONFIG_DRM_OFDRM to generic
Multiple platforms are affected by this, including mpc85xx's p1020.
Signed-off-by: Rosen Penev <rosenp at gmail.com>
Link: https://github.com/openwrt/openwrt/pull/16746
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
target/linux/generic/config-6.6 | 1 +
target/linux/qoriq/config-6.6 | 1 -
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/generic/config-6.6 b/target/linux/generic/config-6.6
index 5403dbab9a..3fe4c3d668 100644
--- a/target/linux/generic/config-6.6
+++ b/target/linux/generic/config-6.6
@@ -1499,6 +1499,7 @@ CONFIG_DQL=y
# CONFIG_DRM_NOUVEAU is not set
# CONFIG_DRM_NWL_MIPI_DSI is not set
# CONFIG_DRM_NXP_PTN3460 is not set
+# CONFIG_DRM_OFDRM is not set
# CONFIG_DRM_OMAP is not set
# CONFIG_DRM_PANEL_ABT_Y030XX067A is not set
# CONFIG_DRM_PANEL_ARM_VERSATILE is not set
diff --git a/target/linux/qoriq/config-6.6 b/target/linux/qoriq/config-6.6
index 70edd18bd0..750e6c6551 100644
--- a/target/linux/qoriq/config-6.6
+++ b/target/linux/qoriq/config-6.6
@@ -103,7 +103,6 @@ CONFIG_DMA_ENGINE=y
CONFIG_DMA_OF=y
CONFIG_DMA_OPS=y
CONFIG_DMA_OPS_BYPASS=y
-# CONFIG_DRM_OFDRM is not set
CONFIG_DTC=y
CONFIG_DUMMY_CONSOLE=y
# CONFIG_E5500_CPU is not set
More information about the lede-commits
mailing list