dect
/
linux-2.6
Archived
13
0
Fork 0

[MIPS] Sort out handling of ISA-less PCI systems.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Ralf Baechle 2007-08-24 16:48:30 +01:00
parent 2704afebec
commit 8313da304c
1 changed files with 5 additions and 5 deletions

View File

@ -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