[coreboot] r89 - trunk/filo

svn at coreboot.org svn at coreboot.org
Thu Mar 12 18:02:09 CET 2009


Author: oxygene
Date: 2009-03-12 18:02:09 +0100 (Thu, 12 Mar 2009)
New Revision: 89

Modified:
   trunk/filo/Config.in
Log:
Allow DEBUG_IDE for IDE_NEW_DISK, too


Modified: trunk/filo/Config.in
===================================================================
--- trunk/filo/Config.in	2009-03-12 17:01:54 UTC (rev 88)
+++ trunk/filo/Config.in	2009-03-12 17:02:09 UTC (rev 89)
@@ -315,7 +315,7 @@
 
 config DEBUG_IDE
 	bool "DEBUG_IDE"
-	depends on IDE_DISK
+	depends on IDE_DISK||IDE_NEW_DISK
 	default n
 
 config DEBUG_USB





More information about the coreboot mailing list