[PATCH -next] staging: solo6010 depends on I2C

Randy Dunlap randy.dunlap at oracle.com
Thu Dec 9 17:38:34 UTC 2010


From: Randy Dunlap <randy.dunlap at oracle.com>

This driver uses i2c interfaces, so it should depend on I2C
(unless someone wants to break it into pieces or make it more
config-dependent).

drivers/staging/solo6x10/solo6010-i2c.c:47: error: implicit declaration of function 'i2c_transfer'
drivers/staging/solo6x10/solo6010-i2c.c:299: error: implicit declaration of function 'i2c_add_adapter'
drivers/staging/solo6x10/solo6010-i2c.c:310: error: implicit declaration of function 'i2c_del_adapter'

Signed-off-by: Randy Dunlap <randy.dunlap at oracle.com>
Cc: Greg Kroah-Hartman <greg at kroah.com>
Cc: Ben Collins <bcollins at bluecherry.net>
---
 drivers/staging/solo6x10/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20101209.orig/drivers/staging/solo6x10/Kconfig
+++ linux-next-20101209/drivers/staging/solo6x10/Kconfig
@@ -1,6 +1,6 @@
 config SOLO6X10
 	tristate "Softlogic 6x10 MPEG codec cards"
-	depends on PCI && VIDEO_DEV && SND
+	depends on PCI && VIDEO_DEV && SND && I2C
 	select VIDEOBUF_DMA_SG
 	---help---
 	  This driver supports the Softlogic based MPEG-4 and h.264 codec



More information about the devel mailing list