diff options
author | Tomasz Figa <t.figa@samsung.com> | 2013-06-18 12:27:37 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-06-18 12:27:37 -0400 |
commit | 17859bec3557beb7f5b268e4fa35457e75071469 (patch) | |
tree | 35c356cc36d79f0447fbcb8959e144955b8cbcb3 /arch/arm/Kconfig | |
parent | d6280ffb44a3f9bf98efeb214fc46c6b551799f5 (diff) |
ARM: EXYNOS: Do not select legacy Kconfig symbols any more
This patch removes selection of several legacy Kconfig symbols from
ARCH_EXYNOS to bypass compilation of code used only for ATAGS based
boot.
Signed-off-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index a4e32fd9bb4a..17a2d6a65728 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -802,15 +802,11 @@ config ARCH_EXYNOS | |||
802 | select COMMON_CLK | 802 | select COMMON_CLK |
803 | select CPU_V7 | 803 | select CPU_V7 |
804 | select GENERIC_CLOCKEVENTS | 804 | select GENERIC_CLOCKEVENTS |
805 | select GPIO_SAMSUNG | ||
806 | select HAVE_CLK | 805 | select HAVE_CLK |
807 | select HAVE_S3C2410_I2C if I2C | 806 | select HAVE_S3C2410_I2C if I2C |
808 | select HAVE_S3C2410_WATCHDOG if WATCHDOG | 807 | select HAVE_S3C2410_WATCHDOG if WATCHDOG |
809 | select HAVE_S3C_RTC if RTC_CLASS | 808 | select HAVE_S3C_RTC if RTC_CLASS |
810 | select NEED_MACH_GPIO_H | ||
811 | select NEED_MACH_MEMORY_H | 809 | select NEED_MACH_MEMORY_H |
812 | select S5P_GPIO_DRVSTR | ||
813 | select SAMSUNG_ATAGS | ||
814 | select USE_OF | 810 | select USE_OF |
815 | help | 811 | help |
816 | Support for SAMSUNG's EXYNOS SoCs (EXYNOS4/5) | 812 | Support for SAMSUNG's EXYNOS SoCs (EXYNOS4/5) |