]> git.karo-electronics.de Git - linux-beck.git/commitdiff
[media] adv7604/cobalt: missing GPIOLIB dependency
authorHans Verkuil <hans.verkuil@cisco.com>
Fri, 22 May 2015 14:02:45 +0000 (11:02 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Sat, 30 May 2015 14:22:51 +0000 (11:22 -0300)
The adv7604 driver depends on GPIOLIB, and therefore cobalt depends
on it as well.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/i2c/Kconfig
drivers/media/pci/cobalt/Kconfig

index 6f30ea76151a9730aef1d113921f946ba56d32b3..36f5563ca9cd7d5c6fc2cdcebd99e2de0bfdc77b 100644 (file)
@@ -196,7 +196,7 @@ config VIDEO_ADV7183
 
 config VIDEO_ADV7604
        tristate "Analog Devices ADV7604 decoder"
-       depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
+       depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API && GPIOLIB
        ---help---
          Support for the Analog Devices ADV7604 video decoder.
 
index e3c03e9b8263334b1ca338ae1aa1edfb3a11c120..3be1b2c3c3860ec48c2e9a1e5e5cd41daf56046f 100644 (file)
@@ -1,7 +1,7 @@
 config VIDEO_COBALT
        tristate "Cisco Cobalt support"
        depends on VIDEO_V4L2 && I2C && MEDIA_CONTROLLER
-       depends on PCI_MSI && MTD_COMPLEX_MAPPINGS
+       depends on PCI_MSI && MTD_COMPLEX_MAPPINGS && GPIOLIB
        select I2C_ALGOBIT
        select VIDEO_ADV7604
        select VIDEO_ADV7511