[linux] 01/01: [armhf] Enable Exynos video drivers (Closes: #824435)

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Mon May 16 18:32:20 UTC 2016


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch sid
in repository linux.

commit 4665b0730f6346d81cb400e3561a2a6e9ff83890
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Mon May 16 19:05:37 2016 +0100

    [armhf] Enable Exynos video drivers (Closes: #824435)
    
    - drm: Enable DRM_EXYNOS as module, DRM_EXYNOS_MIXER, DRM_EXYNOS_FIMD,
      DRM_EXYNOS_DSI, DRM_EXYNOS_DP, DRM_EXYNOS_HDMI
    - phy: Enable PHY_EXYNOS_MIPI_VIDEO, PHY_EXYNOS_DP_VIDEO as modules
    - cpuidle: Enable ARM_EXYNOS_CPUIDLE
    - iio: Enable EXYNOS_ADC as module
---
 debian/changelog                 |  6 ++++++
 debian/config/armhf/config.armmp | 18 ++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index fd4a3c3..197a38f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -124,6 +124,12 @@ linux (4.5.4-1) UNRELEASED; urgency=medium
   * uapi glibc compat: fix compile errors when glibc net/if.h included
     before linux/if.h (Closes: #822393)
   * videobuf2-core: Fix crash after fixing CVE-2016-4568
+  * [armhf] Enable more Exynos drivers (Closes: #824435):
+    - drm: Enable DRM_EXYNOS as module, DRM_EXYNOS_MIXER, DRM_EXYNOS_FIMD,
+      DRM_EXYNOS_DSI, DRM_EXYNOS_DP, DRM_EXYNOS_HDMI
+    - phy: Enable PHY_EXYNOS_MIPI_VIDEO, PHY_EXYNOS_DP_VIDEO as modules
+    - cpuidle: Enable ARM_EXYNOS_CPUIDLE
+    - iio: Enable EXYNOS_ADC as module
 
  -- Aurelien Jarno <aurel32 at debian.org>  Tue, 10 May 2016 23:58:07 +0200
 
diff --git a/debian/config/armhf/config.armmp b/debian/config/armhf/config.armmp
index 2301ada..cef254e 100644
--- a/debian/config/armhf/config.armmp
+++ b/debian/config/armhf/config.armmp
@@ -192,6 +192,11 @@ CONFIG_ARM_IMX6Q_CPUFREQ=m
 CONFIG_ARM_TEGRA20_CPUFREQ=y
 
 ##
+## file: drivers/cpuidle/Kconfig.arm
+##
+CONFIG_ARM_EXYNOS_CPUIDLE=y
+
+##
 ## file: drivers/crypto/Kconfig
 ##
 CONFIG_CRYPTO_DEV_MV_CESA=m
@@ -252,6 +257,16 @@ CONFIG_DRM=m
 CONFIG_DRM_ETNAVIV=m
 
 ##
+## file: drivers/gpu/drm/exynos/Kconfig
+##
+CONFIG_DRM_EXYNOS=m
+CONFIG_DRM_EXYNOS_FIMD=y
+CONFIG_DRM_EXYNOS_MIXER=y
+CONFIG_DRM_EXYNOS_DSI=y
+CONFIG_DRM_EXYNOS_DP=y
+CONFIG_DRM_EXYNOS_HDMI=y
+
+##
 ## file: drivers/gpu/drm/i2c/Kconfig
 ##
 CONFIG_DRM_I2C_NXP_TDA998X=m
@@ -380,6 +395,7 @@ CONFIG_IIO=m
 ##
 ## file: drivers/iio/adc/Kconfig
 ##
+CONFIG_EXYNOS_ADC=m
 CONFIG_ROCKCHIP_SARADC=m
 CONFIG_TI_AM335X_ADC=m
 CONFIG_TWL4030_MADC=m
@@ -778,10 +794,12 @@ CONFIG_PCI_TEGRA=y
 ##
 ## file: drivers/phy/Kconfig
 ##
+CONFIG_PHY_EXYNOS_MIPI_VIDEO=m
 CONFIG_OMAP_CONTROL_PHY=m
 CONFIG_OMAP_USB2=m
 CONFIG_TI_PIPE3=y
 CONFIG_TWL4030_USB=m
+CONFIG_PHY_EXYNOS_DP_VIDEO=m
 CONFIG_PHY_EXYNOS5250_SATA=m
 CONFIG_PHY_SUN4I_USB=m
 CONFIG_PHY_SUN9I_USB=m

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list