diff options
author | Patrick Boettcher | 2008-08-30 17:15:54 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab | 2008-10-12 13:36:56 +0200 |
commit | bccd7003aef20e040cef95d1216dac26199d7071 (patch) | |
tree | b5c7e2bb8a40ac0778c31854fcbcf8746187609e /drivers/media/dvb/frontends/Kconfig | |
parent | V4L/DVB (8857): v4l2-dev: replace panic with BUG (diff) | |
download | kernel-qcow2-linux-bccd7003aef20e040cef95d1216dac26199d7071.tar.gz kernel-qcow2-linux-bccd7003aef20e040cef95d1216dac26199d7071.tar.xz kernel-qcow2-linux-bccd7003aef20e040cef95d1216dac26199d7071.zip |
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 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 |