Add configuration option for the m57sli board in the kconfig menus.
[buildrom.git] / buildrom-devel / config / platforms / Config.in
blob7fb8312c3b7cdbe379395c7e24b7fbe1181dc600
1 menu "Platform Configuration"
3 choice
4         prompt "Platform target for the ROM"
5         default PLATFORM_NORWICH
6         help
7           Select the target to build the LinuxBIOS ROM for
9 config PLATFORM_NORWICH
10        bool "AMD Geode LX 'Norwich'"
11        select PLATFORM
13 config PLATFORM_OLPC
14        bool "OLPC Laptop"
15        select PLATFORM
17 config PLATFORM_DBE61
18        bool "Artec Group dbe61"
19        select PLATFORM
21 config PLATFORM_MSM800SEV
22        bool "Digital Logic msm800sev"
23        select PLATFORM
25 config PLATFORM_DB800
26         bool "AMD DB800"
27         select PLATFORM
29 config PLATFORM_M57SLI
30        bool "Gigabyte M57SLI"
31        select PLATFORM
33 endchoice
34 endmenu