]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/arm/plat-tcc/Kconfig
Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6
[karo-tx-linux.git] / arch / arm / plat-tcc / Kconfig
1 if ARCH_TCC_926
2
3 menu "Telechips ARM926-based CPUs"
4
5 choice
6         prompt "Telechips CPU type:"
7         default ARCH_TCC8K
8
9 config ARCH_TCC8K
10         bool TCC8000
11         select USB_ARCH_HAS_OHCI
12         help
13           Support for Telechips TCC8000 systems
14
15 endchoice
16
17 source "arch/arm/mach-tcc8k/Kconfig"
18
19 endmenu
20 endif