diff options
author | Hans J. Koch <hjk@linutronix.de> | 2010-09-17 12:21:36 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2010-09-17 15:55:09 -0400 |
commit | 2aea73ce22b786039906be89b0ae191d4c016c1e (patch) | |
tree | 5065f3d42d0bd12c4b7fdc8e2c0c214b29bcb372 /arch/arm/mach-tcc8k/Kconfig | |
parent | 026cec6164901372c3a16b430cd405f0bb6a7c1f (diff) |
ARM: Add board support for Telechips TCC8000-SDK board
Add support for the Telechips TCC8000-SDK development board.
Signed-off-by: "Hans J. Koch" <hjk@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/arm/mach-tcc8k/Kconfig')
-rw-r--r-- | arch/arm/mach-tcc8k/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-tcc8k/Kconfig b/arch/arm/mach-tcc8k/Kconfig index ec7f71b17c06..ad86415d1577 100644 --- a/arch/arm/mach-tcc8k/Kconfig +++ b/arch/arm/mach-tcc8k/Kconfig | |||
@@ -2,4 +2,10 @@ if ARCH_TCC8K | |||
2 | 2 | ||
3 | comment "TCC8000 systems:" | 3 | comment "TCC8000 systems:" |
4 | 4 | ||
5 | config MACH_TCC8000_SDK | ||
6 | bool "Telechips TCC8000-SDK development kit" | ||
7 | default y | ||
8 | help | ||
9 | Support for the Telechips TCC8000-SDK board. | ||
10 | |||
5 | endif | 11 | endif |