diff options
author | Maxime Ripard <maxime@cerno.tech> | 2020-07-05 11:19:02 +0200 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2020-07-06 15:12:04 +0200 |
commit | c822a3ec1700f392bbb46b8526e2a0bc53d9df49 (patch) | |
tree | 79379c9440a695f52751b6645e8e17409bd2dbaa /arch/arm/configs/sunxi_defconfig | |
parent | 373c13c258877734c59a3adb57b7ebb8cae1532f (diff) |
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 <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20200705091904.42795-5-maxime@cerno.tech
Acked-by: Chen-Yu Tsai <wens@csie.org>
Diffstat (limited to 'arch/arm/configs/sunxi_defconfig')
-rw-r--r-- | arch/arm/configs/sunxi_defconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/configs/sunxi_defconfig b/arch/arm/configs/sunxi_defconfig index 3b1aa1a1d07f..117e9215c8fe 100644 --- a/arch/arm/configs/sunxi_defconfig +++ b/arch/arm/configs/sunxi_defconfig @@ -102,8 +102,15 @@ CONFIG_VIDEO_SUN8I_DEINTERLACE=y CONFIG_VIDEO_SUN8I_ROTATE=y CONFIG_DRM=y CONFIG_DRM_SUN4I=y +CONFIG_DRM_SUN4I_HDMI_CEC=y +CONFIG_DRM_SUN8I_DW_HDMI=y +CONFIG_DRM_PANEL_LVDS=y +CONFIG_DRM_PANEL_SIMPLE=y CONFIG_DRM_SIMPLE_BRIDGE=y CONFIG_FB_SIMPLE=y +CONFIG_BACKLIGHT_CLASS_DEVICE=y +# CONFIG_BACKLIGHT_GENERIC is not set +CONFIG_BACKLIGHT_PWM=y CONFIG_SOUND=y CONFIG_SND=y CONFIG_SND_SOC=y |