summaryrefslogtreecommitdiff
path: root/drivers/media/dvb/frontends/Kconfig
diff options
context:
space:
mode:
authorPatrick Boettcher <pb@linuxtv.org>2008-08-30 12:15:54 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-10-12 09:36:56 -0200
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
help
A DMB-TH tuner module. Say Y when you want to support this frontend.
+comment "Tools to develop new frontends"
+
+config DVB_DUMMY_FE
+ tristate "Dummy frontend driver"
+ default n
+
endmenu