repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
via: Start template for VIA C7 w/ CX700 northbridge
[coreboot2.git]
/
src
/
cpu
/
via
/
c7
/
Kconfig
blob
df81b3f84e701e45f5074513a5c84c324ac1e264
1
## SPDX-License-Identifier: GPL-2.0-only
2
3
config CPU_VIA_C7
4
bool
5
select ARCH_X86
6
select NO_SMM
7
select SSE2
8
select UNKNOWN_TSC_RATE
9
select UDELAY_LAPIC
10
select LAPIC_MONOTONIC_TIMER
11
12
if CPU_VIA_C7
13
14
config DCACHE_BSP_STACK_SIZE
15
default 0x1000
16
17
endif