diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2013-02-11 17:19:32 +0530 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2013-02-15 23:16:21 +0530 |
commit | 70b319f2beb12e766b12ed2858ee54ff4623ac03 (patch) | |
tree | a36efceaca8d05f182c10553a7182175150c01f5 /arch/arc | |
parent | 3eb3e7dd53a83cbe6e7b95aa87d2c5dc861233a6 (diff) | |
download | op-kernel-dev-70b319f2beb12e766b12ed2858ee54ff4623ac03.zip op-kernel-dev-70b319f2beb12e766b12ed2858ee54ff4623ac03.tar.gz |
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/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
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" |