summaryrefslogtreecommitdiffstats
path: root/rules/fbutils.in
blob: bec46d45835b96f55b9c16e0b85678cc00d50cb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
menuconfig FBUTILS
	bool
	select GCCLIBS_CXX
	prompt "fbutils               "
	help
	  Utilities and support for framebuffer devices 

comment	"Target Options"
	depends on FBUTILS

config FBUTILS_FBSET
	depends on FBUTILS
	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