From 7d2478e962772c46eccdb9a93359710b0ca01dce Mon Sep 17 00:00:00 2001 From: Greg Watson Date: Sat, 13 Mar 2004 03:31:42 +0000 Subject: use CONFIG_IDE for ide support git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1402 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/pc80/Config.lb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pc80') diff --git a/src/pc80/Config.lb b/src/pc80/Config.lb index 26d548b897..1261abf3f8 100644 --- a/src/pc80/Config.lb +++ b/src/pc80/Config.lb @@ -1,4 +1,4 @@ -uses CONFIG_IDE_STREAM +uses CONFIG_IDE uses CONFIG_LEGACY_VGABIOS object mc146818rtc.o @@ -11,7 +11,7 @@ object isa-dma.o #object vga_set_mode.o VIDEO_CONSOLE #object vga_load_pcx.o VIDEO_CONSOLE -if CONFIG_IDE_STREAM +if CONFIG_IDE dir ide end -- cgit v1.2.3