diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-08-31 15:31:07 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-08-31 15:31:07 -0300 |
commit | 80206e1d4a136a8dc87abd8cf94882ea4a7483b0 (patch) | |
tree | e38aa0f2f8d21b0ee126abe190f80154fa066f96 /linux/drivers/media/video/Kconfig | |
parent | f95e98a1d581ce9770a01fd43d1a8e61161a8e46 (diff) | |
download | mediapointer-dvb-s2-80206e1d4a136a8dc87abd8cf94882ea4a7483b0.tar.gz mediapointer-dvb-s2-80206e1d4a136a8dc87abd8cf94882ea4a7483b0.tar.bz2 |
Added GNU License to the tree
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Although mentioned on several files at the tree, the GNU License file,
as used by default at the drivers, were missing at the tree.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/Kconfig')
-rw-r--r-- | linux/drivers/media/video/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/linux/drivers/media/video/Kconfig b/linux/drivers/media/video/Kconfig index 4cdc058ae..1473f276a 100644 --- a/linux/drivers/media/video/Kconfig +++ b/linux/drivers/media/video/Kconfig @@ -226,6 +226,18 @@ config VIDEO_BT866 To compile this driver as a module, choose M here: the module will be called bt866. +config VIDEO_KS0127 + tristate "KS0127 video decoder" + depends on VIDEO_V4L1 && I2C + ---help--- + Support for KS0127 video decoder. + + This chip is used on AverMedia AVS6EYES Zoran-based MJPEG + cards. + + To compile this driver as a module, choose M here: the + module will be called ks0127. + config VIDEO_SAA7110 tristate "Philips SAA7110 video decoder" depends on VIDEO_V4L1 |