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:
parent
f8a31c510c
commit
7d2478e962
|
@ -1,4 +1,4 @@
|
||||||
uses CONFIG_IDE_STREAM
|
uses CONFIG_IDE
|
||||||
uses CONFIG_LEGACY_VGABIOS
|
uses CONFIG_LEGACY_VGABIOS
|
||||||
|
|
||||||
object mc146818rtc.o
|
object mc146818rtc.o
|
||||||
|
@ -11,7 +11,7 @@ object isa-dma.o
|
||||||
#object vga_set_mode.o VIDEO_CONSOLE
|
#object vga_set_mode.o VIDEO_CONSOLE
|
||||||
#object vga_load_pcx.o VIDEO_CONSOLE
|
#object vga_load_pcx.o VIDEO_CONSOLE
|
||||||
|
|
||||||
if CONFIG_IDE_STREAM
|
if CONFIG_IDE
|
||||||
dir ide
|
dir ide
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue