summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/ivtv/Kconfig
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2007-08-26 11:04:10 +0200
committerHans Verkuil <hverkuil@xs4all.nl>2007-08-26 11:04:10 +0200
commit900f219316dee02473ed6f6f21fd07cc72b75e2a (patch)
tree8d4ce837e867bef4ab9ac08ae4404beba8aa9286 /linux/drivers/media/video/ivtv/Kconfig
parent327d1db8a8f84dd9055248912f0067a9b71ddf70 (diff)
downloadmediapointer-dvb-s2-900f219316dee02473ed6f6f21fd07cc72b75e2a.tar.gz
mediapointer-dvb-s2-900f219316dee02473ed6f6f21fd07cc72b75e2a.tar.bz2
ivtvfb: renamed ivtv-fb to ivtvfb, move header to include/linux
From: Hans Verkuil <hverkuil@xs4all.nl> The convention for framebuffer devices is to call them xxxfb, not xxx-fb. Conform to this. Also move the ivtvfb.h header to include/linux: it is a public header. The FBIO_WAITFORVSYNC ioctl is now also defined in the ivtvfb.h header, no more need to include matroxfb.h for just this ioctl. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'linux/drivers/media/video/ivtv/Kconfig')
-rw-r--r--linux/drivers/media/video/ivtv/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/ivtv/Kconfig b/linux/drivers/media/video/ivtv/Kconfig
index 5efacb332..7f20c166d 100644
--- a/linux/drivers/media/video/ivtv/Kconfig
+++ b/linux/drivers/media/video/ivtv/Kconfig
@@ -27,7 +27,7 @@ config VIDEO_IVTV
To compile this driver as a module, choose M here: the
module will be called ivtv.
-config VIDEO_IVTV_FB
+config VIDEO_FB_IVTV
tristate "Conexant cx23415 framebuffer support"
depends on VIDEO_IVTV && FB && EXPERIMENTAL
select FB_CFB_FILLRECT