diff options
| author | Vagrant Cascadian <vagrant@debian.org> | 2016-05-23 16:45:40 -0700 |
|---|---|---|
| committer | Roger Shimizu <rogershimizu@gmail.com> | 2016-05-29 14:05:19 +0900 |
| commit | 2ff0f3ee41ab42efef650b3544e7a080564d9b3c (patch) | |
| tree | 60e15422f01c4670d383601710a0a5e38992e84e /debian | |
| parent | 054bd88a7e61516cedec64aef524913d19040772 (diff) | |
| download | kernel_replicant_linux-2ff0f3ee41ab42efef650b3544e7a080564d9b3c.tar.gz kernel_replicant_linux-2ff0f3ee41ab42efef650b3544e7a080564d9b3c.tar.bz2 kernel_replicant_linux-2ff0f3ee41ab42efef650b3544e7a080564d9b3c.zip | |
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 ]
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/config/armhf/config.armmp | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/debian/config/armhf/config.armmp b/debian/config/armhf/config.armmp index 75a7500d485e..851eae74297b 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 |
