Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-30
[coreboot.git] / src / config / Options.lb
index fb8e2efc1ef4e37bbea718e94b43059ee717dbeb..35a3151b5251762e9030200e15a04c1cd6940e12 100644 (file)
@@ -763,12 +763,19 @@ define AGP_APERTURE_SIZE
        comment "AGP graphics virtual memory aperture size"
 end
 
+define CK804_DEVN_BASE
+       default 1
+       export always
+       comment "CK804 device count from 0 or 1"
+end
+
 define CONFIG_PCI_ROM_RUN
-        default 0
-        export always
-        comment "Init PCI device option rom"
+       default 0
+       export always
+       comment "Init PCI device option rom"
 end
 
+
 ###############################################
 # Board specific options
 ###############################################