vgabios: Unify page size calculations; remove page size from vgamode_s.
[seabios.git] / src / Kconfig
index ad16502e2367c8efba82e2a9df4692bca42acab0..099cd15a5bc27b1eab801bdbeacb978d8beb730f 100644 (file)
@@ -330,13 +330,25 @@ menu "VGA ROM"
         default n
         help
             Build support for Cirrus VGA emulation.
-    
+
     config VGA_BOCHS
         bool "Bochs DISPI interface VGA BIOS"
         default n
         help
-            Build support for Bochs DISPI interface
-    
+            Build support for Bochs DISPI interface.
+
+    config VGA_GEODEGX2
+        bool "GeodeGX2 interface VGA BIOS"
+        default n
+        help
+            Build support for Geode GX2 vga.
+
+    config VGA_GEODELX
+        bool "GeodeLX interface VGA BIOS"
+        default n
+        help
+            Build support for Geode LX vga.
+
     config VGA_PCI
         bool "PCI ROM Headers"
         default y
@@ -349,15 +361,19 @@ menu "VGA ROM"
         hex "PCI Vendor ID"
         default 0x1013 if VGA_CIRRUS
         default 0x1234 if VGA_BOCHS
+        default 0x100b if VGA_GEODEGX2
+        default 0x1022 if VGA_GEODELX
         default 0x0000
         help
             Vendor ID for the PCI ROM
-    
+
     config VGA_DID
         depends on VGA_PCI
         hex "PCI Device ID"
         default 0x00b8 if VGA_CIRRUS
         default 0x1111 if VGA_BOCHS
+        default 0x0030 if VGA_GEODEGX2
+        default 0x2081 if VGA_GEODELX
         default 0x0000
         help
             Device ID for the PCI ROM