diff options
author | Pete Popov <ppopov@embeddedalley.com> | 2005-09-15 04:03:12 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:32:20 -0400 |
commit | 26a940e21752e0de8f068f77dad606a7d1986937 (patch) | |
tree | 88e46225e19c4c72fa6914a21afb28c6ea52bfc6 /arch/mips/Kconfig | |
parent | 64abf64d10b3a547becefeb26394dfbefac273fb (diff) |
Cleaned up AMD Au1200 IDE driver:
- converted to platform bus
- removed pci dependencies
- removed virt_to_phys/phys_to_virt calls
System now can root off of a disk.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/Documentation/mips/AU1xxx_IDE.README b/Documentation/mips/AU1xxx_IDE.README
new file mode 100644
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 8746e1b1621b..dc5c629af106 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -799,7 +799,7 @@ config MIPS_BOSPORUS | |||
799 | config MIPS_DB1200 | 799 | config MIPS_DB1200 |
800 | bool "AMD Alchemy DB1200 board" | 800 | bool "AMD Alchemy DB1200 board" |
801 | select SOC_AU1200 | 801 | select SOC_AU1200 |
802 | select DMA_NONCOHERENT | 802 | select DMA_COHERENT |
803 | select MIPS_DISABLE_OBSOLETE_IDE | 803 | select MIPS_DISABLE_OBSOLETE_IDE |
804 | select SYS_SUPPORTS_LITTLE_ENDIAN | 804 | select SYS_SUPPORTS_LITTLE_ENDIAN |
805 | 805 | ||