projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d1c288
)
Staging: comedi: fix build on arches that don't want comedi drivers
author
Greg Kroah-Hartman
<
[email protected]
>
Thu, 8 Oct 2009 17:26:11 +0000
(10:26 -0700)
committer
Greg Kroah-Hartman
<
[email protected]
>
Fri, 9 Oct 2009 20:47:25 +0000
(13:47 -0700)
This should fix the problem of comedi drivers showing up on arches that
can not support the comedi subsystem (like s390).
Cc: Martin Schwidefsky <
[email protected]
>
Cc: Kamalesh Babulal <
[email protected]
>
Cc: Ian Abbott <
[email protected]
>
Cc: Frank Mori Hess <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/comedi/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/staging/comedi/Kconfig
b/drivers/staging/comedi/Kconfig
index af723cb9d08f86d4116a2ed1eb2df2cee249803f..d63c889ce5574a6017cb627389eaf26b81fe47ee 100644
(file)
--- a/
drivers/staging/comedi/Kconfig
+++ b/
drivers/staging/comedi/Kconfig
@@
-1,7
+1,7
@@
config COMEDI
tristate "Data acquisition support (comedi)"
default N
- depends on m
+ depends on m
&& (PCI || PCMCIA || PCCARD || USB)
---help---
Enable support a wide range of data acquisition devices
for Linux.