aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorKukjin Kim <kgene.kim@samsung.com>2014-07-01 18:50:15 -0400
committerKukjin Kim <kgene.kim@samsung.com>2014-07-07 18:06:19 -0400
commit070b8b436b5510a213b7f38e120ff6cc4d0e89a1 (patch)
treea3d6d00de3aa812b09ffc79d2b9df81c55dfd018 /arch/arm/Kconfig
parenta497c3ba1d97fc69c1e78e7b96435ba8c2cb42ee (diff)
ARM: S5P64X0: no more support S5P6440 and S5P6450 SoCs
This patch removes supporting codes for s5p6440 and s5p6450 because seems no more used now. And if its supporting is required, DT based codes should be supprted next time. Acked-by: Arnd Bergmann <arnd@arndb.de> Cc: Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig22
1 files changed, 1 insertions, 21 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 245058b3b0ef..48be04bb3baf 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -758,24 +758,6 @@ config ARCH_S3C64XX
758 help 758 help
759 Samsung S3C64XX series based systems 759 Samsung S3C64XX series based systems
760 760
761config ARCH_S5P64X0
762 bool "Samsung S5P6440 S5P6450"
763 select ATAGS
764 select CLKDEV_LOOKUP
765 select CLKSRC_SAMSUNG_PWM
766 select CPU_V6
767 select GENERIC_CLOCKEVENTS
768 select GPIO_SAMSUNG
769 select HAVE_S3C2410_I2C if I2C
770 select HAVE_S3C2410_WATCHDOG if WATCHDOG
771 select HAVE_S3C_RTC if RTC_CLASS
772 select NEED_MACH_GPIO_H
773 select SAMSUNG_ATAGS
774 select SAMSUNG_WDT_RESET
775 help
776 Samsung S5P64X0 CPU based systems, such as the Samsung SMDK6440,
777 SMDK6450.
778
779config ARCH_S5PC100 761config ARCH_S5PC100
780 bool "Samsung S5PC100" 762 bool "Samsung S5PC100"
781 select ARCH_REQUIRE_GPIOLIB 763 select ARCH_REQUIRE_GPIOLIB
@@ -1004,8 +986,6 @@ source "arch/arm/mach-s3c24xx/Kconfig"
1004 986
1005source "arch/arm/mach-s3c64xx/Kconfig" 987source "arch/arm/mach-s3c64xx/Kconfig"
1006 988
1007source "arch/arm/mach-s5p64x0/Kconfig"
1008
1009source "arch/arm/mach-s5pc100/Kconfig" 989source "arch/arm/mach-s5pc100/Kconfig"
1010 990
1011source "arch/arm/mach-s5pv210/Kconfig" 991source "arch/arm/mach-s5pv210/Kconfig"
@@ -1569,7 +1549,7 @@ source kernel/Kconfig.preempt
1569 1549
1570config HZ_FIXED 1550config HZ_FIXED
1571 int 1551 int
1572 default 200 if ARCH_EBSA110 || ARCH_S3C24XX || ARCH_S5P64X0 || \ 1552 default 200 if ARCH_EBSA110 || ARCH_S3C24XX || \
1573 ARCH_S5PV210 || ARCH_EXYNOS4 1553 ARCH_S5PV210 || ARCH_EXYNOS4
1574 default AT91_TIMER_HZ if ARCH_AT91 1554 default AT91_TIMER_HZ if ARCH_AT91
1575 default SHMOBILE_TIMER_HZ if ARCH_SHMOBILE_LEGACY 1555 default SHMOBILE_TIMER_HZ if ARCH_SHMOBILE_LEGACY