diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2007-07-18 03:09:30 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-07-18 04:20:22 -0400 |
commit | 0785b9dcdc3d93e67529e4bd819a427776d3a07e (patch) | |
tree | c9c3d556ba4f10352c50d6d137cc68f50802885f /arch/sparc/Kconfig | |
parent | d762acdbd3b2bd9a714ace47d7b0c76133d7b295 (diff) |
[SPARC]: Mark sparc and sparc64 as not having virt_to_bus
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/Kconfig')
-rw-r--r-- | arch/sparc/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index 73df7115325b..603d83ad65c8 100644 --- a/arch/sparc/Kconfig +++ b/arch/sparc/Kconfig | |||
@@ -21,6 +21,9 @@ config GENERIC_ISA_DMA | |||
21 | bool | 21 | bool |
22 | default y | 22 | default y |
23 | 23 | ||
24 | config ARCH_NO_VIRT_TO_BUS | ||
25 | def_bool y | ||
26 | |||
24 | source "init/Kconfig" | 27 | source "init/Kconfig" |
25 | 28 | ||
26 | menu "General machine setup" | 29 | menu "General machine setup" |