]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
[media] cx2341x: move from media/i2c to media/common
authorHans Verkuil <hans.verkuil@cisco.com>
Wed, 6 Feb 2013 10:53:31 +0000 (07:53 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 8 Feb 2013 18:09:55 +0000 (16:09 -0200)
commit625958207752519bd0e49d0dcdde61a20ac081b3
tree8c1902eb5fbfa7a32f86fbcf26bf215be02f9fa4
parentda92c29340172fddb6ea838cd964614195031071
[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>
drivers/media/common/Kconfig
drivers/media/common/Makefile
drivers/media/common/cx2341x.c [new file with mode: 0644]
drivers/media/i2c/Kconfig
drivers/media/i2c/Makefile
drivers/media/i2c/cx2341x.c [deleted file]