Staging: comedi: fix Kbuild
authorGreg Kroah-Hartman <[email protected]>
Sat, 17 Jan 2009 01:59:15 +0000 (17:59 -0800)
committerGreg Kroah-Hartman <[email protected]>
Wed, 28 Jan 2009 23:49:05 +0000 (15:49 -0800)
comedi doesn't like being built into the kernel right now, so force it
to be a module.

Reported-by: Kamalesh Babulal <[email protected]>
Reported-by: Randy Dunlap <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/staging/comedi/Kconfig

index b501bfb9c7548139b7de560a93d9497a3cfa8a90..b47ca1e7e383325ef24adbc8d408e116180704af 100644 (file)
@@ -1,6 +1,7 @@
 config COMEDI
        tristate "Data Acquision support (comedi)"
        default N
+       depends on m
        ---help---
          Enable support a wide range of data acquision devices
          for Linux.