use CONFIG_IDE for ide support

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1402 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Greg Watson 2004-03-13 03:31:42 +00:00
parent f8a31c510c
commit 7d2478e962
1 changed files with 2 additions and 2 deletions

View File

@ -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