forked from Minki/linux
2aea73ce22
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>
12 lines
185 B
Plaintext
12 lines
185 B
Plaintext
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
|