mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-03 12:52:52 +00:00
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> Acked-by: Kurt Van Dijck <kurt.van.dijck@eia.be> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
ec831ea72e
commit
cc09b5f646
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
config CAN_SOFTING
|
config CAN_SOFTING
|
||||||
tristate "Softing Gmbh CAN generic support"
|
tristate "Softing Gmbh CAN generic support"
|
||||||
depends on CAN_DEV
|
depends on CAN_DEV && HAS_IOMEM
|
||||||
---help---
|
---help---
|
||||||
Support for CAN cards from Softing Gmbh & some cards
|
Support for CAN cards from Softing Gmbh & some cards
|
||||||
from Vector Gmbh.
|
from Vector Gmbh.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue