aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/Kconfig
diff options
context:
space:
mode:
authorPatrick Boettcher <pb@linuxtv.org>2008-08-30 11:15:54 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-10-12 07:36:56 -0400
commitbccd7003aef20e040cef95d1216dac26199d7071 (patch)
treeb5c7e2bb8a40ac0778c31854fcbcf8746187609e /drivers/media/dvb/frontends/Kconfig
parent6ea9a1829a89515c1866151b1fdca7ee612d1490 (diff)
V4L/DVB (8866): Add dummy FE to the Kconfig-file and fix it
Reactivated dummy frontend driver which is extremely useful for debugging. Signed-off-by: Patrick Boettcher <pb@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/Kconfig')
-rw-r--r--drivers/media/dvb/frontends/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig
index 774f5c2a71e8..e2444f270f0a 100644
--- a/drivers/media/dvb/frontends/Kconfig
+++ b/drivers/media/dvb/frontends/Kconfig
@@ -392,4 +392,10 @@ config DVB_LGS8GL5
392 help 392 help
393 A DMB-TH tuner module. Say Y when you want to support this frontend. 393 A DMB-TH tuner module. Say Y when you want to support this frontend.
394 394
395comment "Tools to develop new frontends"
396
397config DVB_DUMMY_FE
398 tristate "Dummy frontend driver"
399 default n
400
395endmenu 401endmenu