diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-07-23 13:32:05 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-07-30 00:22:31 +0400 |
commit | fb0b664c22b80df62c9e555afcde6a8dab08f4f0 (patch) | |
tree | 500f90a15f71d74333774a66a973806e0bbdc8f3 /drivers/media/video/bt8xx/Kconfig | |
parent | 985bc96e27c729b8b686126ed26bba9fbaaf562d (diff) | |
download | linux-fb0b664c22b80df62c9e555afcde6a8dab08f4f0.tar.xz |
V4L/DVB (4344): Fix broken dependencies on media Kconfig
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/bt8xx/Kconfig')
-rw-r--r-- | drivers/media/video/bt8xx/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/bt8xx/Kconfig b/drivers/media/video/bt8xx/Kconfig index 153f6a4a96c9..cdcf55650714 100644 --- a/drivers/media/video/bt8xx/Kconfig +++ b/drivers/media/video/bt8xx/Kconfig @@ -1,6 +1,6 @@ config VIDEO_BT848 tristate "BT848 Video For Linux" - depends on VIDEO_DEV && PCI && I2C && VIDEO_V4L2 + depends on VIDEO_DEV && PCI && I2C && VIDEO_V4L1 select I2C_ALGOBIT select FW_LOADER select VIDEO_BTCX |