[armhf] drm: Enable DRM_SUN4I etc. (Closes: #881570)

This commit is contained in:
Ben Hutchings 2017-11-16 18:52:21 +00:00
parent 91fc8b5e9a
commit f03dc09259
2 changed files with 11 additions and 0 deletions

2
debian/changelog vendored
View File

@ -4,6 +4,8 @@ linux (4.14-1~exp1) UNRELEASED; urgency=medium
[ Ben Hutchings ]
* debian/control: Set Rules-Requires-Root to no
* [armhf] drm: Enable DRM_SUN4I, DRM_SUN4I_HDMI, DRM_SUN4I_BACKEND,
DRM_SUN8I_MIXER as modules; and DRM_SUN4I_HDMI_CEC (Closes: #881570)
[ Bastian Blank ]
* Enable CRYPTO_SHA3.

View File

@ -342,6 +342,15 @@ CONFIG_ROCKCHIP_ANALOGIX_DP=y
CONFIG_ROCKCHIP_DW_HDMI=y
CONFIG_ROCKCHIP_DW_MIPI_DSI=y
##
## file: drivers/gpu/drm/sun4i/Kconfig
##
CONFIG_DRM_SUN4I=m
CONFIG_DRM_SUN4I_HDMI=m
CONFIG_DRM_SUN4I_HDMI_CEC=y
CONFIG_DRM_SUN4I_BACKEND=m
CONFIG_DRM_SUN8I_MIXER=m
##
## file: drivers/gpu/drm/tegra/Kconfig
##