Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8313da304cdb32465064202814996a2ca33f04e7
Commit:     8313da304cdb32465064202814996a2ca33f04e7
Parent:     2704afebecc8e268e8c873b6dfab2077d679b593
Author:     Ralf Baechle <[EMAIL PROTECTED]>
AuthorDate: Fri Aug 24 16:48:30 2007 +0100
Committer:  Ralf Baechle <[EMAIL PROTECTED]>
CommitDate: Mon Aug 27 02:17:00 2007 +0100

    [MIPS] Sort out handling of ISA-less PCI systems.
    
    Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]>
---
 arch/mips/Kconfig |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 6595928..3334a06 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -692,10 +692,6 @@ config EARLY_PRINTK
 config SYS_HAS_EARLY_PRINTK
        bool
 
-config GENERIC_ISA_DMA
-       bool
-       select ZONE_DMA
-
 config HOTPLUG_CPU
        bool
        default n
@@ -715,9 +711,13 @@ config MIPS_DISABLE_OBSOLETE_IDE
 config NO_IOPORT
        def_bool n
 
+config GENERIC_ISA_DMA
+       bool
+       select ZONE_DMA if GENERIC_ISA_DMA_SUPPORT_BROKEN=n
+
 config GENERIC_ISA_DMA_SUPPORT_BROKEN
        bool
-       select ZONE_DMA
+       select GENERIC_ISA_DMA
 
 config GENERIC_GPIO
        bool
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to