[linux] 01/02: Enable a few modules to support Odroid-U3 (Exynos4)

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Sun May 29 05:19:13 UTC 2016


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

rosh-guest pushed a commit to branch sid
in repository linux.

commit 2ff0f3ee41ab42efef650b3544e7a080564d9b3c
Author: Vagrant Cascadian <vagrant at debian.org>
Date:   Mon May 23 16:45:40 2016 -0700

    Enable a few modules to support Odroid-U3 (Exynos4)
    
    Please enable the following options in the armmp kernel configuration,
    which enables support for Exynos4, tested on Odroid-U3.
    
    It detects all four CPUs, 2GB of ram, ethernet, and supports USB on
    both 4.5.x and 4.6.x. It also supports microSD, and 4.6.x worked fine,
    but 4.5.x had some outstanding issues that prevented it from working
    correctly.  I did not test video or audio output, though modules for
    video output did appear to load.
    
    [ Roger Shimizu: modified the comment ]
---
 debian/config/armhf/config.armmp | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/debian/config/armhf/config.armmp b/debian/config/armhf/config.armmp
index 75a7500..851eae7 100644
--- a/debian/config/armhf/config.armmp
+++ b/debian/config/armhf/config.armmp
@@ -46,7 +46,7 @@ CONFIG_ARCH_BCM2835=y
 ##
 CONFIG_ARCH_EXYNOS=y
 # CONFIG_ARCH_EXYNOS3 is not set
-# CONFIG_ARCH_EXYNOS4 is not set
+CONFIG_ARCH_EXYNOS4=y
 CONFIG_ARCH_EXYNOS5=y
 CONFIG_EXYNOS5420_MCPM=y
 
@@ -1225,3 +1225,18 @@ CONFIG_SND_SUN4I_CODEC=m
 ##
 CONFIG_SND_SOC_TEGRA=m
 
+
+## drivers/clk/Kconfig
+CONFIG_COMMON_CLK_MAX77686=m
+
+## drivers/mfd/Kconfig
+CONFIG_MFD_MAX77686=m
+
+## drivers/regulator/Kconfig
+CONFIG_REGULATOR_MAX77686=m
+
+## drivers/rtc/Kconfig
+CONFIG_RTC_DRV_MAX77686=m
+
+## drivers/mmc/host/Kconfig
+CONFIG_MMC_SDHCI_S3C=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