aboutsummaryrefslogtreecommitdiff
path: root/util-linux/fbset.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/fbset.c')
-rw-r--r--util-linux/fbset.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/util-linux/fbset.c b/util-linux/fbset.c
index 0b141816d..11cb20cb2 100644
--- a/util-linux/fbset.c
+++ b/util-linux/fbset.c
@@ -16,29 +16,29 @@
16//config: default y 16//config: default y
17//config: select PLATFORM_LINUX 17//config: select PLATFORM_LINUX
18//config: help 18//config: help
19//config: fbset is used to show or change the settings of a Linux frame buffer 19//config: fbset is used to show or change the settings of a Linux frame buffer
20//config: device. The frame buffer device provides a simple and unique 20//config: device. The frame buffer device provides a simple and unique
21//config: interface to access a graphics display. Enable this option 21//config: interface to access a graphics display. Enable this option
22//config: if you wish to enable the 'fbset' utility. 22//config: if you wish to enable the 'fbset' utility.
23//config: 23//config:
24//config:config FEATURE_FBSET_FANCY 24//config:config FEATURE_FBSET_FANCY
25//config: bool "Enable extra options" 25//config: bool "Enable extra options"
26//config: default y 26//config: default y
27//config: depends on FBSET 27//config: depends on FBSET
28//config: help 28//config: help
29//config: This option enables extended fbset options, allowing one to set the 29//config: This option enables extended fbset options, allowing one to set the
30//config: framebuffer size, color depth, etc. interface to access a graphics 30//config: framebuffer size, color depth, etc. interface to access a graphics
31//config: display. Enable this option if you wish to enable extended fbset 31//config: display. Enable this option if you wish to enable extended fbset
32//config: options. 32//config: options.
33//config: 33//config:
34//config:config FEATURE_FBSET_READMODE 34//config:config FEATURE_FBSET_READMODE
35//config: bool "Enable readmode support" 35//config: bool "Enable readmode support"
36//config: default y 36//config: default y
37//config: depends on FBSET 37//config: depends on FBSET
38//config: help 38//config: help
39//config: This option allows fbset to read the video mode database stored by 39//config: This option allows fbset to read the video mode database stored by
40//config: default as /etc/fb.modes, which can be used to set frame buffer 40//config: default as /etc/fb.modes, which can be used to set frame buffer
41//config: device to pre-defined video modes. 41//config: device to pre-defined video modes.
42 42
43//applet:IF_FBSET(APPLET(fbset, BB_DIR_USR_SBIN, BB_SUID_DROP)) 43//applet:IF_FBSET(APPLET(fbset, BB_DIR_USR_SBIN, BB_SUID_DROP))
44 44