diff options
author | Michel Ludwig <michel.ludwig@gmail.com> | 2007-11-04 14:36:15 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-05-17 23:39:56 -0400 |
commit | b1ce40b1392e2a20529ad2f01ab76145102c0ef1 (patch) | |
tree | 4fdc7a317c782ca10a2fe5a970c36978cdfb6e7a /drivers | |
parent | 0ef4b05a4f7610182174c09616aa930bbd990435 (diff) |
V4L/DVB (12812): tm6000: fix build dependencies for tm6000 and tuner-xc2028
Signed-off-by: Michel Ludwig <michel.ludwig@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/tm6000/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/tm6000/Kconfig b/drivers/staging/tm6000/Kconfig index 7e236a223b81..5e0c98189cc7 100644 --- a/drivers/staging/tm6000/Kconfig +++ b/drivers/staging/tm6000/Kconfig | |||
@@ -3,7 +3,6 @@ config VIDEO_TM6000 | |||
3 | select VIDEO_V4L2 | 3 | select VIDEO_V4L2 |
4 | select VIDEO_TUNER | 4 | select VIDEO_TUNER |
5 | select TUNER_XC2028 | 5 | select TUNER_XC2028 |
6 | select VIDEO_USB_ISOC | ||
7 | select VIDEOBUF_VMALLOC | 6 | select VIDEOBUF_VMALLOC |
8 | help | 7 | help |
9 | Support for TM5600/TM6000 USB Device | 8 | Support for TM5600/TM6000 USB Device |
@@ -17,5 +16,6 @@ config VIDEO_TM6000 | |||
17 | config VIDEO_TM6000_DVB | 16 | config VIDEO_TM6000_DVB |
18 | bool "DVB Support for tm6000 based TV cards" | 17 | bool "DVB Support for tm6000 based TV cards" |
19 | depends on VIDEO_TM6000 && DVB_CORE | 18 | depends on VIDEO_TM6000 && DVB_CORE |
19 | select DVB_ZL10353 | ||
20 | ---help--- | 20 | ---help--- |
21 | This adds support for DVB cards based on the tm5600/tm6000 chip. | 21 | This adds support for DVB cards based on the tm5600/tm6000 chip. |