blob: d5f1a4195a29622e26faf7d2bfb0c2f6db50d48e [file] [log] [blame]
config CPU_VIA_C7
bool
if CPU_VIA_C7
config CPU_SPECIFIC_OPTIONS
def_bool y
select ARCH_X86
select UDELAY_TSC
select MMX
select SSE2
select CACHE_AS_RAM
config DCACHE_RAM_BASE
hex
default 0xffef0000
config DCACHE_RAM_SIZE
hex
default 0x8000
endif # CPU_VIA_C7