summaryrefslogtreecommitdiffstats
path: root/rules/fbset.in
blob: 64dd9ec559dfd3e25cf2f0d9012f67f2db580ce3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
## SECTION=multimedia_framebuffer

menuconfig FBSET
	tristate
	prompt "fbset                         "
	select HOST_FLEX
	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.

if FBSET

config FBSET_FBMODES
	bool
	prompt "install /etc/fb.modes"
	help
	  Install /etc/fb.modes file.

endif