diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2007-07-20 14:29:43 +0200 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2007-07-20 14:29:43 +0200 |
commit | 840c06e96e392492a0127c0ea3e49b9d41061bf0 (patch) | |
tree | 44794c75de4237201004ff45accb86f7c755a27a /linux/drivers/media/video/ivtv/Kconfig | |
parent | 66bdbb2c4fd4d078e0497e4643e20ecd3eab6622 (diff) | |
download | mediapointer-dvb-s2-840c06e96e392492a0127c0ea3e49b9d41061bf0.tar.gz mediapointer-dvb-s2-840c06e96e392492a0127c0ea3e49b9d41061bf0.tar.bz2 |
Add ivtv-fb framebuffer driver.
From: Hans Verkuil <hverkuil@xs4all.nl>
Add the ivtv-fb framebuffer driver for cx23415 devices (currently
only the Hauppauge PVR-350 cards). This makes it possible to use
the On-Screen Display functionality of these cards, either for menus
during MPEG playback, or as a console or X display.
Signed-off-by: Kevin Thayer <nufan_wfk@yahoo.com>
Signed-off-by: Chris Kennedy <c@groovy.org>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: John P Harvey <john.p.harvey@btinternet.com>
Signed-off-by: Ian Armstrong <ian@iarmst.demon.co.uk>
Diffstat (limited to 'linux/drivers/media/video/ivtv/Kconfig')
-rw-r--r-- | linux/drivers/media/video/ivtv/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/linux/drivers/media/video/ivtv/Kconfig b/linux/drivers/media/video/ivtv/Kconfig index e43beb2c9..399f231ab 100644 --- a/linux/drivers/media/video/ivtv/Kconfig +++ b/linux/drivers/media/video/ivtv/Kconfig @@ -25,3 +25,19 @@ config VIDEO_IVTV To compile this driver as a module, choose M here: the module will be called ivtv. + +config VIDEO_IVTV_FB + tristate "Conexant cx23415 framebuffer support" + depends on VIDEO_IVTV && FB && EXPERIMENTAL + select FB_CFB_FILLRECT + select FB_CFB_COPYAREA + select FB_CFB_IMAGEBLIT + ---help--- + This is a framebuffer driver for the Conexant cx23415 MPEG + encoder/decoder. + + This is used in the Hauppauge PVR-350 card. There is a driver + homepage at <http://www.ivtvdriver.org>. + + To compile this driver as a module, choose M here: the + module will be called ivtv-fb. |