Control: tags -1 +pending On Tue, May 24, 2016 at 8:45 AM, Vagrant Cascadian <vagr...@debian.org> wrote: > Package: src:linux > Version: 4.5.4-1 > Severity: wishlist > Tags: patch > > 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. > > Thanks! > > live well, > vagrant > > diff --git a/debian/config/armhf/config.armmp > b/debian/config/armhf/config.armmp > index cef254e..a9eaf2a 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 > > @@ -1223,3 +1223,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
Thanks! Applied your patch to sid branch, and with my slight modification. Just one question / doubt: all other RTC around RTC_DRV_MAX77686 are built-in, maybe we should also make RTC_DRV_MAX77686 as built-in? Cheers, -- Roger Shimizu, GMT +9 Tokyo PGP/GPG: 17B3ACB1