diff options
author | 2007-03-22 01:01:53 -0300 | |
---|---|---|
committer | 2007-10-09 22:08:15 -0300 | |
commit | b86b580244511f9b2fb2043d813e9c4c7d294a62 (patch) | |
tree | 8d8426cc962e3012a57dd5ae1cd45afd6b5f0670 | |
parent | V4L/DVB (6164): cx23885: turn off i2c_debug by default (diff) | |
download | linux-dev-b86b580244511f9b2fb2043d813e9c4c7d294a62.tar.xz linux-dev-b86b580244511f9b2fb2043d813e9c4c7d294a62.zip |
V4L/DVB (6165): cx23885: fix Kconfig dependencies
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r-- | drivers/media/video/cx23885/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/video/cx23885/Kconfig b/drivers/media/video/cx23885/Kconfig index ea53466dacbe..333dd29d44b4 100644 --- a/drivers/media/video/cx23885/Kconfig +++ b/drivers/media/video/cx23885/Kconfig @@ -8,6 +8,9 @@ config VIDEO_CX23885 select VIDEO_TUNER select VIDEO_TVEEPROM select VIDEO_IR + select VIDEO_BUF_DVB + select DVB_TUNER_MT2131 if !DVB_FE_CUSTOMISE + select DVB_S5H1409 if !DVB_FE_CUSTOMISE ---help--- This is a video4linux driver for Conexant 23885 based TV cards. |