aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc
diff options
context:
space:
mode:
authorVineet Gupta2013-02-11 05:49:32 -0600
committerVineet Gupta2013-02-15 11:46:21 -0600
commit70b319f2beb12e766b12ed2858ee54ff4623ac03 (patch)
treea36efceaca8d05f182c10553a7182175150c01f5 /arch/arc
parent3eb3e7dd53a83cbe6e7b95aa87d2c5dc861233a6 (diff)
downloadam43-linux-kernel-70b319f2beb12e766b12ed2858ee54ff4623ac03.tar.gz
am43-linux-kernel-70b319f2beb12e766b12ed2858ee54ff4623ac03.tar.xz
am43-linux-kernel-70b319f2beb12e766b12ed2858ee54ff4623ac03.zip
ARC: Ensure CONFIG_VIRT_TO_BUS is not enabled
Signed-off-by: Vineet Gupta <vgupta@synopsys.com> Reported-by: James Hogan <james.hogan@imgtec.com>
Diffstat (limited to 'arch/arc')
-rw-r--r--arch/arc/Kconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig
index be85ceb8b26..4fef29f56b5 100644
--- a/arch/arc/Kconfig
+++ b/arch/arc/Kconfig
@@ -8,7 +8,6 @@
8 8
9config ARC 9config ARC
10 def_bool y 10 def_bool y
11 select ARCH_NO_VIRT_TO_BUS
12 select CLONE_BACKWARDS 11 select CLONE_BACKWARDS
13 # ARC Busybox based initramfs absolutely relies on DEVTMPFS for /dev 12 # ARC Busybox based initramfs absolutely relies on DEVTMPFS for /dev
14 select DEVTMPFS if !INITRAMFS_SOURCE="" 13 select DEVTMPFS if !INITRAMFS_SOURCE=""
@@ -77,6 +76,9 @@ config HAVE_LATENCYTOP_SUPPORT
77config NO_DMA 76config NO_DMA
78 def_bool n 77 def_bool n
79 78
79config ARCH_NO_VIRT_TO_BUS
80 def_bool y
81
80source "init/Kconfig" 82source "init/Kconfig"
81source "kernel/Kconfig.freezer" 83source "kernel/Kconfig.freezer"
82 84