]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
[media] au8522: build ATV/DTV demodulators as separate modules
authorMichael Krufky <mkrufky@kernellabs.com>
Fri, 27 Jan 2012 16:18:29 +0000 (13:18 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 19 Apr 2012 12:49:06 +0000 (09:49 -0300)
commitb31506c47c5ae67a82fa72e6d763a8f34413aac8
treee624f86b51079252a8f6b7617ceb5c2c80a1bcd9
parentbe183dc3f73d7e8e0091c54fc3fa04d9ccb91903
[media] au8522: build ATV/DTV demodulators as separate modules

au8522_dig.o and au8522_decoder.o function independentantly
of each other, each for a different hardware function using
a different software subsystem api, each with its own set
of subsystem module dependencies.

Since these drivers do not depend on each other, and it is
in fact possible to build hardware designs using one function
and not the other, lets split this module into two, allowing
system integrators to enable the hardware without dragging in
undesired dependencies.

Signed-off-by: Michael Krufky <mkrufky@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/frontends/Kconfig
drivers/media/dvb/frontends/Makefile
drivers/media/dvb/frontends/au8522_common.c [new file with mode: 0644]
drivers/media/dvb/frontends/au8522_dig.c
drivers/media/dvb/frontends/au8522_priv.h
drivers/media/video/au0828/Kconfig