diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2006-02-09 23:35:21 -0500 |
---|---|---|
committer | Michael Krufky <mkrufky@linuxtv.org> | 2006-02-09 23:35:21 -0500 |
commit | 254ef7f974a59fbf4834c0a19add07531a9bf4dd (patch) | |
tree | 04a9c83e8244c1ef4b960647559c1ee4a7ee3d39 /linux/drivers/media/dvb/frontends/Kconfig | |
parent | 6ded7c2f0a2e6b7858b850ec736c5558256f8ad9 (diff) | |
download | mediapointer-dvb-s2-254ef7f974a59fbf4834c0a19add07531a9bf4dd.tar.gz mediapointer-dvb-s2-254ef7f974a59fbf4834c0a19add07531a9bf4dd.tar.bz2 |
drivers/media/dvb/frontends/mt312.c: cleanups
From: Adrian Bunk <bunk@stusta.de>
This patch contains the following possible cleanups:
- update the Kconfig help to mention the VP310
- merge vp310_attach and mt312_attach into a new vp310_mt312_attach
to remove some code duplication
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.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 76b6a2aef..c676b1e23 100644 --- a/linux/drivers/media/dvb/frontends/Kconfig +++ b/linux/drivers/media/dvb/frontends/Kconfig @@ -29,7 +29,7 @@ config DVB_TDA8083 A DVB-S tuner module. Say Y when you want to support this frontend. config DVB_MT312 - tristate "Zarlink MT312 based" + tristate "Zarlink VP310/MT312 based" depends on DVB_CORE help A DVB-S tuner module. Say Y when you want to support this frontend. |