aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
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"