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
net: mediatek: fix non static symbol warnings
[linux/fpc-iii.git]
/
arch
/
mips
/
jz4740
/
Kconfig
blob
36f82017695dbd1b50f9d862487f991676375bd3
1
choice
2
prompt "Machine type"
3
depends on MACH_INGENIC
4
default JZ4740_QI_LB60
5
6
config JZ4740_QI_LB60
7
bool "Qi Hardware Ben NanoNote"
8
select MACH_JZ4740
9
10
config JZ4780_CI20
11
bool "MIPS Creator CI20"
12
select MACH_JZ4780
13
14
endchoice
15
16
config MACH_JZ4740
17
bool
18
select SYS_HAS_CPU_MIPS32_R1
19
20
config MACH_JZ4780
21
bool
22
select MIPS_CPU_SCACHE
23
select SYS_HAS_CPU_MIPS32_R2
24
select SYS_SUPPORTS_HIGHMEM