diff options
author | Hans J. Koch <hjk@linutronix.de> | 2010-09-17 12:13:56 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2010-09-17 15:55:07 -0400 |
commit | 83ef3338a2ae5d5bd9f5f6803b900b8067660054 (patch) | |
tree | a759da3a601d092889321cf49b9f003726147be1 /arch/arm/Kconfig | |
parent | 509344b8b4d365b7ff3bce97198d83a57b7c3f31 (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/Kconfig | 11 |
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 | ||
751 | config 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 | |||
751 | config ARCH_LH7A40X | 760 | config 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 | ||
917 | source "arch/arm/plat-spear/Kconfig" | 926 | source "arch/arm/plat-spear/Kconfig" |
918 | 927 | ||
928 | source "arch/arm/plat-tcc/Kconfig" | ||
929 | |||
919 | if ARCH_S3C2410 | 930 | if ARCH_S3C2410 |
920 | source "arch/arm/mach-s3c2400/Kconfig" | 931 | source "arch/arm/mach-s3c2400/Kconfig" |
921 | source "arch/arm/mach-s3c2410/Kconfig" | 932 | source "arch/arm/mach-s3c2410/Kconfig" |