diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2013-02-11 06:49:32 -0500 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2013-02-15 12:46:21 -0500 |
commit | 70b319f2beb12e766b12ed2858ee54ff4623ac03 (patch) | |
tree | a36efceaca8d05f182c10553a7182175150c01f5 /arch/arc/Kconfig | |
parent | 3eb3e7dd53a83cbe6e7b95aa87d2c5dc861233a6 (diff) |
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/Kconfig')
-rw-r--r-- | arch/arc/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig index be85ceb8b264..4fef29f56b52 100644 --- a/arch/arc/Kconfig +++ b/arch/arc/Kconfig | |||
@@ -8,7 +8,6 @@ | |||
8 | 8 | ||
9 | config ARC | 9 | config 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 | |||
77 | config NO_DMA | 76 | config NO_DMA |
78 | def_bool n | 77 | def_bool n |
79 | 78 | ||
79 | config ARCH_NO_VIRT_TO_BUS | ||
80 | def_bool y | ||
81 | |||
80 | source "init/Kconfig" | 82 | source "init/Kconfig" |
81 | source "kernel/Kconfig.freezer" | 83 | source "kernel/Kconfig.freezer" |
82 | 84 | ||