From: Vineet Gupta Date: Mon, 11 Feb 2013 11:49:32 +0000 (+0530) Subject: ARC: Ensure CONFIG_VIRT_TO_BUS is not enabled X-Git-Tag: upstream/snapshot3+hdmi~5594^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=70b319f2beb12e766b12ed2858ee54ff4623ac03;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git ARC: Ensure CONFIG_VIRT_TO_BUS is not enabled Signed-off-by: Vineet Gupta Reported-by: James Hogan --- diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig index be85ceb..4fef29f 100644 --- a/arch/arc/Kconfig +++ b/arch/arc/Kconfig @@ -8,7 +8,6 @@ config ARC def_bool y - select ARCH_NO_VIRT_TO_BUS select CLONE_BACKWARDS # ARC Busybox based initramfs absolutely relies on DEVTMPFS for /dev select DEVTMPFS if !INITRAMFS_SOURCE="" @@ -77,6 +76,9 @@ config HAVE_LATENCYTOP_SUPPORT config NO_DMA def_bool n +config ARCH_NO_VIRT_TO_BUS + def_bool y + source "init/Kconfig" source "kernel/Kconfig.freezer"