blob: df81b3f84e701e45f5074513a5c84c324ac1e264 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
## SPDX-License-Identifier: GPL-2.0-only
config CPU_VIA_C7
bool
select ARCH_X86
select NO_SMM
select SSE2
select UNKNOWN_TSC_RATE
select UDELAY_LAPIC
select LAPIC_MONOTONIC_TIMER
if CPU_VIA_C7
config DCACHE_BSP_STACK_SIZE
default 0x1000
endif
|