Skip to content

Commit

Permalink
ARC: Ensure CONFIG_VIRT_TO_BUS is not enabled
Browse files Browse the repository at this point in the history
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Reported-by: James Hogan <james.hogan@imgtec.com>
  • Loading branch information
Vineet Gupta committed Feb 15, 2013
1 parent 3eb3e7d commit 70b319f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion arch/arc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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=""
Expand Down Expand Up @@ -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"

Expand Down

0 comments on commit 70b319f

Please sign in to comment.