aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorHans J. Koch <hjk@linutronix.de>2010-09-17 12:13:56 -0400
committerThomas Gleixner <tglx@linutronix.de>2010-09-17 15:55:07 -0400
commit83ef3338a2ae5d5bd9f5f6803b900b8067660054 (patch)
treea759da3a601d092889321cf49b9f003726147be1 /arch/arm/Kconfig
parent509344b8b4d365b7ff3bce97198d83a57b7c3f31 (diff)
ARM: Introduce plat-tcc
This patch introduces support for the tcc platform by creating an arch/arm/plat-tcc and arch/arm/mach-tcc8k directories and adding basic include files plus Kconfig and Makefile. Signed-off-by: "Hans J. Koch" <hjk@linutronix.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 553b7cf17bfb..8d395352f1c9 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -748,6 +748,15 @@ config ARCH_SHARK
748 Support for the StrongARM based Digital DNARD machine, also known 748 Support for the StrongARM based Digital DNARD machine, also known
749 as "Shark" (<http://www.shark-linux.de/shark.html>). 749 as "Shark" (<http://www.shark-linux.de/shark.html>).
750 750
751config ARCH_TCC_926
752 bool "Telechips TCC ARM926-based systems"
753 select CPU_ARM926T
754 select HAVE_CLK
755 select COMMON_CLKDEV
756 select GENERIC_CLOCKEVENTS
757 help
758 Support for Telechips TCC ARM926-based systems.
759
751config ARCH_LH7A40X 760config ARCH_LH7A40X
752 bool "Sharp LH7A40X" 761 bool "Sharp LH7A40X"
753 select CPU_ARM922T 762 select CPU_ARM922T
@@ -916,6 +925,8 @@ source "arch/arm/plat-s5p/Kconfig"
916 925
917source "arch/arm/plat-spear/Kconfig" 926source "arch/arm/plat-spear/Kconfig"
918 927
928source "arch/arm/plat-tcc/Kconfig"
929
919if ARCH_S3C2410 930if ARCH_S3C2410
920source "arch/arm/mach-s3c2400/Kconfig" 931source "arch/arm/mach-s3c2400/Kconfig"
921source "arch/arm/mach-s3c2410/Kconfig" 932source "arch/arm/mach-s3c2410/Kconfig"