[PATCH] VIDEO_CX88_DVB must select DVB_CX22702
VIDEO_CX88_DVB must select DVB_CX22702 (due to its cx22702_attach usage). This patch fixes kernel Bugzilla #4594 (http://bugzilla.kernel.org/show_bug.cgi?id=4594). Signed-off-by: Adrian Bunk <bunk@stusta.de> Acked-by: Johannes Stezenbach <js@linuxtv.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
c9c12b790e
commit
d6988588e1
|
@ -343,6 +343,7 @@ config VIDEO_CX88_DVB
|
|||
select VIDEO_BUF_DVB
|
||||
select DVB_MT352
|
||||
select DVB_OR51132
|
||||
select DVB_CX22702
|
||||
---help---
|
||||
This adds support for DVB/ATSC cards based on the
|
||||
Connexant 2388x chip.
|
||||
|
|
Loading…
Reference in New Issue