]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] fix CONFIG_PDC202XX_FORCE/BURST for modular pdc202xx new/old drivers
authorBartlomiej Zolnierkiewicz <b.zolnierkiewicz@elka.pw.edu.pl>
Mon, 8 Mar 2004 04:49:53 +0000 (20:49 -0800)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 8 Mar 2004 04:49:53 +0000 (20:49 -0800)
From: Jakub Bogusz <qboosh@pld-linux.org>

drivers/ide/Kconfig

index 33be981a06f0aab58b764f200c94a67de34e9481..58708e02d35fa76fad0e52d6086730a42c5b8a90 100644 (file)
@@ -699,8 +699,8 @@ config BLK_DEV_PDC202XX_OLD
 
 config PDC202XX_BURST
        bool "Special UDMA Feature"
-       depends on BLK_DEV_PDC202XX_OLD=y
-       ---help---
+       depends on BLK_DEV_PDC202XX_OLD
+       help
          This option causes the pdc202xx driver to enable UDMA modes on the
          PDC202xx even when the PDC202xx BIOS has not done so.
 
@@ -720,7 +720,7 @@ config BLK_DEV_PDC202XX_NEW
 # FIXME - probably wants to be one for old and for new
 config PDC202XX_FORCE
        bool "Enable controller even if disabled by BIOS"
-       depends on BLK_DEV_PDC202XX_NEW=y
+       depends on BLK_DEV_PDC202XX_NEW
        help
          Enable the PDC202xx controller even if it has been disabled in the BIOS setup.