aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/cx88
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/pci/cx88
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/pci/cx88')
-rw-r--r--drivers/media/pci/cx88/Kconfig36
1 files changed, 18 insertions, 18 deletions
diff --git a/drivers/media/pci/cx88/Kconfig b/drivers/media/pci/cx88/Kconfig
index 3598dc087b08..d27fccbf03c4 100644
--- a/drivers/media/pci/cx88/Kconfig
+++ b/drivers/media/pci/cx88/Kconfig
@@ -6,7 +6,7 @@ config VIDEO_CX88
6 select VIDEOBUF_DMA_SG 6 select VIDEOBUF_DMA_SG
7 select VIDEO_TUNER 7 select VIDEO_TUNER
8 select VIDEO_TVEEPROM 8 select VIDEO_TVEEPROM
9 select VIDEO_WM8775 if VIDEO_HELPER_CHIPS_AUTO 9 select VIDEO_WM8775 if MEDIA_SUBDRV_AUTOSELECT
10 ---help--- 10 ---help---
11 This is a video4linux driver for Conexant 2388x based 11 This is a video4linux driver for Conexant 2388x based
12 TV cards. 12 TV cards.
@@ -46,23 +46,23 @@ config VIDEO_CX88_DVB
46 tristate "DVB/ATSC Support for cx2388x based TV cards" 46 tristate "DVB/ATSC Support for cx2388x based TV cards"
47 depends on VIDEO_CX88 && DVB_CORE 47 depends on VIDEO_CX88 && DVB_CORE
48 select VIDEOBUF_DVB 48 select VIDEOBUF_DVB
49 select DVB_PLL if !DVB_FE_CUSTOMISE 49 select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT
50 select DVB_MT352 if !DVB_FE_CUSTOMISE 50 select DVB_MT352 if MEDIA_SUBDRV_AUTOSELECT
51 select DVB_ZL10353 if !DVB_FE_CUSTOMISE 51 select DVB_ZL10353 if MEDIA_SUBDRV_AUTOSELECT
52 select DVB_OR51132 if !DVB_FE_CUSTOMISE 52 select DVB_OR51132 if MEDIA_SUBDRV_AUTOSELECT
53 select DVB_CX22702 if !DVB_FE_CUSTOMISE 53 select DVB_CX22702 if MEDIA_SUBDRV_AUTOSELECT
54 select DVB_LGDT330X if !DVB_FE_CUSTOMISE 54 select DVB_LGDT330X if MEDIA_SUBDRV_AUTOSELECT
55 select DVB_NXT200X if !DVB_FE_CUSTOMISE 55 select DVB_NXT200X if MEDIA_SUBDRV_AUTOSELECT
56 select DVB_CX24123 if !DVB_FE_CUSTOMISE 56 select DVB_CX24123 if MEDIA_SUBDRV_AUTOSELECT
57 select DVB_ISL6421 if !DVB_FE_CUSTOMISE 57 select DVB_ISL6421 if MEDIA_SUBDRV_AUTOSELECT
58 select DVB_S5H1411 if !DVB_FE_CUSTOMISE 58 select DVB_S5H1411 if MEDIA_SUBDRV_AUTOSELECT
59 select DVB_CX24116 if !DVB_FE_CUSTOMISE 59 select DVB_CX24116 if MEDIA_SUBDRV_AUTOSELECT
60 select DVB_STV0299 if !DVB_FE_CUSTOMISE 60 select DVB_STV0299 if MEDIA_SUBDRV_AUTOSELECT
61 select DVB_STV0288 if !DVB_FE_CUSTOMISE 61 select DVB_STV0288 if MEDIA_SUBDRV_AUTOSELECT
62 select DVB_STB6000 if !DVB_FE_CUSTOMISE 62 select DVB_STB6000 if MEDIA_SUBDRV_AUTOSELECT
63 select DVB_STV0900 if !DVB_FE_CUSTOMISE 63 select DVB_STV0900 if MEDIA_SUBDRV_AUTOSELECT
64 select DVB_STB6100 if !DVB_FE_CUSTOMISE 64 select DVB_STB6100 if MEDIA_SUBDRV_AUTOSELECT
65 select MEDIA_TUNER_SIMPLE if !MEDIA_TUNER_CUSTOMISE 65 select MEDIA_TUNER_SIMPLE if MEDIA_SUBDRV_AUTOSELECT
66 ---help--- 66 ---help---
67 This adds support for DVB/ATSC cards based on the 67 This adds support for DVB/ATSC cards based on the
68 Conexant 2388x chip. 68 Conexant 2388x chip.