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
mb/google/nissa: Create pujjogatwin variant
[coreboot2.git]
/
src
/
mainboard
/
via
/
epia-ex
/
Kconfig
blob
76347f262174d3545f8e2b76d06908aa6fed0d96
1
## SPDX-License-Identifier: GPL-2.0-only
2
3
if BOARD_VIA_EPIA_EX
4
5
config BOARD_SPECIFIC_OPTIONS
6
def_bool y
7
select CPU_VIA_C7
8
select NORTHBRIDGE_VIA_CX700
9
select BOARD_ROMSIZE_KB_512
10
select NO_UART_ON_SUPERIO
11
12
config MAINBOARD_DIR
13
default "via/epia-ex"
14
15
config MAINBOARD_PART_NUMBER
16
default "EPIA-EX"
17
18
endif