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/plat-samsung/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/plat-samsung/Kconfig')
-rw-r--r-- | arch/arm/plat-samsung/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig index 0e1874ccf1ea..57729b915003 100644 --- a/arch/arm/plat-samsung/Kconfig +++ b/arch/arm/plat-samsung/Kconfig @@ -233,11 +233,6 @@ config SAMSUNG_PM_GPIO pinctrl-samsung driver. endif -config S5P_DEV_MFC - bool - help - Compile in setup memory (init) code for MFC - comment "Power management" config SAMSUNG_PM_DEBUG |