* [PATCH] CAN: softing driver depends on IOMEM
@ 2011-01-31 15:44 Chuck Ebbert
2011-01-31 16:03 ` Kurt Van Dijck
0 siblings, 1 reply; 3+ messages in thread
From: Chuck Ebbert @ 2011-01-31 15:44 UTC (permalink / raw)
To: Kurt Van Dijck; +Cc: netdev
CAN: softing driver depends on IOMEM
Without this dependency the softing driver will be buildable on s390,
where it fails.
Signed-Off-By: Chuck Ebbert <cebbert@redhat.com>
--- a/drivers/net/can/softing/Kconfig
+++ b/drivers/net/can/softing/Kconfig
@@ -1,6 +1,6 @@
config CAN_SOFTING
tristate "Softing Gmbh CAN generic support"
- depends on CAN_DEV
+ depends on CAN_DEV && HAS_IOMEM
---help---
Support for CAN cards from Softing Gmbh & some cards
from Vector Gmbh.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-01-31 21:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-31 15:44 [PATCH] CAN: softing driver depends on IOMEM Chuck Ebbert
2011-01-31 16:03 ` Kurt Van Dijck
2011-01-31 21:20 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).