aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorHans J. Koch <hjk@hansjkoch.de>2011-12-22 14:46:34 -0500
committerHans J. Koch <hjk@hansjkoch.de>2012-01-05 07:33:59 -0500
commit273b5e5189791a9b6d0bffb24568378d767e1711 (patch)
treef0f2b9b63d0081016feb1281a852b1fa4a86e331 /arch/arm/Kconfig
parent03534a415fa9a7390051fa0ce466611ca250ac4d (diff)
arm: Remove TCC subarch from Kconfig/Makefile
The Telechips subarchitecture is being completely removed. Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Harry Sievers <hsievers@csselectronic.com> Signed-off-by: Hans J. Koch <hjk@hansjkoch.de>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 776d76b8cb69..849e3ad93707 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -868,16 +868,6 @@ config ARCH_SHARK
868 Support for the StrongARM based Digital DNARD machine, also known 868 Support for the StrongARM based Digital DNARD machine, also known
869 as "Shark" (<http://www.shark-linux.de/shark.html>). 869 as "Shark" (<http://www.shark-linux.de/shark.html>).
870 870
871config ARCH_TCC_926
872 bool "Telechips TCC ARM926-based systems"
873 select CLKSRC_MMIO
874 select CPU_ARM926T
875 select HAVE_CLK
876 select CLKDEV_LOOKUP
877 select GENERIC_CLOCKEVENTS
878 help
879 Support for Telechips TCC ARM926-based systems.
880
881config ARCH_U300 871config ARCH_U300
882 bool "ST-Ericsson U300 Series" 872 bool "ST-Ericsson U300 Series"
883 depends on MMU 873 depends on MMU
@@ -1060,8 +1050,6 @@ source "arch/arm/plat-s5p/Kconfig"
1060 1050
1061source "arch/arm/plat-spear/Kconfig" 1051source "arch/arm/plat-spear/Kconfig"
1062 1052
1063source "arch/arm/plat-tcc/Kconfig"
1064
1065if ARCH_S3C2410 1053if ARCH_S3C2410
1066source "arch/arm/mach-s3c2410/Kconfig" 1054source "arch/arm/mach-s3c2410/Kconfig"
1067source "arch/arm/mach-s3c2412/Kconfig" 1055source "arch/arm/mach-s3c2412/Kconfig"