summaryrefslogtreecommitdiff
path: root/drivers/media/dvb/frontends/Kconfig
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2008-09-15 15:01:52 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-10-12 09:37:02 -0200
commit825b96708054ca16d6e4d56a29326d3b2cdd697d (patch)
tree82868b44a2bddc23c0485546d9f381d21a2d0992 /drivers/media/dvb/frontends/Kconfig
parent6e623433f7f566d8aca64c519a19c2f7bbb686be (diff)
V4L/DVB (8971): initial driver for af9013 demodulator
- initial driver for the Afatech AF9013 demodulator Signed-off-by: Antti Palosaari <crope@iki.fi> [mchehab.redhat.com: having a global var called 'debug' is not a good idea. rename it to af9013_debug] 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 e2444f270f0a..097d9f00144f 100644
--- a/drivers/media/dvb/frontends/Kconfig
+++ b/drivers/media/dvb/frontends/Kconfig
@@ -398,4 +398,10 @@ config DVB_DUMMY_FE
tristate "Dummy frontend driver"
default n
+config DVB_AF9013
+ tristate "Afatech AF9013 demodulator"
+ depends on DVB_CORE && I2C
+ default m if DVB_FE_CUSTOMISE
+ help
+ Say Y when you want to support this frontend.
endmenu