mirror of
https://github.com/adulau/aha.git
synced 2024-12-29 12:16:20 +00:00
V4L/DVB (4871): Fix i2c dependencies of VIDEO_TVEEPROM and VIDEO_TUNER
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
fd83e2487e
commit
444dadc439
1 changed files with 2 additions and 0 deletions
|
@ -67,6 +67,7 @@ source "drivers/media/common/Kconfig"
|
|||
|
||||
config VIDEO_TUNER
|
||||
tristate
|
||||
depends on I2C
|
||||
|
||||
config VIDEO_BUF
|
||||
tristate
|
||||
|
@ -82,6 +83,7 @@ config VIDEO_IR
|
|||
|
||||
config VIDEO_TVEEPROM
|
||||
tristate
|
||||
depends on I2C
|
||||
|
||||
config USB_DABUSB
|
||||
tristate "DABUSB driver"
|
||||
|
|
Loading…
Reference in a new issue