diff options
| author | Mauro Carvalho Chehab <[email protected]> | 2007-10-23 16:36:55 -0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2010-05-18 00:39:51 -0300 |
| commit | 7594304ee775608256b60b3628e795306196a283 (patch) | |
| tree | 06ad8491524a02785aafc7fd87e62ef7c21dcbc3 | |
| parent | c1a1641450e769f534df4d1217f3feec8e38ea37 (diff) | |
V4L/DVB (12806): tm6000: Select VIDEO_TUNER for tm6000 devices
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
| -rw-r--r-- | drivers/staging/tm6000/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/tm6000/Kconfig b/drivers/staging/tm6000/Kconfig index 231dda3d4bbf..7e236a223b81 100644 --- a/drivers/staging/tm6000/Kconfig +++ b/drivers/staging/tm6000/Kconfig @@ -1,6 +1,7 @@ config VIDEO_TM6000 tristate "TV Master TM5600/6000 driver" select VIDEO_V4L2 + select VIDEO_TUNER select TUNER_XC2028 select VIDEO_USB_ISOC select VIDEOBUF_VMALLOC |