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/Makefile | |
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/Makefile')
-rw-r--r-- | linux/drivers/media/video/ivtv/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/video/ivtv/Makefile b/linux/drivers/media/video/ivtv/Makefile index 7e95148fb..90e2d1270 100644 --- a/linux/drivers/media/video/ivtv/Makefile +++ b/linux/drivers/media/video/ivtv/Makefile @@ -5,3 +5,4 @@ ivtv-objs := ivtv-audio.o ivtv-cards.o ivtv-controls.o \ ivtv-vbi.o ivtv-video.o ivtv-yuv.o obj-$(CONFIG_VIDEO_IVTV) += ivtv.o +obj-$(CONFIG_VIDEO_IVTV_FB) += ivtv-fb.o |