Add constants for fast path resume copying
[coreboot.git] / src / mainboard / sunw / Kconfig
1 if VENDOR_SUNW
2
3 choice
4         prompt "Mainboard model"
5
6 config BOARD_SUNW_ULTRA40
7         bool "Ultra 40"
8
9 endchoice
10
11 source "src/mainboard/sunw/ultra40/Kconfig"
12
13 config MAINBOARD_VENDOR
14         string
15         default "Sun"
16
17 endif # VENDOR_SUNW