Skip to content

Commit 444c48b

Browse files
author
Dharma Balasubiramani
committed
ARM: configs: sama5_defconfig: 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 10ba0d3 commit 444c48b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/arm/configs/sama5_defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,13 +237,15 @@ CONFIG_VIDEO_OV5640=m
237237
CONFIG_VIDEO_OV7670=m
238238
CONFIG_VIDEO_OV7740=m
239239
CONFIG_DRM=y
240+
CONFIG_DRM_FBDEV_EMULATION=y
240241
CONFIG_DRM_ATMEL_HLCDC=y
241242
CONFIG_DRM_PANEL_SIMPLE=y
242243
CONFIG_DRM_PANEL_EDP=y
243244
CONFIG_DRM_SII902X=y
244245
CONFIG_LCD_CLASS_DEVICE=y
245246
CONFIG_BACKLIGHT_CLASS_DEVICE=y
246247
CONFIG_BACKLIGHT_PWM=y
248+
# CONFIG_FRAMEBUFFER_CONSOLE is not set
247249
CONFIG_SOUND=y
248250
CONFIG_SND=y
249251
CONFIG_SND_USB_AUDIO=y

0 commit comments

Comments
 (0)