mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 05:01:48 +00:00
1a2f7178cb
Add the demod and tuner dependencies required for the Avermedia m780 to the Kconfig for the ngene driver. Thanks to Oliver Endriss for pointing this out. Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
12 lines
379 B
Plaintext
12 lines
379 B
Plaintext
config DVB_NGENE
|
|
tristate "Micronas nGene support"
|
|
depends on DVB_CORE && PCI && I2C
|
|
select DVB_LNBP21 if !DVB_FE_CUSTOMISE
|
|
select DVB_STV6110x if !DVB_FE_CUSTOMISE
|
|
select DVB_STV090x if !DVB_FE_CUSTOMISE
|
|
select DVB_LGDT330X if !DVB_FE_CUSTOMISE
|
|
select MEDIA_TUNER_MT2131 if !MEDIA_TUNER_CUSTOMISE
|
|
---help---
|
|
Support for Micronas PCI express cards with nGene bridge.
|
|
|