[openwrt/openwrt] layerscape: Add missing config option
LEDE Commits
lede-commits at lists.infradead.org
Fri Oct 22 13:26:31 PDT 2021
hauke pushed a commit to openwrt/openwrt.git, branch openwrt-21.02:
https://git.openwrt.org/24b23ed96a5570ce8ddd14f6f989f79d732acbae
commit 24b23ed96a5570ce8ddd14f6f989f79d732acbae
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Fri Oct 22 21:30:02 2021 +0200
layerscape: Add missing config option
This option is not set when building the target.
In master this is also unset.
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
target/linux/layerscape/armv8_64b/config-5.4 | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/layerscape/armv8_64b/config-5.4 b/target/linux/layerscape/armv8_64b/config-5.4
index 1dbcc845ac..8e79321252 100644
--- a/target/linux/layerscape/armv8_64b/config-5.4
+++ b/target/linux/layerscape/armv8_64b/config-5.4
@@ -239,6 +239,7 @@ CONFIG_DMA_SHARED_BUFFER=y
CONFIG_DMA_VIRTUAL_CHANNELS=y
CONFIG_DNOTIFY=y
CONFIG_DPAA2_CONSOLE=y
+# CONFIG_DRM_CDNS_MHDP is not set
CONFIG_DRM_RCAR_WRITEBACK=y
CONFIG_DTC=y
CONFIG_DT_IDLE_STATES=y
More information about the lede-commits
mailing list