projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2363912
)
Staging: vme/tsi148: Depend on VIRT_TO_BUS
author
Jeff Mahoney
<jeffm@suse.com>
Mon, 11 Jan 2010 15:54:31 +0000
(10:54 -0500)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 4 Mar 2010 00:42:43 +0000
(16:42 -0800)
This driver depends on virt_to_bus working correctly, but it doesn't
exist on ppc64 (and probably other arches).
Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/vme/bridges/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/staging/vme/bridges/Kconfig
b/drivers/staging/vme/bridges/Kconfig
index
023cceb
..
66c49f5
100644
(file)
--- a/
drivers/staging/vme/bridges/Kconfig
+++ b/
drivers/staging/vme/bridges/Kconfig
@@
-8,6
+8,7
@@
config VME_CA91CX42
config VME_TSI148
tristate "Tempe"
+ depends on VIRT_TO_BUS
help
If you say Y here you get support for the Tundra TSI148 VME bridge
chip.