summaryrefslogtreecommitdiffstats
path: root/rules/libpciaccess.in
blob: 24e8ff2903a8ae5127b4e039d33d11af796f87e2 (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
## SECTION=multimedia_xorg_lib

menuconfig LIBPCIACCESS
	tristate
	prompt "libpciaccess                  "
	help
	  libpciaccess contains low level access functions to be used by
	  the xorg servers and video drivers.

if LIBPCIACCESS
config LIBPCIACCESS_STATIC
	bool
	prompt "build static only"
	help
	  Build a static only version of this library. This makes sense if only
	  one program will use this library on the target and it makes more
	  sense if a CPU with low register count (like x86) is in use.

comment "build options"

config LIBPCIACCESS_MTRR
	bool
	prompt "MTRR support"
	help
	  You should carefully check if your x86 target CPU supports MTRRs,
	  and if so enable this menuentry.
	  BTW: MTRR stands for "memory type range registers" and its used to
	  optimize accesses to various memory types, like main memory
	  or memory accessible via busses like video memory on PCI cards.

endif