aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/mantis/Kconfig
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/mantis/Kconfig
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/mantis/Kconfig')
-rw-r--r--drivers/media/pci/mantis/Kconfig20
1 files changed, 10 insertions, 10 deletions
diff --git a/drivers/media/pci/mantis/Kconfig b/drivers/media/pci/mantis/Kconfig
index a13a50503134..d3cc21633b94 100644
--- a/drivers/media/pci/mantis/Kconfig
+++ b/drivers/media/pci/mantis/Kconfig
@@ -10,15 +10,15 @@ config MANTIS_CORE
10config DVB_MANTIS 10config DVB_MANTIS
11 tristate "MANTIS based cards" 11 tristate "MANTIS based cards"
12 depends on MANTIS_CORE && DVB_CORE && PCI && I2C 12 depends on MANTIS_CORE && DVB_CORE && PCI && I2C
13 select DVB_MB86A16 if !DVB_FE_CUSTOMISE 13 select DVB_MB86A16 if MEDIA_SUBDRV_AUTOSELECT
14 select DVB_ZL10353 if !DVB_FE_CUSTOMISE 14 select DVB_ZL10353 if MEDIA_SUBDRV_AUTOSELECT
15 select DVB_STV0299 if !DVB_FE_CUSTOMISE 15 select DVB_STV0299 if MEDIA_SUBDRV_AUTOSELECT
16 select DVB_LNBP21 if !DVB_FE_CUSTOMISE 16 select DVB_LNBP21 if MEDIA_SUBDRV_AUTOSELECT
17 select DVB_STB0899 if !DVB_FE_CUSTOMISE 17 select DVB_STB0899 if MEDIA_SUBDRV_AUTOSELECT
18 select DVB_STB6100 if !DVB_FE_CUSTOMISE 18 select DVB_STB6100 if MEDIA_SUBDRV_AUTOSELECT
19 select DVB_TDA665x if !DVB_FE_CUSTOMISE 19 select DVB_TDA665x if MEDIA_SUBDRV_AUTOSELECT
20 select DVB_TDA10021 if !DVB_FE_CUSTOMISE 20 select DVB_TDA10021 if MEDIA_SUBDRV_AUTOSELECT
21 select DVB_TDA10023 if !DVB_FE_CUSTOMISE 21 select DVB_TDA10023 if MEDIA_SUBDRV_AUTOSELECT
22 select DVB_PLL 22 select DVB_PLL
23 help 23 help
24 Support for PCI cards based on the Mantis PCI bridge. 24 Support for PCI cards based on the Mantis PCI bridge.
@@ -29,7 +29,7 @@ config DVB_MANTIS
29config DVB_HOPPER 29config DVB_HOPPER
30 tristate "HOPPER based cards" 30 tristate "HOPPER based cards"
31 depends on MANTIS_CORE && DVB_CORE && PCI && I2C 31 depends on MANTIS_CORE && DVB_CORE && PCI && I2C
32 select DVB_ZL10353 if !DVB_FE_CUSTOMISE 32 select DVB_ZL10353 if MEDIA_SUBDRV_AUTOSELECT
33 select DVB_PLL 33 select DVB_PLL
34 help 34 help
35 Support for PCI cards based on the Hopper PCI bridge. 35 Support for PCI cards based on the Hopper PCI bridge.