Skip to content

Commit 3fb9fad

Browse files
author
Dharma Balasubiramani
committed
ARM: configs: at91: enable CONFIG_DRM_FBDEV_EMULATION
Enable CONFIG_DRM_FBDEV_EMULATION to ensure proper functioning of KMS sink by enabling the drm_fb_helper drivers. CONFIG_DRM_FBDEV_EMULATION selects the CONFIG_FRAMEBUFFER_CONSOLE which we don't require, hence disable it. Signed-off-by: Dharma Balasubiramani <dharma.b@microchip.com>
1 parent 444c48b commit 3fb9fad

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/arm/configs/at91_dt_defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ CONFIG_VIDEO_MT9V032=m
201201
CONFIG_VIDEO_OV2640=m
202202
CONFIG_VIDEO_OV7740=m
203203
CONFIG_DRM=y
204+
CONFIG_DRM_FBDEV_EMULATION=y
204205
CONFIG_DRM_ATMEL_HLCDC=y
205206
CONFIG_DRM_MICROCHIP_DW_MIPI_DSI=y
206207
CONFIG_DRM_PANEL_SIMPLE=y
@@ -210,6 +211,7 @@ CONFIG_FB_ATMEL=y
210211
CONFIG_BACKLIGHT_ATMEL_LCDC=y
211212
CONFIG_BACKLIGHT_PWM=y
212213
CONFIG_BACKLIGHT_CLASS_DEVICE=y
214+
# CONFIG_FRAMEBUFFER_CONSOLE is not set
213215
CONFIG_SOUND=y
214216
CONFIG_SND=y
215217
CONFIG_SND_USB_AUDIO=y

0 commit comments

Comments
 (0)