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