From: Ralf Baechle Date: Wed, 12 Jun 2013 08:54:11 +0000 (+0200) Subject: MIPS: Kconfig: Move ZONE_DMA to a more appropriate place. X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e05eb3f8c1125405692bb0c41a13b560bc7f464d;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git MIPS: Kconfig: Move ZONE_DMA to a more appropriate place. Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 87ddac9477fa..f17ba1ea7a47 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -46,9 +46,6 @@ config MIPS menu "Machine selection" -config ZONE_DMA - bool - choice prompt "System type" default SGI_IP22 @@ -2464,6 +2461,9 @@ config I8253 select CLKEVT_I8253 select MIPS_EXTERNAL_TIMER +config ZONE_DMA + bool + config ZONE_DMA32 bool