Skip to content

Commit c822a3e

Browse files
committed
ARM: configs: sunxi: Add DRM output-related options
We're missing a bunch of options related to the DRM driver options (panels, HDMI, CEC) that seems useful. Let's add them in the defconfig. Signed-off-by: Maxime Ripard <[email protected]> Link: https://lore.kernel.org/r/[email protected] Acked-by: Chen-Yu Tsai <[email protected]>
1 parent 373c13c commit c822a3e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

arch/arm/configs/sunxi_defconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,15 @@ CONFIG_VIDEO_SUN8I_DEINTERLACE=y
102102
CONFIG_VIDEO_SUN8I_ROTATE=y
103103
CONFIG_DRM=y
104104
CONFIG_DRM_SUN4I=y
105+
CONFIG_DRM_SUN4I_HDMI_CEC=y
106+
CONFIG_DRM_SUN8I_DW_HDMI=y
107+
CONFIG_DRM_PANEL_LVDS=y
108+
CONFIG_DRM_PANEL_SIMPLE=y
105109
CONFIG_DRM_SIMPLE_BRIDGE=y
106110
CONFIG_FB_SIMPLE=y
111+
CONFIG_BACKLIGHT_CLASS_DEVICE=y
112+
# CONFIG_BACKLIGHT_GENERIC is not set
113+
CONFIG_BACKLIGHT_PWM=y
107114
CONFIG_SOUND=y
108115
CONFIG_SND=y
109116
CONFIG_SND_SOC=y

0 commit comments

Comments
 (0)