repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ARM: 7409/1: Do not call flush_cache_user_range with mmap_sem held
[linux/fpc-iii.git]
/
arch
/
arm
/
plat-tcc
/
Kconfig
blob
1bf499570f428b464b59603c31dfbb99484d0e61
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