arm: Remove plat-tcc directory
[sfrench/cifs-2.6.git] / arch / arm / plat-tcc / Kconfig
diff --git a/arch/arm/plat-tcc/Kconfig b/arch/arm/plat-tcc/Kconfig
deleted file mode 100644 (file)
index 1bf4995..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-if ARCH_TCC_926
-
-menu "Telechips ARM926-based CPUs"
-
-choice
-       prompt "Telechips CPU type:"
-       default ARCH_TCC8K
-
-config ARCH_TCC8K
-       bool TCC8000
-       select USB_ARCH_HAS_OHCI
-       help
-         Support for Telechips TCC8000 systems
-
-endchoice
-
-source "arch/arm/mach-tcc8k/Kconfig"
-
-endmenu
-endif