summaryrefslogtreecommitdiffstats
path: root/rules/svgalib.in
blob: 427b416c760e2d54ed4aad533a2f64f54837da85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## SECTION=multimedia_libs

menuconfig SVGALIB
	tristate
	prompt "svgalib                       "
	help
	  SVGAlib is a library that provides simple access to VGA hardware.

if SVGALIB

config SVGALIB_VGATEST
	bool
	prompt "vgatest"
	help
	  A test tool.

endif