aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/common
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2012-08-20 13:48:02 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-08-21 07:05:06 -0400
commitfccea74ff8b5159935acc7b4b4857ee81ee44661 (patch)
treee5d67c5a7993c5d71478f4cb833f7631113f1333 /drivers/media/common
parentfc2bbfb2c3d77c0b6da76224ef1575f0e90327e8 (diff)
[media] Kconfig: merge all customise options into just one
Instead of having 3 options to allow customizing the media sub-drivers (tuners, I2C drivers, frontends), merge all of them into just one. That simplifies the life for users, as they can just keep this untouched. Life for developers is also simpler, as there's now just one Kconfig item to remember, for the ancillary sub-drivers providing supports for chips that could change from one board design to another. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/common')
-rw-r--r--drivers/media/common/b2c2/Kconfig28
1 files changed, 14 insertions, 14 deletions
diff --git a/drivers/media/common/b2c2/Kconfig b/drivers/media/common/b2c2/Kconfig
index e270dd84734..29149de6698 100644
--- a/drivers/media/common/b2c2/Kconfig
+++ b/drivers/media/common/b2c2/Kconfig
@@ -3,20 +3,20 @@ config DVB_B2C2_FLEXCOP
3 depends on DVB_CORE && I2C 3 depends on DVB_CORE && I2C
4 depends on DVB_B2C2_FLEXCOP_PCI || DVB_B2C2_FLEXCOP_USB 4 depends on DVB_B2C2_FLEXCOP_PCI || DVB_B2C2_FLEXCOP_USB
5 default y 5 default y
6 select DVB_PLL if !DVB_FE_CUSTOMISE 6 select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT
7 select DVB_STV0299 if !DVB_FE_CUSTOMISE 7 select DVB_STV0299 if MEDIA_SUBDRV_AUTOSELECT
8 select DVB_MT352 if !DVB_FE_CUSTOMISE 8 select DVB_MT352 if MEDIA_SUBDRV_AUTOSELECT
9 select DVB_MT312 if !DVB_FE_CUSTOMISE 9 select DVB_MT312 if MEDIA_SUBDRV_AUTOSELECT
10 select DVB_NXT200X if !DVB_FE_CUSTOMISE 10 select DVB_NXT200X if MEDIA_SUBDRV_AUTOSELECT
11 select DVB_STV0297 if !DVB_FE_CUSTOMISE 11 select DVB_STV0297 if MEDIA_SUBDRV_AUTOSELECT
12 select DVB_BCM3510 if !DVB_FE_CUSTOMISE 12 select DVB_BCM3510 if MEDIA_SUBDRV_AUTOSELECT
13 select DVB_LGDT330X if !DVB_FE_CUSTOMISE 13 select DVB_LGDT330X if MEDIA_SUBDRV_AUTOSELECT
14 select DVB_S5H1420 if !DVB_FE_CUSTOMISE 14 select DVB_S5H1420 if MEDIA_SUBDRV_AUTOSELECT
15 select DVB_TUNER_ITD1000 if !DVB_FE_CUSTOMISE 15 select DVB_TUNER_ITD1000 if MEDIA_SUBDRV_AUTOSELECT
16 select DVB_ISL6421 if !DVB_FE_CUSTOMISE 16 select DVB_ISL6421 if MEDIA_SUBDRV_AUTOSELECT
17 select DVB_CX24123 if !DVB_FE_CUSTOMISE 17 select DVB_CX24123 if MEDIA_SUBDRV_AUTOSELECT
18 select MEDIA_TUNER_SIMPLE if !MEDIA_TUNER_CUSTOMISE 18 select MEDIA_TUNER_SIMPLE if MEDIA_SUBDRV_AUTOSELECT
19 select DVB_TUNER_CX24113 if !DVB_FE_CUSTOMISE 19 select DVB_TUNER_CX24113 if MEDIA_SUBDRV_AUTOSELECT
20 help 20 help
21 Support for the digital TV receiver chip made by B2C2 Inc. included in 21 Support for the digital TV receiver chip made by B2C2 Inc. included in
22 Technisats PCI cards and USB boxes. 22 Technisats PCI cards and USB boxes.