diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-04-09 19:17:19 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-04-09 19:17:19 -0300 |
commit | 88d2f64be52dc30021041fe19e19f59c39549330 (patch) | |
tree | 4a36a803fb304826a7136a2ae56af14e6834227c /linux/drivers/media/video/bt8xx | |
parent | 6f35eb920300b903a0078d2ca191d1ea9cd7a15f (diff) | |
parent | 9c3c5a718fce00294e192f6d722db93fd60e0006 (diff) | |
download | mediapointer-dvb-s2-88d2f64be52dc30021041fe19e19f59c39549330.tar.gz mediapointer-dvb-s2-88d2f64be52dc30021041fe19e19f59c39549330.tar.bz2 |
Merging from master:
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/bt8xx')
-rw-r--r-- | linux/drivers/media/video/bt8xx/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/bt8xx/Kconfig b/linux/drivers/media/video/bt8xx/Kconfig index 085477c12..153f6a4a9 100644 --- a/linux/drivers/media/video/bt8xx/Kconfig +++ b/linux/drivers/media/video/bt8xx/Kconfig @@ -1,6 +1,6 @@ config VIDEO_BT848 tristate "BT848 Video For Linux" - depends on VIDEO_DEV && PCI && I2C + depends on VIDEO_DEV && PCI && I2C && VIDEO_V4L2 select I2C_ALGOBIT select FW_LOADER select VIDEO_BTCX |