aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tcc8k/Kconfig
diff options
context:
space:
mode:
authorHans J. Koch <hjk@hansjkoch.de>2011-12-22 15:27:27 -0500
committerHans J. Koch <hjk@hansjkoch.de>2012-01-05 07:34:38 -0500
commit00d79e9d0e4b49144177bc07baa015febc822c10 (patch)
treee9b410ad488845c447a58cbda9eacee38831d733 /arch/arm/mach-tcc8k/Kconfig
parent273b5e5189791a9b6d0bffb24568378d767e1711 (diff)
arm: Remove mach-tcc8k directory
The Telechips ARM architecture is being removed. This patch deletes the arch/arm/mach-tcc8k/ folder. 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/mach-tcc8k/Kconfig')
-rw-r--r--arch/arm/mach-tcc8k/Kconfig11
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/arm/mach-tcc8k/Kconfig b/arch/arm/mach-tcc8k/Kconfig
deleted file mode 100644
index ad86415d1577..000000000000
--- a/arch/arm/mach-tcc8k/Kconfig
+++ /dev/null
@@ -1,11 +0,0 @@
1if ARCH_TCC8K
2
3comment "TCC8000 systems:"
4
5config MACH_TCC8000_SDK
6 bool "Telechips TCC8000-SDK development kit"
7 default y
8 help
9 Support for the Telechips TCC8000-SDK board.
10
11endif