diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2008-10-23 17:22:08 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-10-23 17:22:08 -0400 |
commit | 28502848f52f12fcebbdec663103db2dd0740122 (patch) | |
tree | b3078a3d2f349237fb0cce4cf6c7c3c85b06df1b /drivers/ide/Kconfig | |
parent | 5d1d2f8c26f2d197df1f4b6a7f4c0088b190343e (diff) |
ide: Add tx4938ide driver (v2)
This is the driver for the Toshiba TX4938 SoC EBUS controller ATA mode.
It has custom set_pio_mode and some hacks for big endian.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Cc: ralf@linux-mips.org
Cc: sshtylyov@ru.mvista.com
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide/Kconfig')
-rw-r--r-- | drivers/ide/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/ide/Kconfig b/drivers/ide/Kconfig index 4e88c72cee42..6d7401772a8f 100644 --- a/drivers/ide/Kconfig +++ b/drivers/ide/Kconfig | |||
@@ -720,6 +720,11 @@ config BLK_DEV_IDE_AU1XXX_SEQTS_PER_RQ | |||
720 | default "128" | 720 | default "128" |
721 | depends on BLK_DEV_IDE_AU1XXX | 721 | depends on BLK_DEV_IDE_AU1XXX |
722 | 722 | ||
723 | config BLK_DEV_IDE_TX4938 | ||
724 | tristate "TX4938 internal IDE support" | ||
725 | depends on SOC_TX4938 | ||
726 | select IDE_TIMINGS | ||
727 | |||
723 | config BLK_DEV_IDE_TX4939 | 728 | config BLK_DEV_IDE_TX4939 |
724 | tristate "TX4939 internal IDE support" | 729 | tristate "TX4939 internal IDE support" |
725 | depends on SOC_TX4939 | 730 | depends on SOC_TX4939 |