diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2007-09-27 10:35:36 -0400 |
---|---|---|
committer | Michael Krufky <mkrufky@linuxtv.org> | 2007-09-27 10:35:36 -0400 |
commit | 4283c6674706e0ec8f36de68698fd983cacc82a2 (patch) | |
tree | 0776202770808f499543cb11884a603f1e2dce65 /linux/drivers | |
parent | 5eed050abfb57eeb862a3e56b0ee35ae9e37cdaf (diff) | |
download | mediapointer-dvb-s2-4283c6674706e0ec8f36de68698fd983cacc82a2.tar.gz mediapointer-dvb-s2-4283c6674706e0ec8f36de68698fd983cacc82a2.tar.bz2 |
Backed out changeset 09fea8806b2f
From: Michael Krufky <mkrufky@linuxtv.org>
This patch was wrong. A better changeset follows.
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'linux/drivers')
-rw-r--r-- | linux/drivers/media/dvb/frontends/Kconfig | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/linux/drivers/media/dvb/frontends/Kconfig b/linux/drivers/media/dvb/frontends/Kconfig index da5a17ffc..53e775539 100644 --- a/linux/drivers/media/dvb/frontends/Kconfig +++ b/linux/drivers/media/dvb/frontends/Kconfig @@ -299,9 +299,8 @@ config DVB_PLL depends on DVB_CORE && I2C default m if DVB_FE_CUSTOMISE help - This module driver is needed by a couple of tuners based on PLL chips - with a common I2C interface. Say Y when you want to support these - tuners. + This module driver a number of tuners based on PLL chips with a + common I2C interface. Say Y when you want to support these tuners. config DVB_TDA826X tristate "Philips TDA826X silicon tuner" |