diff options
author | Manu Abraham <abraham.manu@gmail.com> | 2006-05-20 13:17:00 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-05-23 15:56:38 -0300 |
commit | 3c2c54910f277f3abd3763dbc64b9dbf8b4479e9 (patch) | |
tree | 95fa9d12ef4c7c72e5f26835130a0d33ba9e57a8 /drivers/media/dvb/dvb-usb/Kconfig | |
parent | 9d8a51f80117a9d672b455d60901842ad50aa69f (diff) | |
download | linux-3c2c54910f277f3abd3763dbc64b9dbf8b4479e9.tar.gz linux-3c2c54910f277f3abd3763dbc64b9dbf8b4479e9.tar.bz2 linux-3c2c54910f277f3abd3763dbc64b9dbf8b4479e9.zip |
V4L/DVB (4037): Make the bridge devices that depend on I2C dependant on I2C
Ref: Bugzilla 6179, 6589
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/dvb-usb/Kconfig')
-rw-r--r-- | drivers/media/dvb/dvb-usb/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/dvb-usb/Kconfig b/drivers/media/dvb/dvb-usb/Kconfig index d3df12039b06..e388fb1567d6 100644 --- a/drivers/media/dvb/dvb-usb/Kconfig +++ b/drivers/media/dvb/dvb-usb/Kconfig @@ -1,6 +1,6 @@ config DVB_USB tristate "Support for various USB DVB devices" - depends on DVB_CORE && USB + depends on DVB_CORE && USB && I2C select FW_LOADER help By enabling this you will be able to choose the various supported |