From 0a16179860de3b55c8bddc2568c80b2cecb44b7e Mon Sep 17 00:00:00 2001 From: Inki Dae Date: Fri, 25 Apr 2014 18:26:26 +0900 Subject: [PATCH] drm/exynos: select DRM_PANEL Signed-off-by: Inki Dae --- drivers/gpu/drm/exynos/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/exynos/Kconfig b/drivers/gpu/drm/exynos/Kconfig index 772c62a..1846177 100644 --- a/drivers/gpu/drm/exynos/Kconfig +++ b/drivers/gpu/drm/exynos/Kconfig @@ -6,6 +6,7 @@ config DRM_EXYNOS select FB_CFB_COPYAREA select FB_CFB_IMAGEBLIT select VT_HW_CONSOLE_BINDING if FRAMEBUFFER_CONSOLE + select DRM_PANEL help Choose this option if you have a Samsung SoC EXYNOS chipset. If M is selected the module will be called exynosdrm. -- 2.7.4