src/southbridge/amd/cimx_wrapper: Run dos2unix on the files.
[coreboot.git] / src / mainboard / gigabyte / Kconfig
index 85469b7989698a05fd31dc4349a7f522ce91016a..9de6574e87792cd0bf05fde99dba17260ba1ed4b 100644 (file)
 ## along with this program; if not, write to the Free Software
 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 ##
+if VENDOR_GIGABYTE
 
 choice
        prompt "Mainboard model"
-       depends on VENDOR_GIGABYTE
+
+config BOARD_GIGABYTE_GA_2761GXDK
+       bool "GA-2761GXDK"
+config BOARD_GIGABYTE_GA_6BXC
+       bool "GA-6BXC"
+config BOARD_GIGABYTE_GA_6BXE
+       bool "GA-6BXE"
+config BOARD_GIGABYTE_M57SLI
+       bool "GA-M57SLI-S4"
+config BOARD_GIGABYTE_GA785GMT
+       bool "GA-MA785GMT-UD2H"
+config BOARD_GIGABYTE_MA78GM
+       bool "GA-MA78GM-US2H"
+
+endchoice
 
 source "src/mainboard/gigabyte/ga_2761gxdk/Kconfig"
 source "src/mainboard/gigabyte/ga-6bxc/Kconfig"
 source "src/mainboard/gigabyte/ga-6bxe/Kconfig"
 source "src/mainboard/gigabyte/m57sli/Kconfig"
+source "src/mainboard/gigabyte/ma785gmt/Kconfig"
+source "src/mainboard/gigabyte/ma78gm/Kconfig"
 
-endchoice
+config MAINBOARD_VENDOR
+       string
+       default "GIGABYTE"
 
+endif # VENDOR_GIGABYTE