diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-30 12:21:04 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-30 12:21:04 +0000 |
commit | 3e94113b882689877c789739488d9b60e8baf6ba (patch) | |
tree | bd84a9da4e77ac799747d31d8c8aadfe0d4741f6 /linux/drivers/media/dvb/frontends/Kconfig | |
parent | 07b55f6813ed5cc6264ccf39e75322e62a89bfd9 (diff) | |
download | mediapointer-dvb-s2-3e94113b882689877c789739488d9b60e8baf6ba.tar.gz mediapointer-dvb-s2-3e94113b882689877c789739488d9b60e8baf6ba.tar.bz2 |
mt312: Prefix functions only with mt312_, Add zl10313 to kconfig description
From: Matthias Schwarzott <zzam@gentoo.org>
This patch does some small cleanup to mt312.
It changes kconfig description to also list the ZL10313.
It does change some strange symbol names to be consistent with
module name mt312 and naming of all other functions in there.
* vp310_mt312_ops -> mt312_ops
* vp310_mt312_attach -> mt312_attach
Adds a MODULE_AUTHOR for me
Signed-off-by: Matthias Schwarzott <zzam@gentoo.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/Kconfig')
-rw-r--r-- | linux/drivers/media/dvb/frontends/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/Kconfig b/linux/drivers/media/dvb/frontends/Kconfig index 1f75a1258..fa7f0c563 100644 --- a/linux/drivers/media/dvb/frontends/Kconfig +++ b/linux/drivers/media/dvb/frontends/Kconfig @@ -30,7 +30,7 @@ config DVB_CX24123 A DVB-S tuner module. Say Y when you want to support this frontend. config DVB_MT312 - tristate "Zarlink VP310/MT312 based" + tristate "Zarlink VP310/MT312/ZL10313 based" depends on DVB_CORE && I2C default m if DVB_FE_CUSTOMISE help |