diff options
author | Olivier Grenie <olivier.grenie@dibcom.fr> | 2011-01-04 02:28:59 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-03-21 19:31:41 -0400 |
commit | dd316c6bacc2bdb22288507fd479bd2181eb7a7b (patch) | |
tree | ed91a38016ed0206833c7b1b0015c1be08c2a338 /drivers/media/dvb/frontends/Kconfig | |
parent | 28fafca78797be701208c0880ec1c79ffa267f9d (diff) |
[media] DIB9000: initial support added
This patchs add initial support for the DiB9000-device. This
demodulator is firmware-driven.
Signed-off-by: Olivier Grenie <olivier.grenie@dibcom.fr>
Signed-off-by: Patrick Boettcher <patrick.boettcher@dibcom.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/Kconfig')
-rw-r--r-- | drivers/media/dvb/frontends/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig index b8519ba511e5..a20c1532726a 100644 --- a/drivers/media/dvb/frontends/Kconfig +++ b/drivers/media/dvb/frontends/Kconfig | |||
@@ -349,6 +349,14 @@ config DVB_DIB7000P | |||
349 | A DVB-T tuner module. Designed for mobile usage. Say Y when you want | 349 | A DVB-T tuner module. Designed for mobile usage. Say Y when you want |
350 | to support this frontend. | 350 | to support this frontend. |
351 | 351 | ||
352 | config DVB_DIB9000 | ||
353 | tristate "DiBcom 9000" | ||
354 | depends on DVB_CORE && I2C | ||
355 | default m if DVB_FE_CUSTOMISE | ||
356 | help | ||
357 | A DVB-T tuner module. Designed for mobile usage. Say Y when you want | ||
358 | to support this frontend. | ||
359 | |||
352 | config DVB_TDA10048 | 360 | config DVB_TDA10048 |
353 | tristate "Philips TDA10048HN based" | 361 | tristate "Philips TDA10048HN based" |
354 | depends on DVB_CORE && I2C | 362 | depends on DVB_CORE && I2C |