summaryrefslogtreecommitdiffstats
path: root/rules/fbutils.in
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2006-01-12 15:28:10 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2006-01-12 15:28:10 +0000
commit767dc213fb269ae6a0969ce14c2671e07318bb89 (patch)
treebbf34719288ccf07f27fc7e2a38979944a593179 /rules/fbutils.in
parentebe1abcc466a9efcd4426f6b48523d28f2c02f10 (diff)
downloadptxdist-767dc213fb269ae6a0969ce14c2671e07318bb89.tar.gz
ptxdist-767dc213fb269ae6a0969ce14c2671e07318bb89.tar.xz
usage of autogenerated dependencies and documentation update
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3843 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/fbutils.in')
-rw-r--r--rules/fbutils.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/rules/fbutils.in b/rules/fbutils.in
index de787f14e..a8bf32ce8 100644
--- a/rules/fbutils.in
+++ b/rules/fbutils.in
@@ -1,6 +1,8 @@
menuconfig FBUTILS
bool
prompt "fbutils "
+ help
+ Utilities and support for framebuffer devices
comment "Target Options"
depends on FBUTILS
@@ -10,21 +12,35 @@ config FBUTILS_FBSET
bool
default y
prompt "install fbset util on target"
+ help
+ fbset is a system utility to show or change the settings
+ of the frame buffer device. The frame buffer device pro-
+ vides a simple and unique interface to access different
+ kinds of graphic displays.
config FBUTILS_FBCMAP
depends on FBUTILS
bool
default y
prompt "install fbcmap util on target"
+ help
+ FIXME: This item needs to be documented
config FBUTILS_CON2FBMAP
depends on FBUTILS
bool
default y
prompt "install con2fbmap util on target"
+ help
+ con2fbmap is a system utility to show or change the mapping
+ of the consoles to the frame buffer device. The frame buffer
+ device provides a simple and unique interface to access
+ different kinds of graphic displays.
config FBUTILS_FBCONVERT
depends on FBUTILS
bool
default y
prompt "install fbconvert util on target"
+ help
+ FIXME: This item needs to be documented