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

config 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