summaryrefslogtreecommitdiffstats
path: root/drivers/media/common/Makefile
diff options
context:
space:
mode:
authorHans Verkuil2013-02-06 11:53:31 +0100
committerMauro Carvalho Chehab2013-02-08 19:09:55 +0100
commit625958207752519bd0e49d0dcdde61a20ac081b3 (patch)
tree8c1902eb5fbfa7a32f86fbcf26bf215be02f9fa4 /drivers/media/common/Makefile
parent[media] ttusb2: Kconfig patch to auto-select frontends for TechnoTrend CT-3650 (diff)
downloadkernel-qcow2-linux-625958207752519bd0e49d0dcdde61a20ac081b3.tar.gz
kernel-qcow2-linux-625958207752519bd0e49d0dcdde61a20ac081b3.tar.xz
kernel-qcow2-linux-625958207752519bd0e49d0dcdde61a20ac081b3.zip
[media] cx2341x: move from media/i2c to media/common
The cx2341x module is a helper module for conexant-based MPEG encoders. It isn't an i2c module at all, instead it should be in common since it is used by 7 pci and usb drivers to handle the MPEG setup. It also shouldn't be visible in the config menu as it is always selected automatically by those drivers that need it. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/common/Makefile')
-rw-r--r--drivers/media/common/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/common/Makefile b/drivers/media/common/Makefile
index b8e2e3a33a31..9b8ea4fae06f 100644
--- a/drivers/media/common/Makefile
+++ b/drivers/media/common/Makefile
@@ -1 +1,2 @@
obj-y += b2c2/ saa7146/ siano/
+obj-$(CONFIG_VIDEO_CX2341X) += cx2341x.o