src/southbridge/amd/cimx_wrapper: Run dos2unix on the files.
[coreboot.git] / src / mainboard / newisys / Kconfig
index fd8f9176e11d8956e332336b824c7df054789d0e..2870c412b6fa1d01afcc3227913db1297d9b7110 100644 (file)
@@ -1,8 +1,17 @@
+if VENDOR_NEWISYS
+
 choice
        prompt "Mainboard model"
-       depends on VENDOR_NEWISYS
-        
-source "src/mainboard/newisys/khepri/Kconfig"
+
+config BOARD_NEWISYS_KHEPRI
+       bool "Khephri - 2100 Server (SUN Fire v20z)"
 
 endchoice
 
+source "src/mainboard/newisys/khepri/Kconfig"
+
+config MAINBOARD_VENDOR
+       string
+       default "Newisys"
+
+endif # VENDOR_NEWISYS