[openwrt/openwrt] kernel: Add missing kernel configuration options
LEDE Commits
lede-commits at lists.infradead.org
Fri Oct 21 15:59:02 PDT 2022
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/1ea3510c5c68048cad65b355beaced1671056a02
commit 1ea3510c5c68048cad65b355beaced1671056a02
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sat Oct 22 00:21:42 2022 +0200
kernel: Add missing kernel configuration options
The at91/sam9x targets misses these configuration options when using
kernel 5.15.
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
target/linux/generic/config-5.15 | 2 ++
1 file changed, 2 insertions(+)
diff --git a/target/linux/generic/config-5.15 b/target/linux/generic/config-5.15
index 6636bd3204..e8b0b3a168 100644
--- a/target/linux/generic/config-5.15
+++ b/target/linux/generic/config-5.15
@@ -1504,6 +1504,7 @@ CONFIG_DQL=y
# CONFIG_DRM_ARCPGU is not set
# CONFIG_DRM_ARMADA is not set
# CONFIG_DRM_AST is not set
+# CONFIG_DRM_ATMEL_HLCDC is not set
# CONFIG_DRM_BOCHS is not set
# CONFIG_DRM_CDNS_DSI is not set
# CONFIG_DRM_CDNS_MHDP8546 is not set
@@ -1929,6 +1930,7 @@ CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
# CONFIG_FB_ARK is not set
# CONFIG_FB_ARMCLCD is not set
# CONFIG_FB_ASILIANT is not set
+# CONFIG_FB_ATMEL is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_AUO_K190X is not set
More information about the lede-commits
mailing list