Commit 66cf7512 authored by Mike Frysinger's avatar Mike Frysinger Committed by Linus Torvalds

[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: default avatarAntonino Daplas <adaplas@pol.net>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 535a09ad
...@@ -1619,7 +1619,8 @@ config FB_VIRTUAL ...@@ -1619,7 +1619,8 @@ config FB_VIRTUAL
kernel option `video=vfb:'. kernel option `video=vfb:'.
To compile this driver as a module, choose M here: the 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 unsure, say N.
if VT if VT
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment