aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig14
1 files changed, 11 insertions, 3 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index d892a23fa978..60ba382ea7f3 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -951,13 +951,21 @@ config ARC
951 depends on SNI_RM200_PCI || SGI_IP32 || SGI_IP27 || SGI_IP22 || MIPS_MAGNUM_4000 || OLIVETTI_M700 || ACER_PICA_61 951 depends on SNI_RM200_PCI || SGI_IP32 || SGI_IP27 || SGI_IP22 || MIPS_MAGNUM_4000 || OLIVETTI_M700 || ACER_PICA_61
952 default y 952 default y
953 953
954config DMA_COHERENT 954config DMA_COHERENT
955 bool 955 bool
956 956
957config DMA_IP27 957config DMA_IP27
958 bool 958 bool
959 959
960config DMA_NONCOHERENT 960config DMA_IP32
961 bool
962 select DMA_NEED_PCI_MAP_STATE
963
964config DMA_NONCOHERENT
965 bool
966 select DMA_NEED_PCI_MAP_STATE
967
968config DMA_NEED_PCI_MAP_STATE
961 bool 969 bool
962 970
963config EARLY_PRINTK 971config EARLY_PRINTK