提交 8313da30 编写于 作者: R Ralf Baechle

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

Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 2704afeb
...@@ -692,10 +692,6 @@ config EARLY_PRINTK ...@@ -692,10 +692,6 @@ config EARLY_PRINTK
config SYS_HAS_EARLY_PRINTK config SYS_HAS_EARLY_PRINTK
bool bool
config GENERIC_ISA_DMA
bool
select ZONE_DMA
config HOTPLUG_CPU config HOTPLUG_CPU
bool bool
default n default n
...@@ -715,9 +711,13 @@ config MIPS_DISABLE_OBSOLETE_IDE ...@@ -715,9 +711,13 @@ config MIPS_DISABLE_OBSOLETE_IDE
config NO_IOPORT config NO_IOPORT
def_bool n def_bool n
config GENERIC_ISA_DMA
bool
select ZONE_DMA if GENERIC_ISA_DMA_SUPPORT_BROKEN=n
config GENERIC_ISA_DMA_SUPPORT_BROKEN config GENERIC_ISA_DMA_SUPPORT_BROKEN
bool bool
select ZONE_DMA select GENERIC_ISA_DMA
config GENERIC_GPIO config GENERIC_GPIO
bool bool
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册