diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-01-05 08:25:15 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-01-05 08:25:27 -0500 |
commit | 7b9dd47136c07ffd883aff6926c7b281e4c1eea4 (patch) | |
tree | b835312e76fe323de3e1cbbb0d15fca5a3f7ef9c /arch/arm/Kconfig | |
parent | 2e0e943436912ffe0848ece58167edfe754edb96 (diff) | |
parent | 0575fb754dbfc32a01f297e778533340a533ec68 (diff) |
Merge branch 'restart' into for-linus
Conflicts:
arch/arm/mach-exynos/cpu.c
The changes to arch/arm/mach-exynos/cpu.c were moved to
mach-exynos/common.c.
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index afcb76ecea53..444822526a07 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -877,16 +877,6 @@ config ARCH_SHARK | |||
877 | Support for the StrongARM based Digital DNARD machine, also known | 877 | Support for the StrongARM based Digital DNARD machine, also known |
878 | as "Shark" (<http://www.shark-linux.de/shark.html>). | 878 | as "Shark" (<http://www.shark-linux.de/shark.html>). |
879 | 879 | ||
880 | config ARCH_TCC_926 | ||
881 | bool "Telechips TCC ARM926-based systems" | ||
882 | select CLKSRC_MMIO | ||
883 | select CPU_ARM926T | ||
884 | select HAVE_CLK | ||
885 | select CLKDEV_LOOKUP | ||
886 | select GENERIC_CLOCKEVENTS | ||
887 | help | ||
888 | Support for Telechips TCC ARM926-based systems. | ||
889 | |||
890 | config ARCH_U300 | 880 | config ARCH_U300 |
891 | bool "ST-Ericsson U300 Series" | 881 | bool "ST-Ericsson U300 Series" |
892 | depends on MMU | 882 | depends on MMU |
@@ -1073,8 +1063,6 @@ source "arch/arm/plat-s5p/Kconfig" | |||
1073 | 1063 | ||
1074 | source "arch/arm/plat-spear/Kconfig" | 1064 | source "arch/arm/plat-spear/Kconfig" |
1075 | 1065 | ||
1076 | source "arch/arm/plat-tcc/Kconfig" | ||
1077 | |||
1078 | if ARCH_S3C2410 | 1066 | if ARCH_S3C2410 |
1079 | source "arch/arm/mach-s3c2410/Kconfig" | 1067 | source "arch/arm/mach-s3c2410/Kconfig" |
1080 | source "arch/arm/mach-s3c2412/Kconfig" | 1068 | source "arch/arm/mach-s3c2412/Kconfig" |