mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 10:33:27 +00:00
fccea74ff8
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>
38 lines
1.2 KiB
Text
38 lines
1.2 KiB
Text
config MANTIS_CORE
|
|
tristate "Mantis/Hopper PCI bridge based devices"
|
|
depends on PCI && I2C && INPUT && RC_CORE
|
|
|
|
help
|
|
Support for PCI cards based on the Mantis and Hopper PCi bridge.
|
|
|
|
Say Y if you own such a device and want to use it.
|
|
|
|
config DVB_MANTIS
|
|
tristate "MANTIS based cards"
|
|
depends on MANTIS_CORE && DVB_CORE && PCI && I2C
|
|
select DVB_MB86A16 if MEDIA_SUBDRV_AUTOSELECT
|
|
select DVB_ZL10353 if MEDIA_SUBDRV_AUTOSELECT
|
|
select DVB_STV0299 if MEDIA_SUBDRV_AUTOSELECT
|
|
select DVB_LNBP21 if MEDIA_SUBDRV_AUTOSELECT
|
|
select DVB_STB0899 if MEDIA_SUBDRV_AUTOSELECT
|
|
select DVB_STB6100 if MEDIA_SUBDRV_AUTOSELECT
|
|
select DVB_TDA665x if MEDIA_SUBDRV_AUTOSELECT
|
|
select DVB_TDA10021 if MEDIA_SUBDRV_AUTOSELECT
|
|
select DVB_TDA10023 if MEDIA_SUBDRV_AUTOSELECT
|
|
select DVB_PLL
|
|
help
|
|
Support for PCI cards based on the Mantis PCI bridge.
|
|
Say Y when you have a Mantis based DVB card and want to use it.
|
|
|
|
If unsure say N.
|
|
|
|
config DVB_HOPPER
|
|
tristate "HOPPER based cards"
|
|
depends on MANTIS_CORE && DVB_CORE && PCI && I2C
|
|
select DVB_ZL10353 if MEDIA_SUBDRV_AUTOSELECT
|
|
select DVB_PLL
|
|
help
|
|
Support for PCI cards based on the Hopper PCI bridge.
|
|
Say Y when you have a Hopper based DVB card and want to use it.
|
|
|
|
If unsure say N
|