diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2006-06-18 13:40:30 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-25 01:05:22 -0400 |
commit | 5d1a9ae6d9d7fc14b2259cd550eb87364a21190a (patch) | |
tree | b55c57026f69fc127508a30859edebde87713f1e /drivers/media/Kconfig | |
parent | 9cb2318b885d2039eeb3eb5394fa215046be058f (diff) |
V4L/DVB (4191): Add CX2341X MPEG encoder module.
Adds the cx2341x.c module that handles the programming of the Conexant
cx23415/6 MPEG encoder chip used by cx88-blackbird, pvrusb2 and ivtv.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/Kconfig')
-rw-r--r-- | drivers/media/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig index ef52e6da01ed..583d151b7486 100644 --- a/drivers/media/Kconfig +++ b/drivers/media/Kconfig | |||
@@ -82,6 +82,9 @@ config VIDEO_IR | |||
82 | config VIDEO_TVEEPROM | 82 | config VIDEO_TVEEPROM |
83 | tristate | 83 | tristate |
84 | 84 | ||
85 | config VIDEO_CX2341X | ||
86 | tristate | ||
87 | |||
85 | config USB_DABUSB | 88 | config USB_DABUSB |
86 | tristate "DABUSB driver" | 89 | tristate "DABUSB driver" |
87 | depends on USB | 90 | depends on USB |