From 556cebe907326fe22a841585bff749f9c1328115 Mon Sep 17 00:00:00 2001 From: lanefu Date: Sun, 4 Oct 2020 23:10:02 -0400 Subject: [PATCH] Re-enable DMC for XU4-current (#2237) * patch xu4 dynamic memory controller bug * re-enable DMC for xu4 on kernel 5.4 patch appears to be added upstream --- config/kernel/linux-odroidxu4-current.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/kernel/linux-odroidxu4-current.config b/config/kernel/linux-odroidxu4-current.config index 15967aa10e..dcbac67b5f 100644 --- a/config/kernel/linux-odroidxu4-current.config +++ b/config/kernel/linux-odroidxu4-current.config @@ -5497,7 +5497,7 @@ CONFIG_MEMORY=y # CONFIG_ARM_PL172_MPMC is not set CONFIG_PL353_SMC=y CONFIG_SAMSUNG_MC=y -# CONFIG_EXYNOS5422_DMC is not set +CONFIG_EXYNOS5422_DMC=y CONFIG_EXYNOS_SROM=y CONFIG_IIO=y CONFIG_IIO_BUFFER=y