aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/Kconfig
diff options
context:
space:
mode:
authorPatrick Boettcher <pboettcher@dibcom.fr>2006-10-18 07:34:16 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-12-10 05:51:03 -0500
commita75763ffff4175bd8c115c217a39fbf445612aae (patch)
treed3d77ecc41fd8ad1b9dcad81805a171da06f8496 /drivers/media/dvb/frontends/Kconfig
parent8364681766cc18b948cf9d7bd46d1b92f343743b (diff)
V4L/DVB (4772): Add support for DiBcom DiB7000PC
This patch contains support for the DiB7000PC-driver. Signed-off-by: Francois KANOUNNIKOFF <fkanounnikoff@dibcom.fr> Signed-off-by: Patrick Boettcher <pboettcher@dibcom.fr> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/frontends/Kconfig')
-rw-r--r--drivers/media/dvb/frontends/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig
index 093c7695883d..7279e587e14f 100644
--- a/drivers/media/dvb/frontends/Kconfig
+++ b/drivers/media/dvb/frontends/Kconfig
@@ -180,6 +180,14 @@ config DVB_DIB7000M
180 A DVB-T tuner module. Designed for mobile usage. Say Y when you want 180 A DVB-T tuner module. Designed for mobile usage. Say Y when you want
181 to support this frontend. 181 to support this frontend.
182 182
183config DVB_DIB7000P
184 tristate "DiBcom 7000PC"
185 depends on DVB_CORE && I2C
186 default m if DVB_FE_CUSTOMISE
187 help
188 A DVB-T tuner module. Designed for mobile usage. Say Y when you want
189 to support this frontend.
190
183comment "DVB-C (cable) frontends" 191comment "DVB-C (cable) frontends"
184 depends on DVB_CORE 192 depends on DVB_CORE
185 193