diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2015-05-22 11:02:45 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-05-30 11:22:51 -0300 |
commit | 29fba6a84bc73b9250472e4779ca255f585878a6 (patch) | |
tree | cc7cde6623ae08504cc001060e69ff4ab8b50fbf /drivers/media/pci/cobalt | |
parent | 7071b2eaba9fd209a415738cc87857212db93ed1 (diff) | |
download | blackbird-obmc-linux-29fba6a84bc73b9250472e4779ca255f585878a6.tar.gz blackbird-obmc-linux-29fba6a84bc73b9250472e4779ca255f585878a6.zip |
[media] adv7604/cobalt: missing GPIOLIB dependency
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>
Diffstat (limited to 'drivers/media/pci/cobalt')
-rw-r--r-- | drivers/media/pci/cobalt/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/pci/cobalt/Kconfig b/drivers/media/pci/cobalt/Kconfig index e3c03e9b8263..3be1b2c3c386 100644 --- a/drivers/media/pci/cobalt/Kconfig +++ b/drivers/media/pci/cobalt/Kconfig @@ -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 |