Skip to content

Commit

Permalink
[PATCH] vfb: Document option to enable the driver
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mike Frysinger authored and Linus Torvalds committed Oct 3, 2006
1 parent 535a09a commit 66cf751
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1619,7 +1619,8 @@ config FB_VIRTUAL
kernel option `video=vfb:'.

To compile this driver as a module, choose M here: the
module will be called vfb.
module will be called vfb. In order to load it, you must use
the vfb_enable=1 option.

If unsure, say N.
if VT
Expand Down

0 comments on commit 66cf751

Please sign in to comment.