bnx2x: Use helpers instead of direct access to the shinfo(skb) fields
[linux-2.6/x86.git] / arch / arm / plat-tcc / Kconfig
blob1bf499570f428b464b59603c31dfbb99484d0e61
1 if ARCH_TCC_926
3 menu "Telechips ARM926-based CPUs"
5 choice
6         prompt "Telechips CPU type:"
7         default ARCH_TCC8K
9 config ARCH_TCC8K
10         bool TCC8000
11         select USB_ARCH_HAS_OHCI
12         help
13           Support for Telechips TCC8000 systems
15 endchoice
17 source "arch/arm/mach-tcc8k/Kconfig"
19 endmenu
20 endif