diff options
author | Jaya Kumar <jayakumar.ide@gmail.com> | 2005-11-09 22:58:16 (GMT) |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2005-11-09 22:58:16 (GMT) |
commit | f5b2d8b4b5146fa2d70fec7d514fa0bd64636958 (patch) | |
tree | c3c52ad069cf9afddeec9875cbcdec4b0da7b5ef /drivers/ide/Kconfig | |
parent | 7fab773de16ccaeb249acdc6e956a9759c68225d (diff) | |
download | linux-f5b2d8b4b5146fa2d70fec7d514fa0bd64636958.tar.xz |
[PATCH] ide: CS5535 driver
Signed-off-by: Jaya Kumar <jayakumar.ide@gmail.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide/Kconfig')
-rw-r--r-- | drivers/ide/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/ide/Kconfig b/drivers/ide/Kconfig index a737886..42e5b81 100644 --- a/drivers/ide/Kconfig +++ b/drivers/ide/Kconfig @@ -539,6 +539,15 @@ config BLK_DEV_CS5530 It is safe to say Y to this question. +config BLK_DEV_CS5535 + tristate "AMD CS5535 chipset support" + depends on X86 && !X86_64 + help + Include support for UDMA on the NSC/AMD CS5535 companion chipset. + This will automatically be detected and configured if found. + + It is safe to say Y to this question. + config BLK_DEV_HPT34X tristate "HPT34X chipset support" help |