]> git.baikalelectronics.ru Git - kernel.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)
commit8d212da02e8c5c4d9f08f8c1c9064ad19056f4bd
tree8c1902eb5fbfa7a32f86fbcf26bf215be02f9fa4
parent361b53e33e90bd514695d25f1b5d609e51df53d0
[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]