blob: 57fe4e95efe1a1609103064a8432e4dc24dc704b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
config CPU_VIA_C7
bool
select UDELAY_TSC
select MMX
select SSE2
config DCACHE_RAM_BASE
hex
default 0xffef0000
depends on CPU_VIA_C7
config DCACHE_RAM_SIZE
hex
default 0x8000
depends on CPU_VIA_C7
|