diff options
| author | Jens Axboe <axboe@suse.de> | 2002-10-03 20:42:59 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@penguin.transmeta.com> | 2002-10-03 20:42:59 -0700 |
| commit | 6f59b75ac6fbdbe7ffeb10df3f25041e1c587762 (patch) | |
| tree | 97bc91c1210a2998fd7bd83b63b4435278fe8da8 | |
| parent | cf7cbde4e3cec5128fb2e30bb97eb7f4770742e0 (diff) | |
[PATCH] ide config.in
o Make CONFIG_BLK_DEV_IDEPCI read 'PCI IDE chipset support' and not
'Generic...', it's just confusing.
| -rw-r--r-- | drivers/ide/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/Config.in b/drivers/ide/Config.in index 06f494e05252..2a72cf2f9ccd 100644 --- a/drivers/ide/Config.in +++ b/drivers/ide/Config.in @@ -31,7 +31,7 @@ if [ "$CONFIG_BLK_DEV_IDE" != "n" ]; then dep_bool ' CMD640 enhanced support' CONFIG_BLK_DEV_CMD640_ENHANCED $CONFIG_BLK_DEV_CMD640 dep_bool ' ISA-PNP EIDE support' CONFIG_BLK_DEV_ISAPNP $CONFIG_ISAPNP if [ "$CONFIG_PCI" = "y" ]; then - bool ' Generic PCI IDE chipset support' CONFIG_BLK_DEV_IDEPCI + bool ' PCI IDE chipset support' CONFIG_BLK_DEV_IDEPCI if [ "$CONFIG_BLK_DEV_IDEPCI" = "y" ]; then dep_bool ' Generic PCI IDE Chipset Support' CONFIG_BLK_DEV_GENERIC $CONFIG_BLK_DEV_IDEPCI bool ' Sharing PCI IDE interrupts support' CONFIG_IDEPCI_SHARE_IRQ |
