aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
authorVicente Jiménez <googuy@gmail.com>2011-01-07 19:54:26 -0500
committerPaul Mundt <lethal@linux-sh.org>2011-01-10 22:11:16 -0500
commit90a48151599b5f5137aeb0c8849557231e9c1640 (patch)
tree4346bbfffcc6a5906bd0cadc21fda759f02e8aec /drivers/video/Kconfig
parent0d7fa180a8f314eaa4f766a852bf73abce4dbcc2 (diff)
video: matroxfb: Correct video option in comments and kernel config help.
Configuring the kernel I found that the Matrox frame buffer help has a different option than the one in the docs (Documentation/fb/matroxfb.txt). I decided to check the source code to see what is the correct option. drivers/video/matrox/matroxfb_base.c has a lot of comments that sugests that the video option is "matrox". However in line 2452 of this same file you have: fb_get_options("matroxfb", &option) video=matroxfb:XXX is the correct video option not video=matrox:XXX. Signed-off-by: Vicente Jimenez Aguilar <googuy@gmail.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 55dc6fb6e909..c183faace63a 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -1273,7 +1273,7 @@ config FB_MATROX
1273 module will be called matroxfb. 1273 module will be called matroxfb.
1274 1274
1275 You can pass several parameters to the driver at boot time or at 1275 You can pass several parameters to the driver at boot time or at
1276 module load time. The parameters look like "video=matrox:XXX", and 1276 module load time. The parameters look like "video=matroxfb:XXX", and
1277 are described in <file:Documentation/fb/matroxfb.txt>. 1277 are described in <file:Documentation/fb/matroxfb.txt>.
1278 1278
1279config FB_MATROX_MILLENIUM 1279config FB_MATROX_MILLENIUM