Kconfig 280 B

1234567891011121314151617181920
  1. if ARCH_TCC_926
  2. menu "Telechips ARM926-based CPUs"
  3. choice
  4. prompt "Telechips CPU type:"
  5. default ARCH_TCC8K
  6. config ARCH_TCC8K
  7. bool TCC8000
  8. select USB_ARCH_HAS_OHCI
  9. help
  10. Support for Telechips TCC8000 systems
  11. endchoice
  12. source "arch/arm/mach-tcc8k/Kconfig"
  13. endmenu
  14. endif