diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-09-26 09:56:18 -0700 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-09-26 09:56:18 -0700 |
commit | d6ed7d76dd676bf7447fd4a3bf2d47fab5e66dab (patch) | |
tree | 5ab0d7711b9b22ca16cc1a4d7381326d6848efb3 | |
parent | 8df59213e66592abbfeba4cdc595aac994dfce7a (diff) | |
download | mediapointer-dvb-s2-d6ed7d76dd676bf7447fd4a3bf2d47fab5e66dab.tar.gz mediapointer-dvb-s2-d6ed7d76dd676bf7447fd4a3bf2d47fab5e66dab.tar.bz2 |
dvb: Fix kconfig help text
From: Uwe Bugla <uwe.bugla@gmx.de>
This patch corrects some broken English in Kconfig.
Signed-off-by: Uwe Bugla <uwe.bugla@gmx.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r-- | linux/drivers/media/dvb/frontends/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/linux/drivers/media/dvb/frontends/Kconfig b/linux/drivers/media/dvb/frontends/Kconfig index 53e775539..da5a17ffc 100644 --- a/linux/drivers/media/dvb/frontends/Kconfig +++ b/linux/drivers/media/dvb/frontends/Kconfig @@ -299,8 +299,9 @@ config DVB_PLL depends on DVB_CORE && I2C default m if DVB_FE_CUSTOMISE help - 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. + 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. config DVB_TDA826X tristate "Philips TDA826X silicon tuner" |