diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-01-26 20:13:06 +0100 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-01-26 20:13:06 +0100 |
commit | ac87e41116c229fc1efaac0d17fdbfb2185e4629 (patch) | |
tree | 527e0060d2c986a6233cf2a4d8334e00af7d3b22 /drivers/ide/Kconfig | |
parent | 944000921d41c5aacfda6515ad3a0bbde52f8fa3 (diff) | |
download | blackbird-obmc-linux-ac87e41116c229fc1efaac0d17fdbfb2185e4629.tar.gz blackbird-obmc-linux-ac87e41116c229fc1efaac0d17fdbfb2185e4629.zip |
cmd640: fix dependency on IDE_GENERIC
Make BLK_DEV_CMD640 select IDE_GENERIC.
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ide/Kconfig b/drivers/ide/Kconfig index ee01e273a537..2a584b3f1813 100644 --- a/drivers/ide/Kconfig +++ b/drivers/ide/Kconfig @@ -327,6 +327,7 @@ config BLK_DEV_PLATFORM config BLK_DEV_CMD640 bool "CMD640 chipset bugfix/support" depends on X86 + select IDE_GENERIC ---help--- The CMD-Technologies CMD640 IDE chip is used on many common 486 and Pentium motherboards, usually in combination with a "Neptune" or |