Эх сурвалжийг харах

Staging: comedi: fix Kbuild

comedi doesn't like being built into the kernel right now, so force it
to be a module.

Reported-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
Reported-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Greg Kroah-Hartman 16 жил өмнө
parent
commit
c69a1f0943

+ 1 - 0
drivers/staging/comedi/Kconfig

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