blob: ad86415d1577f3faf7cf7f621d8ed106e977eb5b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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
|