Skip to content

Commit

Permalink
[MIPS] Sort out handling of ISA-less PCI systems.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Aug 27, 2007
1 parent 2704afe commit 8313da3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions arch/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 8313da3

Please sign in to comment.