blob: 2870c412b6fa1d01afcc3227913db1297d9b7110 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
if VENDOR_NEWISYS
choice
prompt "Mainboard model"
config BOARD_NEWISYS_KHEPRI
bool "Khephri - 2100 Server (SUN Fire v20z)"
endchoice
source "src/mainboard/newisys/khepri/Kconfig"
config MAINBOARD_VENDOR
string
default "Newisys"
endif # VENDOR_NEWISYS
|