diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-08-05 18:17:01 +0200 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-08-05 18:17:01 +0200 |
commit | c5bfc3757f1d843a8e1261840c1f53c5062f8e92 (patch) | |
tree | cd0a125eaaa3e4c8b2e90c59fc8d13e1011776bb /drivers | |
parent | 0e25f710618ce919ac5ae4850c90d3fca19565c3 (diff) | |
download | linux-3.10-c5bfc3757f1d843a8e1261840c1f53c5062f8e92.tar.gz linux-3.10-c5bfc3757f1d843a8e1261840c1f53c5062f8e92.tar.bz2 linux-3.10-c5bfc3757f1d843a8e1261840c1f53c5062f8e92.zip |
ide: remove CONFIG_IDE_MAX_HWIFS
The benefits of a user settable CONFIG_IDE_MAX_HWIFS have become pretty
tiny and are no longer considered worth the trouble of an own option.
Simply always #define MAX_HWIFS to 10.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/ide/Kconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/ide/Kconfig b/drivers/ide/Kconfig index 130ef64b44f..a34758d2951 100644 --- a/drivers/ide/Kconfig +++ b/drivers/ide/Kconfig @@ -54,16 +54,6 @@ menuconfig IDE if IDE -config IDE_MAX_HWIFS - int "Max IDE interfaces" - depends on ALPHA || SUPERH || IA64 || EMBEDDED - range 1 10 - default 4 - help - This is the maximum number of IDE hardware interfaces that will - be supported by the driver. Make sure it is at least as high as - the number of IDE interfaces in your system. - config BLK_DEV_IDE tristate "Enhanced IDE/MFM/RLL disk/cdrom/tape/floppy support" ---help--- |