diff options
author | Franck Bui-Huu <fbuihuu@gmail.com> | 2007-05-07 18:01:53 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-05-11 14:28:31 +0100 |
commit | 599ca0fb639ba843da46c3ad1a53590763539750 (patch) | |
tree | f521a5ca50d70dda6a7fe42f5d5a9f1ef370c80b /arch/mips/Kconfig | |
parent | bef964e55ac128b1a6894c68171d0b22263449f8 (diff) |
[MIPS] Remove LIMITED_DMA support
This code was needed only by Jaguar ATX.
Signed-off-by: Franck Bui-Huu <fbuihuu@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 515c5a69804..fa2c44388fd 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -883,11 +883,6 @@ config GENERIC_ISA_DMA config I8259 bool -config LIMITED_DMA - bool - select HIGHMEM - select SYS_SUPPORTS_HIGHMEM - config MIPS_BONITO64 bool |