diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-07-16 20:33:38 +0200 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-07-16 20:33:38 +0200 |
commit | 17b500de0ad79a306a0cd8acfe9a9f086ad28b4c (patch) | |
tree | 8613c7e4ba7271e564ea935f852e619140a7385a /drivers/ide/Kconfig | |
parent | 288911af1209f5aa6119c9ec6d5a9bdb16a385b5 (diff) | |
download | linux-17b500de0ad79a306a0cd8acfe9a9f086ad28b4c.tar.gz linux-17b500de0ad79a306a0cd8acfe9a9f086ad28b4c.tar.bz2 linux-17b500de0ad79a306a0cd8acfe9a9f086ad28b4c.zip |
cmd640: convert to use ide_timing_find_mode()
There should be no functional changes caused by this patch.
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 cadce92047fb..e072bdea907a 100644 --- a/drivers/ide/Kconfig +++ b/drivers/ide/Kconfig @@ -329,6 +329,7 @@ config BLK_DEV_PLATFORM config BLK_DEV_CMD640 tristate "CMD640 chipset bugfix/support" depends on X86 + select IDE_TIMINGS ---help--- The CMD-Technologies CMD640 IDE chip is used on many common 486 and Pentium motherboards, usually in combination with a "Neptune" or |