summaryrefslogtreecommitdiff
path: root/drivers/media/video/au0828/Kconfig
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@kernellabs.com>2012-01-27 13:18:29 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-04-19 09:49:06 -0300
commitb31506c47c5ae67a82fa72e6d763a8f34413aac8 (patch)
treee624f86b51079252a8f6b7617ceb5c2c80a1bcd9 /drivers/media/video/au0828/Kconfig
parentbe183dc3f73d7e8e0091c54fc3fa04d9ccb91903 (diff)
[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>
Diffstat (limited to 'drivers/media/video/au0828/Kconfig')
-rw-r--r--drivers/media/video/au0828/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/video/au0828/Kconfig b/drivers/media/video/au0828/Kconfig
index 81ba9d9d1b52..23f7fd22f0eb 100644
--- a/drivers/media/video/au0828/Kconfig
+++ b/drivers/media/video/au0828/Kconfig
@@ -6,7 +6,8 @@ config VIDEO_AU0828
select I2C_ALGOBIT
select VIDEO_TVEEPROM
select VIDEOBUF_VMALLOC
- select DVB_AU8522 if !DVB_FE_CUSTOMISE
+ select DVB_AU8522_DTV if !DVB_FE_CUSTOMISE
+ select DVB_AU8522_V4L if !DVB_FE_CUSTOMISE
select MEDIA_TUNER_XC5000 if !MEDIA_TUNER_CUSTOMISE
select MEDIA_TUNER_MXL5007T if !MEDIA_TUNER_CUSTOMISE
select MEDIA_TUNER_TDA18271 if !MEDIA_TUNER_CUSTOMISE