ARC: Ensure CONFIG_VIRT_TO_BUS is not enabled
authorVineet Gupta <vgupta@synopsys.com>
Mon, 11 Feb 2013 11:49:32 +0000 (17:19 +0530)
committerVineet Gupta <vgupta@synopsys.com>
Fri, 15 Feb 2013 17:46:21 +0000 (23:16 +0530)
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Reported-by: James Hogan <james.hogan@imgtec.com>
arch/arc/Kconfig

index be85ceb8b26437ec10272e49e4b72e1e170bccbb..4fef29f56b528bdccb45d99fb954494d8915e7ab 100644 (file)
@@ -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"
 
This page took 0.028414 seconds and 5 git commands to generate.