diff options
author | Patrick Boettcher <pb@linuxtv.org> | 2008-08-30 11:15:54 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-12 07:36:56 -0400 |
commit | bccd7003aef20e040cef95d1216dac26199d7071 (patch) | |
tree | b5c7e2bb8a40ac0778c31854fcbcf8746187609e /drivers/media/dvb/frontends/Kconfig | |
parent | 6ea9a1829a89515c1866151b1fdca7ee612d1490 (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/Kconfig | 6 |
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 | ||
395 | comment "Tools to develop new frontends" | ||
396 | |||
397 | config DVB_DUMMY_FE | ||
398 | tristate "Dummy frontend driver" | ||
399 | default n | ||
400 | |||
395 | endmenu | 401 | endmenu |