Clone a tag rather than SeaBIOS stable branch HEAD
[coreboot.git] / src / mainboard / newisys / Kconfig
1 if VENDOR_NEWISYS
2
3 choice
4         prompt "Mainboard model"
5
6 config BOARD_NEWISYS_KHEPRI
7         bool "Khephri - 2100 Server (SUN Fire v20z)"
8
9 endchoice
10
11 source "src/mainboard/newisys/khepri/Kconfig"
12
13 config MAINBOARD_VENDOR
14         string
15         default "Newisys"
16
17 endif # VENDOR_NEWISYS