From c8f111f4abfeadc3b0235d1f112244e3a81ee40b Mon Sep 17 00:00:00 2001 From: Cho KyongHo Date: Tue, 19 Mar 2019 18:55:42 +0900 Subject: [PATCH] [RAMEN9610-13448] arm64: remove dma zone DMA zone (ZONE_DMA) is not necessary in Exynos SoCs because all peripherals are capable of 36-bit wide DMA access. Change-Id: I04749a3cd42e3d07d3a41ba1a2259c1159931173 Signed-off-by: Cho KyongHo --- arch/arm64/Kconfig | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 916125fbe5c2..de2bc7da07ee 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -211,9 +211,6 @@ config GENERIC_CSUM config GENERIC_CALIBRATE_DELAY def_bool y -config ZONE_DMA - def_bool y - config HAVE_GENERIC_GUP def_bool y -- 2.20.1