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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
263
263
        help
264
264
          A DVB-T tuner module. Say Y when you want to support this frontend.
265
265
 
266
 
config DVB_DRX397XD
267
 
        tristate "Micronas DRX3975D/DRX3977D based"
 
266
config DVB_DRXD
 
267
        tristate "Micronas DRXD driver"
268
268
        depends on DVB_CORE && I2C
269
269
        default m if DVB_FE_CUSTOMISE
270
270
        help
271
271
          A DVB-T tuner module. Say Y when you want to support this frontend.
272
272
 
273
 
          TODO:
274
 
          This driver needs external firmware. Please use the command
275
 
          "<kerneldir>/Documentation/dvb/get_dvb_firmware drx397xD" to
276
 
          download/extract them, and then copy them to /usr/lib/hotplug/firmware
277
 
          or /lib/firmware (depending on configuration of firmware hotplug).
 
273
          Note: this driver was based on vendor driver reference code (released
 
274
          under the GPL) as opposed to the existing drx397xd driver, which
 
275
          was written via reverse engineering.
278
276
 
279
277
config DVB_L64781
280
278
        tristate "LSI L64781"
349
347
          A DVB-T tuner module. Designed for mobile usage. Say Y when you want
350
348
          to support this frontend.
351
349
 
 
350
config DVB_DIB9000
 
351
        tristate "DiBcom 9000"
 
352
        depends on DVB_CORE && I2C
 
353
        default m if DVB_FE_CUSTOMISE
 
354
        help
 
355
          A DVB-T tuner module. Designed for mobile usage. Say Y when you want
 
356
          to support this frontend.
 
357
 
352
358
config DVB_TDA10048
353
359
        tristate "Philips TDA10048HN based"
354
360
        depends on DVB_CORE && I2C
370
376
        help
371
377
          Say Y when you want to support this frontend.
372
378
 
 
379
config DVB_STV0367
 
380
        tristate "ST STV0367 based"
 
381
        depends on DVB_CORE && I2C
 
382
        default m if DVB_FE_CUSTOMISE
 
383
        help
 
384
          A DVB-T/C tuner module. Say Y when you want to support this frontend.
 
385
 
 
386
config DVB_CXD2820R
 
387
        tristate "Sony CXD2820R"
 
388
        depends on DVB_CORE && I2C
 
389
        default m if DVB_FE_CUSTOMISE
 
390
        help
 
391
          Say Y when you want to support this frontend.
 
392
 
373
393
comment "DVB-C (cable) frontends"
374
394
        depends on DVB_CORE
375
395