diff options
| author | Rosen Penev | 2024-10-14 21:06:57 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2024-10-21 22:50:55 +0000 |
| commit | 8f1332d2752f6ebbcbc67e94dfa1ce37184e349c (patch) | |
| tree | e2227069fc58fc7009064d63633b29513b725426 | |
| parent | 9bc0517b783fa2cea464b3949f8796ce42dd4205 (diff) | |
| download | openwrt-8f1332d2752f6ebbcbc67e94dfa1ce37184e349c.tar.gz | |
kernel: move CONFIG_DRM_OFDRM to generic
Multiple platforms are affected by this, including mpc85xx's p1020.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/16746
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/generic/config-6.6 | 1 | ||||
| -rw-r--r-- | target/linux/qoriq/config-6.6 | 1 |
2 files changed, 1 insertions, 1 deletions
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 |