diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-22 10:38:37 -0500 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-22 10:38:37 -0500 |
commit | fcc9d2e5a6c89d22b8b773a64fb4ad21ac318446 (patch) | |
tree | a57612d1888735a2ec7972891b68c1ac5ec8faea /drivers/media/dvb/ngene/Kconfig | |
parent | 8dea78da5cee153b8af9c07a2745f6c55057fe12 (diff) |
Diffstat (limited to 'drivers/media/dvb/ngene/Kconfig')
-rw-r--r-- | drivers/media/dvb/ngene/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/media/dvb/ngene/Kconfig b/drivers/media/dvb/ngene/Kconfig new file mode 100644 index 00000000000..64c84702ba5 --- /dev/null +++ b/drivers/media/dvb/ngene/Kconfig | |||
@@ -0,0 +1,13 @@ | |||
1 | config DVB_NGENE | ||
2 | tristate "Micronas nGene support" | ||
3 | depends on DVB_CORE && PCI && I2C | ||
4 | select DVB_LNBP21 if !DVB_FE_CUSTOMISE | ||
5 | select DVB_STV6110x if !DVB_FE_CUSTOMISE | ||
6 | select DVB_STV090x if !DVB_FE_CUSTOMISE | ||
7 | select DVB_LGDT330X if !DVB_FE_CUSTOMISE | ||
8 | select DVB_DRXK if !DVB_FE_CUSTOMISE | ||
9 | select DVB_TDA18271C2DD if !DVB_FE_CUSTOMISE | ||
10 | select MEDIA_TUNER_MT2131 if !MEDIA_TUNER_CUSTOMISE | ||
11 | ---help--- | ||
12 | Support for Micronas PCI express cards with nGene bridge. | ||
13 | |||