diff options
author | Hans J. Koch <hjk@linutronix.de> | 2010-09-17 18:21:36 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2010-09-17 21:55:09 +0200 |
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 ec7f71b17c0..ad86415d157 100644 --- a/arch/arm/mach-tcc8k/Kconfig +++ b/arch/arm/mach-tcc8k/Kconfig @@ -2,4 +2,10 @@ if ARCH_TCC8K comment "TCC8000 systems:" +config MACH_TCC8000_SDK + bool "Telechips TCC8000-SDK development kit" + default y + help + Support for the Telechips TCC8000-SDK board. + endif |