Skip to content

Commit 2809d90

Browse files
Javier Martinez CanillasKukjin Kim
authored andcommitted
ARM: exynos_defconfig: Enable options for display panel support
Many Exynos devices have a display panel. Most of them just have a simple panel while others have more complex configurations that requires an embedded DisplayPort (eDP) to LVDS bridges. This patch enables the following features to be built in the kernel image to support both setups: - Direct Rendering Manager (DRM) - DRM bridge registration and lookup framework - Parade ps8622/ps8625 eDP/LVDS bridge - NXP ptn3460 eDP/LVDS bridge - Exynos Fully Interactive Mobile Display controller (FIMD) - Panel registration and lookup framework - Simple panels - Backlight & LCD device support Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk> Tested-by: Kevin Hilman <khilman@linaro.org> Signed-off-by: Kukjin Kim <kgene@kernel.org>
1 parent e93e545 commit 2809d90

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

arch/arm/configs/exynos_defconfig

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,26 @@ CONFIG_REGULATOR_S2MPA01=y
109109
CONFIG_REGULATOR_S2MPS11=y
110110
CONFIG_REGULATOR_S5M8767=y
111111
CONFIG_REGULATOR_TPS65090=y
112+
CONFIG_DRM=y
113+
CONFIG_DRM_BRIDGE=y
114+
CONFIG_DRM_PTN3460=y
115+
CONFIG_DRM_PS8622=y
116+
CONFIG_DRM_EXYNOS=y
117+
CONFIG_DRM_EXYNOS_FIMD=y
118+
CONFIG_DRM_EXYNOS_DP=y
119+
CONFIG_DRM_PANEL=y
120+
CONFIG_DRM_PANEL_SIMPLE=y
112121
CONFIG_FB=y
113122
CONFIG_FB_MODE_HELPERS=y
114123
CONFIG_FB_SIMPLE=y
115124
CONFIG_EXYNOS_VIDEO=y
116125
CONFIG_EXYNOS_MIPI_DSI=y
126+
CONFIG_BACKLIGHT_LCD_SUPPORT=y
127+
CONFIG_LCD_CLASS_DEVICE=y
128+
CONFIG_LCD_PLATFORM=y
129+
CONFIG_BACKLIGHT_CLASS_DEVICE=y
130+
CONFIG_BACKLIGHT_GENERIC=y
131+
CONFIG_BACKLIGHT_PWM=y
117132
CONFIG_FRAMEBUFFER_CONSOLE=y
118133
CONFIG_FONTS=y
119134
CONFIG_FONT_7x14=y

0 commit comments

Comments
 (0)