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

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

+5 -5
+5 -5
arch/mips/Kconfig
··· 692 config SYS_HAS_EARLY_PRINTK 693 bool 694 695 - config GENERIC_ISA_DMA 696 - bool 697 - select ZONE_DMA 698 - 699 config HOTPLUG_CPU 700 bool 701 default n ··· 711 config NO_IOPORT 712 def_bool n 713 714 config GENERIC_ISA_DMA_SUPPORT_BROKEN 715 bool 716 - select ZONE_DMA 717 718 config GENERIC_GPIO 719 bool
··· 692 config SYS_HAS_EARLY_PRINTK 693 bool 694 695 config HOTPLUG_CPU 696 bool 697 default n ··· 715 config NO_IOPORT 716 def_bool n 717 718 + config GENERIC_ISA_DMA 719 + bool 720 + select ZONE_DMA if GENERIC_ISA_DMA_SUPPORT_BROKEN=n 721 + 722 config GENERIC_ISA_DMA_SUPPORT_BROKEN 723 bool 724 + select GENERIC_ISA_DMA 725 726 config GENERIC_GPIO 727 bool