diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-01-26 14:13:06 -0500 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-01-26 14:13:06 -0500 |
commit | ac87e41116c229fc1efaac0d17fdbfb2185e4629 (patch) | |
tree | 527e0060d2c986a6233cf2a4d8334e00af7d3b22 /drivers/ide/Kconfig | |
parent | 944000921d41c5aacfda6515ad3a0bbde52f8fa3 (diff) |
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 | |||
327 | config BLK_DEV_CMD640 | 327 | config BLK_DEV_CMD640 |
328 | bool "CMD640 chipset bugfix/support" | 328 | bool "CMD640 chipset bugfix/support" |
329 | depends on X86 | 329 | depends on X86 |
330 | select IDE_GENERIC | ||
330 | ---help--- | 331 | ---help--- |
331 | The CMD-Technologies CMD640 IDE chip is used on many common 486 and | 332 | The CMD-Technologies CMD640 IDE chip is used on many common 486 and |
332 | Pentium motherboards, usually in combination with a "Neptune" or | 333 | Pentium motherboards, usually in combination with a "Neptune" or |