[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110131104407.25a54119@katamari>
Date: Mon, 31 Jan 2011 10:44:07 -0500
From: Chuck Ebbert <cebbert@...hat.com>
To: Kurt Van Dijck <kurt.van.dijck@....be>
Cc: netdev@...r.kernel.org
Subject: [PATCH] CAN: softing driver depends on IOMEM
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@...hat.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.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists