[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 692 config SYS_HAS_EARLY_PRINTK 693 693 bool 694 694 695 - config GENERIC_ISA_DMA 696 - bool 697 - select ZONE_DMA 698 - 699 695 config HOTPLUG_CPU 700 696 bool 701 697 default n ··· 711 715 config NO_IOPORT 712 716 def_bool n 713 717 718 + config GENERIC_ISA_DMA 719 + bool 720 + select ZONE_DMA if GENERIC_ISA_DMA_SUPPORT_BROKEN=n 721 + 714 722 config GENERIC_ISA_DMA_SUPPORT_BROKEN 715 723 bool 716 - select ZONE_DMA 724 + select GENERIC_ISA_DMA 717 725 718 726 config GENERIC_GPIO 719 727 bool