aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/Kconfig
diff options
context:
space:
mode:
authorTomasz Figa <t.figa@samsung.com>2013-06-14 20:01:11 -0400
committerKukjin Kim <kgene.kim@samsung.com>2013-06-14 20:32:32 -0400
commitf8b1ac01458a39454d04172df4c070134902f837 (patch)
treece70fcc2d904327d09cf479959936fb0e243fd82 /arch/arm/mach-exynos/Kconfig
parentca9143501c30a2ce5886757961408488fac2bb4c (diff)
ARM: EXYNOS: Make ARCH_EXYNOS select USE_OF
Since EXYNOS is now DT-only, it always requires USE_OF option to be selected. This patch moves USE_OF selection from entries of DT board files to ARCH_EXYNOS. Signed-off-by: Tomasz Figa <t.figa@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos/Kconfig')
-rw-r--r--arch/arm/mach-exynos/Kconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig
index 41fd73f4c29e..2bc2696153f9 100644
--- a/arch/arm/mach-exynos/Kconfig
+++ b/arch/arm/mach-exynos/Kconfig
@@ -98,7 +98,6 @@ config MACH_EXYNOS4_DT
98 select PINCTRL 98 select PINCTRL
99 select PINCTRL_EXYNOS 99 select PINCTRL_EXYNOS
100 select S5P_DEV_MFC 100 select S5P_DEV_MFC
101 select USE_OF
102 help 101 help
103 Machine support for Samsung Exynos4 machine with device tree enabled. 102 Machine support for Samsung Exynos4 machine with device tree enabled.
104 Select this if a fdt blob is available for the Exynos4 SoC based board. 103 Select this if a fdt blob is available for the Exynos4 SoC based board.
@@ -111,7 +110,6 @@ config MACH_EXYNOS5_DT
111 depends on ARCH_EXYNOS5 110 depends on ARCH_EXYNOS5
112 select ARM_AMBA 111 select ARM_AMBA
113 select CLKSRC_OF 112 select CLKSRC_OF
114 select USE_OF
115 help 113 help
116 Machine support for Samsung EXYNOS5 machine with device tree enabled. 114 Machine support for Samsung EXYNOS5 machine with device tree enabled.
117 Select this if a fdt blob is available for the EXYNOS5 SoC based board. 115 Select this if a fdt blob is available for the EXYNOS5 SoC based board.