diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-01-26 14:13:09 -0500 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-01-26 14:13:09 -0500 |
commit | ce71ed9ba8b558d54c213d372a6cf8b302fa1fa4 (patch) | |
tree | 4ae0f412da86203e7d06f18d3f3091956c016235 /drivers/ide/Kconfig | |
parent | 9ac59226ca95889ad620b0e63c0f700679fee5dd (diff) |
ide: make CONFIG_IDEPCI_PCIBUS_ORDER visible and deprecate it
Acked-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide/Kconfig')
-rw-r--r-- | drivers/ide/Kconfig | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/drivers/ide/Kconfig b/drivers/ide/Kconfig index e92128a87f26..64df55e20ab5 100644 --- a/drivers/ide/Kconfig +++ b/drivers/ide/Kconfig | |||
@@ -374,7 +374,19 @@ config BLK_DEV_IDEPCI | |||
374 | bool | 374 | bool |
375 | 375 | ||
376 | config IDEPCI_PCIBUS_ORDER | 376 | config IDEPCI_PCIBUS_ORDER |
377 | def_bool BLK_DEV_IDE=y && BLK_DEV_IDEPCI | 377 | bool "Probe IDE PCI devices in the PCI bus order (DEPRECATED)" |
378 | depends on BLK_DEV_IDE=y && BLK_DEV_IDEPCI | ||
379 | default y | ||
380 | help | ||
381 | Probe IDE PCI devices in the order in which they appear on the | ||
382 | PCI bus (i.e. 00:1f.1 PCI device before 02:01.0 PCI device) | ||
383 | instead of the order in which IDE PCI host drivers are loaded. | ||
384 | |||
385 | Please note that this method of assuring stable naming of | ||
386 | IDE devices is unreliable and use other means for achieving | ||
387 | it (i.e. udev). | ||
388 | |||
389 | If in doubt, say N. | ||
378 | 390 | ||
379 | # TODO: split it on per host driver config options (or module parameters) | 391 | # TODO: split it on per host driver config options (or module parameters) |
380 | config BLK_DEV_OFFBOARD | 392 | config BLK_DEV_OFFBOARD |