diff options
author | Andrew de Quincey <adq_dvb@lidskialf.net> | 2006-09-10 18:43:40 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-09-10 18:45:58 +0200 |
commit | c482d4f6e87932092c0a30da8e6403b23544f894 (patch) | |
tree | 40253534cc2430404afe1dc192a047793cb6514c /drivers/media/video/cx88/Kconfig | |
parent | V4L/DVB (4605): Fixes an issue with V4L1 and make headers-install (diff) | |
download | linux-c482d4f6e87932092c0a30da8e6403b23544f894.tar.xz linux-c482d4f6e87932092c0a30da8e6403b23544f894.zip |
V4L/DVB (4608b): i2c deps fix on DVB
Several DVB modules depends on I2C
Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx88/Kconfig')
-rw-r--r-- | drivers/media/video/cx88/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/Kconfig b/drivers/media/video/cx88/Kconfig index 80e23ee9801c..7a94e6a11927 100644 --- a/drivers/media/video/cx88/Kconfig +++ b/drivers/media/video/cx88/Kconfig @@ -51,6 +51,7 @@ config VIDEO_CX88_DVB tristate "DVB/ATSC Support for cx2388x based TV cards" depends on VIDEO_CX88 && DVB_CORE select VIDEO_BUF_DVB + select DVB_PLL ---help--- This adds support for DVB/ATSC cards based on the Conexant 2388x chip. |