diff options
author | Kukjin Kim <kgene@kernel.org> | 2015-07-29 19:48:17 +0300 |
---|---|---|
committer | Kukjin Kim <kgene@kernel.org> | 2015-07-29 19:49:00 +0300 |
commit | b93b315d444faa1505b6a5e001c30f3024849e46 (patch) | |
tree | 5efba5339bc43618284e2d733d95acd4caa071e1 /arch/arm/mach-exynos/Kconfig | |
parent | 7f798c1c0d562ef1200cbe3227cd0474b1c285f7 (diff) | |
download | linux-b93b315d444faa1505b6a5e001c30f3024849e46.tar.xz |
ARM: SAMSUNG: make local s5p-dev-mfc in mach-exynos
This patch moves s5p-dev-mfc from plat-samsung into mach-exynos
because it is used for only exynos no other platforms.
Cc: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
Diffstat (limited to 'arch/arm/mach-exynos/Kconfig')
-rw-r--r-- | arch/arm/mach-exynos/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig index 81064cd61a0a..4c4858c566d8 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach-exynos/Kconfig @@ -30,6 +30,11 @@ menuconfig ARCH_EXYNOS if ARCH_EXYNOS +config S5P_DEV_MFC + bool + help + Compile in setup memory (init) code for MFC + config ARCH_EXYNOS3 bool "SAMSUNG EXYNOS3" select ARM_CPU_SUSPEND if PM |