]> 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)
commite57cd1022eb173f2228c059cba9371b819c48f36
tree8c1902eb5fbfa7a32f86fbcf26bf215be02f9fa4
parent587efb43c62839125982a1b3ff1ddf58457aabbe
[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]