[armhf] enable some kconfig items for Allwinner SoCs

This commit is contained in:
Uwe Kleine-König 2018-12-23 17:31:16 +01:00
parent 4097f88361
commit 96ff8f1ba0
2 changed files with 17 additions and 0 deletions

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
linux (4.19.12-2) UNRELEASED; urgency=medium
* [armhf] enable some kconfig items for Allwinner SoCs (SUNXI_CCU=y,
SUN8I_DE2_CCU=y, DRM_SUN8I_DW_HDMI=m, SND_SUN8I_CODEC=m,
SND_SUN8I_CODEC_ANALOG=m). (Closes: #915899)
-- Uwe Kleine-König <ukleinek@debian.org> Sun, 23 Dec 2018 17:28:52 +0100
linux (4.19.12-1) unstable; urgency=medium
* New upstream stable update:

View File

@ -202,6 +202,12 @@ CONFIG_COMMON_CLK_SI5351=m
CONFIG_COMMON_CLK_S2MPS11=m
CONFIG_CLK_TWL6040=m
##
## file: drivers/clk/sunxi-ng/Kconfig
##
CONFIG_SUNXI_CCU=y
CONFIG_SUN8I_DE2_CCU=y
##
## file: drivers/cpufreq/Kconfig
##
@ -367,6 +373,7 @@ CONFIG_DRM_SUN4I=m
CONFIG_DRM_SUN4I_HDMI=m
CONFIG_DRM_SUN4I_HDMI_CEC=y
CONFIG_DRM_SUN4I_BACKEND=m
CONFIG_DRM_SUN8I_DW_HDMI=m
CONFIG_DRM_SUN8I_MIXER=m
##
@ -1395,6 +1402,8 @@ CONFIG_SND_SOC_ROCKCHIP_RT5645=m
## file: sound/soc/sunxi/Kconfig
##
CONFIG_SND_SUN4I_CODEC=m
CONFIG_SND_SUN8I_CODEC=m
CONFIG_SND_SUN8I_CODEC_ANALOG=m
CONFIG_SND_SUN4I_SPDIF=m
##