~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise-security

« back to all changes in this revision

Viewing changes to drivers/media/dvb/frontends/Kconfig

  • Committer: Package Import Robot
  • Author(s): Paolo Pisati, Paolo Pisati
  • Date: 2011-12-06 15:56:07 UTC
  • Revision ID: package-import@ubuntu.com-20111206155607-pcf44kv5fmhk564f
Tags: 3.2.0-1401.1
[ Paolo Pisati ]

* Rebased on top of Ubuntu-3.2.0-3.8
* Tilt-tracking @ ef2487af4bb15bdd0689631774b5a5e3a59f74e2
* Delete debian.ti-omap4/control, it shoudln't be tracked
* Fix architecture spelling (s/armel/armhf/)
* [Config] Update configs following 3.2 import
* [Config] Fix compilation: disable CODA and ARCH_OMAP3
* [Config] Fix compilation: disable Ethernet Faraday
* Update series to precise

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
        help
50
50
          A Silicon tuner that supports DVB-S and DVB-S2 modes
51
51
 
 
52
comment "Multistandard (cable + terrestrial) frontends"
 
53
        depends on DVB_CORE
 
54
 
 
55
config DVB_DRXK
 
56
        tristate "Micronas DRXK based"
 
57
        depends on DVB_CORE && I2C
 
58
        default m if DVB_FE_CUSTOMISE
 
59
        help
 
60
          Micronas DRX-K DVB-C/T demodulator.
 
61
 
 
62
          Say Y when you want to support this frontend.
 
63
 
 
64
config DVB_TDA18271C2DD
 
65
        tristate "NXP TDA18271C2 silicon tuner"
 
66
        depends on DVB_CORE && I2C
 
67
        default m if DVB_FE_CUSTOMISE
 
68
        help
 
69
          NXP TDA18271 silicon tuner.
 
70
 
 
71
          Say Y when you want to support this tuner.
 
72
 
52
73
comment "DVB-S (satellite) frontends"
53
74
        depends on DVB_CORE
54
75
 
215
236
          A DVB-S/DSS Direct Conversion reveiver.
216
237
          Say Y when you want to support this frontend.
217
238
 
 
239
config DVB_TDA10071
 
240
        tristate "NXP TDA10071"
 
241
        depends on DVB_CORE && I2C
 
242
        default m if DVB_FE_CUSTOMISE
 
243
        help
 
244
          Say Y when you want to support this frontend.
 
245
 
218
246
comment "DVB-T (terrestrial) frontends"
219
247
        depends on DVB_CORE
220
248
 
579
607
        help
580
608
          An SEC control chips.
581
609
 
 
610
config DVB_LNBP22
 
611
        tristate "LNBP22 SEC controllers"
 
612
        depends on DVB_CORE && I2C
 
613
        default m if DVB_FE_CUSTOMISE
 
614
        help
 
615
          LNB power supply and control voltage
 
616
          regulator chip with step-up converter
 
617
          and I2C interface.
 
618
          Say Y when you want to support this chip.
 
619
 
582
620
config DVB_ISL6405
583
621
        tristate "ISL6405 SEC controller"
584
622
        depends on DVB_CORE && I2C
600
638
        help
601
639
          A SEC controller chip from Intersil
602
640
 
 
641
config DVB_A8293
 
642
        tristate "Allegro A8293"
 
643
        depends on DVB_CORE && I2C
 
644
        default m if DVB_FE_CUSTOMISE
 
645
 
603
646
config DVB_LGS8GL5
604
647
        tristate "Silicon Legend LGS-8GL5 demodulator (OFDM)"
605
648
        depends on DVB_CORE && I2C
640
683
        help
641
684
          A DVB-S tuner module. Say Y when you want to support this frontend.
642
685
 
 
686
config DVB_IT913X_FE
 
687
        tristate "it913x frontend and it9137 tuner"
 
688
        depends on DVB_CORE && I2C
 
689
        default m if DVB_FE_CUSTOMISE
 
690
        help
 
691
          A DVB-T tuner module.
 
692
          Say Y when you want to support this frontend.
 
693
 
643
694
comment "Tools to develop new frontends"
644
695
 
645
696
config DVB_DUMMY_FE