From: Michel Ludwig Date: Sun, 4 Nov 2007 19:36:15 +0000 (-0300) Subject: V4L/DVB (12812): tm6000: fix build dependencies for tm6000 and tuner-xc2028 X-Git-Tag: v2.6.35-rc1~480^2~494 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=b1ce40b1392e2a20529ad2f01ab76145102c0ef1;p=~emulex%2Finfiniband.git V4L/DVB (12812): tm6000: fix build dependencies for tm6000 and tuner-xc2028 Signed-off-by: Michel Ludwig Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/staging/tm6000/Kconfig b/drivers/staging/tm6000/Kconfig index 7e236a223b8..5e0c98189cc 100644 --- a/drivers/staging/tm6000/Kconfig +++ b/drivers/staging/tm6000/Kconfig @@ -3,7 +3,6 @@ config VIDEO_TM6000 select VIDEO_V4L2 select VIDEO_TUNER select TUNER_XC2028 - select VIDEO_USB_ISOC select VIDEOBUF_VMALLOC help Support for TM5600/TM6000 USB Device @@ -17,5 +16,6 @@ config VIDEO_TM6000 config VIDEO_TM6000_DVB bool "DVB Support for tm6000 based TV cards" depends on VIDEO_TM6000 && DVB_CORE + select DVB_ZL10353 ---help--- This adds support for DVB cards based on the tm5600/tm6000 chip.