diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2007-12-26 11:04:08 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:04:23 -0500 |
commit | de7234bb05a8498c5092385d3f1dd9e73cd332d0 (patch) | |
tree | 5581d394a6ec38ed8809d1fcddbefff1322c0c03 /drivers | |
parent | 3e509c76047781525c38fde1e0fa244470c7663c (diff) |
V4L/DVB (6919): Kconfig: VIDEO_CX23885 must select DVB_TUNER_XC5000 if !DVB_FE_CUSTOMIZE
Everybody forgets to add the Kconfig stuff after they add new card support :-/
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/video/cx23885/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/cx23885/Kconfig b/drivers/media/video/cx23885/Kconfig index 3393dd6153e9..1fd326fe4113 100644 --- a/drivers/media/video/cx23885/Kconfig +++ b/drivers/media/video/cx23885/Kconfig | |||
@@ -15,6 +15,7 @@ config VIDEO_CX23885 | |||
15 | select TUNER_XC2028 if !DVB_FE_CUSTOMIZE | 15 | select TUNER_XC2028 if !DVB_FE_CUSTOMIZE |
16 | select TUNER_TDA8290 if !DVB_FE_CUSTOMIZE | 16 | select TUNER_TDA8290 if !DVB_FE_CUSTOMIZE |
17 | select DVB_TDA18271 if !DVB_FE_CUSTOMIZE | 17 | select DVB_TDA18271 if !DVB_FE_CUSTOMIZE |
18 | select DVB_TUNER_XC5000 if !DVB_FE_CUSTOMIZE | ||
18 | ---help--- | 19 | ---help--- |
19 | This is a video4linux driver for Conexant 23885 based | 20 | This is a video4linux driver for Conexant 23885 based |
20 | TV cards. | 21 | TV cards. |