Add constants for fast path resume copying
[coreboot.git] / src / mainboard / dell / Kconfig
1 if VENDOR_DELL
2
3 choice
4         prompt "Mainboard model"
5
6 config BOARD_DELL_S1850
7         bool "PowerEdge 1850"
8
9 endchoice
10
11 source "src/mainboard/dell/s1850/Kconfig"
12
13 config MAINBOARD_VENDOR
14         string
15         default "Dell"
16
17 endif # VENDOR_DELL