Remove inline from FAM10 CPU initialization functions.
[coreboot.git] / src / pc80 / Config.lb
index d8e2a052166585d98eebb276e95e5d54f2dd08e9..7eb32b239f48045ad4c5f8ed3edcec09cdd8ac6a 100644 (file)
@@ -1,12 +1,16 @@
 uses CONFIG_IDE
-uses CONFIG_LEGACY_VGABIOS
 uses CONFIG_CONSOLE_VGA
+uses CONFIG_UDELAY_IO
 
 object mc146818rtc.o
 object isa-dma.o
 object i8259.o 
 #object udelay_timer2.o CONFIG_UDELAY_TIMER2
 
+if CONFIG_UDELAY_IO
+       object udelay_io.o
+end
+
 if CONFIG_IDE
        dir ide
 end