diff options
author | Olivier Grenie <Olivier.Grenie@dibcom.fr> | 2009-12-04 11:27:57 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-15 21:18:16 -0500 |
commit | 03245a5ee69a5faa99b020fe1aca9bafe10c46a9 (patch) | |
tree | 0937b4966ff1f5e09bfcd38fd38bc55e7ac2abef /drivers/media/dvb/frontends/Kconfig | |
parent | 20232c4791507189d4e9499f81632a1ce434f2a4 (diff) |
V4L/DVB (13583): DiB8090: Add the DiB0090 tuner driver and STK8096GP-board
This patchs adds support for the DiBcom DiB0090 RF tuner and for
DiBcom's reference design STK8096GP. Small extracts of the DiB0070 and
the DiB8000-driver into a common codebase.
Signed-off-by: Patrick Boettcher <pboettcher@kernellabs.com>
Signed-off-by: Olivier Grenie <Olivier.Grenie@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 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig index 58aac018f109..a3b8b697349b 100644 --- a/drivers/media/dvb/frontends/Kconfig +++ b/drivers/media/dvb/frontends/Kconfig | |||
@@ -526,6 +526,15 @@ config DVB_TUNER_DIB0070 | |||
526 | This device is only used inside a SiP called together with a | 526 | This device is only used inside a SiP called together with a |
527 | demodulator for now. | 527 | demodulator for now. |
528 | 528 | ||
529 | config DVB_TUNER_DIB0090 | ||
530 | tristate "DiBcom DiB0090 silicon base-band tuner" | ||
531 | depends on I2C | ||
532 | default m if DVB_FE_CUSTOMISE | ||
533 | help | ||
534 | A driver for the silicon baseband tuner DiB0090 from DiBcom. | ||
535 | This device is only used inside a SiP called together with a | ||
536 | demodulator for now. | ||
537 | |||
529 | comment "SEC control devices for DVB-S" | 538 | comment "SEC control devices for DVB-S" |
530 | depends on DVB_CORE | 539 | depends on DVB_CORE |
531 | 540 | ||