Kconfig 185 B

123456789101112
  1. if ARCH_TCC8K
  2. comment "TCC8000 systems:"
  3. config MACH_TCC8000_SDK
  4. bool "Telechips TCC8000-SDK development kit"
  5. default y
  6. help
  7. Support for the Telechips TCC8000-SDK board.
  8. endif