Commit d0c639ea authored by Bartlomiej Zolnierkiewicz's avatar Bartlomiej Zolnierkiewicz Committed by Linus Torvalds

[PATCH] fix CONFIG_PDC202XX_FORCE/BURST for modular pdc202xx new/old drivers

From: Jakub Bogusz <qboosh@pld-linux.org>
parent 1c3fb21e
...@@ -699,8 +699,8 @@ config BLK_DEV_PDC202XX_OLD ...@@ -699,8 +699,8 @@ config BLK_DEV_PDC202XX_OLD
config PDC202XX_BURST config PDC202XX_BURST
bool "Special UDMA Feature" bool "Special UDMA Feature"
depends on BLK_DEV_PDC202XX_OLD=y depends on BLK_DEV_PDC202XX_OLD
---help--- help
This option causes the pdc202xx driver to enable UDMA modes on the This option causes the pdc202xx driver to enable UDMA modes on the
PDC202xx even when the PDC202xx BIOS has not done so. PDC202xx even when the PDC202xx BIOS has not done so.
...@@ -720,7 +720,7 @@ config BLK_DEV_PDC202XX_NEW ...@@ -720,7 +720,7 @@ config BLK_DEV_PDC202XX_NEW
# FIXME - probably wants to be one for old and for new # FIXME - probably wants to be one for old and for new
config PDC202XX_FORCE config PDC202XX_FORCE
bool "Enable controller even if disabled by BIOS" bool "Enable controller even if disabled by BIOS"
depends on BLK_DEV_PDC202XX_NEW=y depends on BLK_DEV_PDC202XX_NEW
help help
Enable the PDC202xx controller even if it has been disabled in the BIOS setup. Enable the PDC202xx controller even if it has been disabled in the BIOS setup.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment