aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 3ad59dde4852..2d3cf3890904 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -880,11 +880,15 @@ config NO_IOPORT
880config GENERIC_ISA_DMA 880config GENERIC_ISA_DMA
881 bool 881 bool
882 select ZONE_DMA if GENERIC_ISA_DMA_SUPPORT_BROKEN=n 882 select ZONE_DMA if GENERIC_ISA_DMA_SUPPORT_BROKEN=n
883 select ISA_DMA_API
883 884
884config GENERIC_ISA_DMA_SUPPORT_BROKEN 885config GENERIC_ISA_DMA_SUPPORT_BROKEN
885 bool 886 bool
886 select GENERIC_ISA_DMA 887 select GENERIC_ISA_DMA
887 888
889config ISA_DMA_API
890 bool
891
888config GENERIC_GPIO 892config GENERIC_GPIO
889 bool 893 bool
890 894