aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/pvrusb2
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/usb/pvrusb2
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/usb/pvrusb2')
-rw-r--r--drivers/media/usb/pvrusb2/Kconfig14
1 files changed, 7 insertions, 7 deletions
diff --git a/drivers/media/usb/pvrusb2/Kconfig b/drivers/media/usb/pvrusb2/Kconfig
index 25e412ecad2c..32b11c15bb1a 100644
--- a/drivers/media/usb/pvrusb2/Kconfig
+++ b/drivers/media/usb/pvrusb2/Kconfig
@@ -36,13 +36,13 @@ config VIDEO_PVRUSB2_DVB
36 bool "pvrusb2 ATSC/DVB support (EXPERIMENTAL)" 36 bool "pvrusb2 ATSC/DVB support (EXPERIMENTAL)"
37 default y 37 default y
38 depends on VIDEO_PVRUSB2 && DVB_CORE && EXPERIMENTAL 38 depends on VIDEO_PVRUSB2 && DVB_CORE && EXPERIMENTAL
39 select DVB_LGDT330X if !DVB_FE_CUSTOMISE 39 select DVB_LGDT330X if MEDIA_SUBDRV_AUTOSELECT
40 select DVB_S5H1409 if !DVB_FE_CUSTOMISE 40 select DVB_S5H1409 if MEDIA_SUBDRV_AUTOSELECT
41 select DVB_S5H1411 if !DVB_FE_CUSTOMISE 41 select DVB_S5H1411 if MEDIA_SUBDRV_AUTOSELECT
42 select DVB_TDA10048 if !DVB_FE_CUSTOMISE 42 select DVB_TDA10048 if MEDIA_SUBDRV_AUTOSELECT
43 select MEDIA_TUNER_TDA18271 if !MEDIA_TUNER_CUSTOMISE 43 select MEDIA_TUNER_TDA18271 if MEDIA_SUBDRV_AUTOSELECT
44 select MEDIA_TUNER_SIMPLE if !MEDIA_TUNER_CUSTOMISE 44 select MEDIA_TUNER_SIMPLE if MEDIA_SUBDRV_AUTOSELECT
45 select MEDIA_TUNER_TDA8290 if !MEDIA_TUNER_CUSTOMISE 45 select MEDIA_TUNER_TDA8290 if MEDIA_SUBDRV_AUTOSELECT
46 ---help--- 46 ---help---
47 47
48 This option enables a DVB interface for the pvrusb2 driver. 48 This option enables a DVB interface for the pvrusb2 driver.