diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-10-03 04:14:41 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-03 11:04:09 -0400 |
commit | 66cf75121b1c8128ef9ab2d772c5654ae00c4284 (patch) | |
tree | 599eabd3df8343bcc96fe8aea9ea54ae0448731c /drivers/video | |
parent | 535a09ad59286b7675ffbf8b51d8ecb001c44386 (diff) |
[PATCH] vfb: Document option to enable the driver
The Kconfig help text doesnt mention that in order to load the vfb module, you
have to pass in the parameter vfb_enable=1
Document required module options in Kconfig for loading the vfb module.
Signed-off-by: Antonino Daplas <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index e0ef3328942c..652d202adf75 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -1619,7 +1619,8 @@ config FB_VIRTUAL | |||
1619 | kernel option `video=vfb:'. | 1619 | kernel option `video=vfb:'. |
1620 | 1620 | ||
1621 | To compile this driver as a module, choose M here: the | 1621 | To compile this driver as a module, choose M here: the |
1622 | module will be called vfb. | 1622 | module will be called vfb. In order to load it, you must use |
1623 | the vfb_enable=1 option. | ||
1623 | 1624 | ||
1624 | If unsure, say N. | 1625 | If unsure, say N. |
1625 | if VT | 1626 | if VT |