diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2013-02-27 20:05:48 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-02-27 22:10:23 -0500 |
commit | 887cbce0adead8dc394157b8e53603ed001a3060 (patch) | |
tree | 84b1da596af86e4846f66fd91ad42088499422c2 /arch/Kconfig | |
parent | 31b4ca3ef9868a247ae311eb23894c228d9b340c (diff) |
arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUS
Change it to CONFIG_HAVE_VIRT_TO_BUS and set it in all architecures
that already provide virt_to_bus().
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Reviewed-by: James Hogan <james.hogan@imgtec.com>
Cc: Bjorn Helgaas <bhelgaas@google.com>
Cc: H Hartley Sweeten <hartleys@visionengravers.com>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Paul Mundt <lethal@linux-sh.org>
Cc: Vineet Gupta <Vineet.Gupta1@synopsys.com>
Cc: James Bottomley <James.Bottomley@HansenPartnership.com>
Cc: <linux-arch@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r-- | arch/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index 40e2b12c7916..dcd91a85536a 100644 --- a/arch/Kconfig +++ b/arch/Kconfig | |||
@@ -303,6 +303,13 @@ config ARCH_WANT_OLD_COMPAT_IPC | |||
303 | select ARCH_WANT_COMPAT_IPC_PARSE_VERSION | 303 | select ARCH_WANT_COMPAT_IPC_PARSE_VERSION |
304 | bool | 304 | bool |
305 | 305 | ||
306 | config HAVE_VIRT_TO_BUS | ||
307 | bool | ||
308 | help | ||
309 | An architecture should select this if it implements the | ||
310 | deprecated interface virt_to_bus(). All new architectures | ||
311 | should probably not select this. | ||
312 | |||
306 | config HAVE_ARCH_SECCOMP_FILTER | 313 | config HAVE_ARCH_SECCOMP_FILTER |
307 | bool | 314 | bool |
308 | help | 315 | help |