You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
if ARCH_TCC_926
|
|
|
|
menu "Telechips ARM926-based CPUs"
|
|
|
|
choice
|
|
prompt "Telechips CPU type:"
|
|
default ARCH_TCC8K
|
|
|
|
config ARCH_TCC8K
|
|
bool TCC8000
|
|
select USB_ARCH_HAS_OHCI
|
|
help
|
|
Support for Telechips TCC8000 systems
|
|
|
|
endchoice
|
|
|
|
source "arch/arm/mach-tcc8k/Kconfig"
|
|
|
|
endmenu
|
|
endif
|
|
|