aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/Kconfig1
-rw-r--r--arch/arm/mach-exynos/Kconfig2
2 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 49d993cee512..fc20cfc471d0 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -796,6 +796,7 @@ config ARCH_EXYNOS
796 select HAVE_S3C_RTC if RTC_CLASS 796 select HAVE_S3C_RTC if RTC_CLASS
797 select NEED_MACH_GPIO_H 797 select NEED_MACH_GPIO_H
798 select NEED_MACH_MEMORY_H 798 select NEED_MACH_MEMORY_H
799 select USE_OF
799 help 800 help
800 Support for SAMSUNG's EXYNOS SoCs (EXYNOS4/5) 801 Support for SAMSUNG's EXYNOS SoCs (EXYNOS4/5)
801 802
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.