From 46fdb9054875b71b09a3cc0570098d4d37c59075 Mon Sep 17 00:00:00 2001 From: bigbearishappy <953308023@qq.com> Date: Wed, 15 Nov 2023 03:52:44 +0000 Subject: [PATCH] fix the lcd mount issue of reTerminal Signed-off-by: bigbearishappy <953308023@qq.com> --- recipes-kernel/linux/files/vc4graphics.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/files/vc4graphics.cfg b/recipes-kernel/linux/files/vc4graphics.cfg index bf6b94d..0b4ba48 100644 --- a/recipes-kernel/linux/files/vc4graphics.cfg +++ b/recipes-kernel/linux/files/vc4graphics.cfg @@ -1,6 +1,6 @@ CONFIG_I2C_BCM2835=y -CONFIG_DRM=m -CONFIG_DRM_FBDEV_EMULATION=m -CONFIG_DRM_VC4=m +CONFIG_DRM=y +CONFIG_DRM_FBDEV_EMULATION=y +CONFIG_DRM_VC4=y CONFIG_SND=y CONFIG_SND_SOC=y