Loading drivers/media/video/Kconfig +12 −0 Original line number Diff line number Diff line Loading @@ -549,6 +549,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_DEV Loading drivers/media/video/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,7 @@ obj-$(CONFIG_VIDEO_VPX3220) += vpx3220.o obj-$(CONFIG_VIDEO_BT819) += bt819.o obj-$(CONFIG_VIDEO_BT856) += bt856.o obj-$(CONFIG_VIDEO_BT866) += bt866.o obj-$(CONFIG_VIDEO_KS0127) += ks0127.o obj-$(CONFIG_VIDEO_ZORAN) += zr36067.o videocodec.o obj-$(CONFIG_VIDEO_ZORAN_DC30) += zr36050.o zr36016.o Loading Loading
drivers/media/video/Kconfig +12 −0 Original line number Diff line number Diff line Loading @@ -549,6 +549,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_DEV Loading
drivers/media/video/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,7 @@ obj-$(CONFIG_VIDEO_VPX3220) += vpx3220.o obj-$(CONFIG_VIDEO_BT819) += bt819.o obj-$(CONFIG_VIDEO_BT856) += bt856.o obj-$(CONFIG_VIDEO_BT866) += bt866.o obj-$(CONFIG_VIDEO_KS0127) += ks0127.o obj-$(CONFIG_VIDEO_ZORAN) += zr36067.o videocodec.o obj-$(CONFIG_VIDEO_ZORAN_DC30) += zr36050.o zr36016.o Loading