summaryrefslogtreecommitdiffstats
path: root/rules/libpciaccess.in
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2008-07-17 09:07:31 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2008-07-17 09:07:31 +0000
commit9a59ec105000ecb3926853222e1e734134f289b8 (patch)
tree1ce24f9c9f64340a05f0982bf9d24e49d6889187 /rules/libpciaccess.in
parentaa8a92908a6ea8d1f7d9a8044b2422b431e3e5fb (diff)
downloadptxdist-9a59ec105000ecb3926853222e1e734134f289b8.tar.gz
ptxdist-9a59ec105000ecb3926853222e1e734134f289b8.tar.xz
* libpciaccess: Added as preparation to update the xorg-server to 1.5
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8658 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/libpciaccess.in')
-rw-r--r--rules/libpciaccess.in30
1 files changed, 30 insertions, 0 deletions
diff --git a/rules/libpciaccess.in b/rules/libpciaccess.in
new file mode 100644
index 000000000..d47210e30
--- /dev/null
+++ b/rules/libpciaccess.in
@@ -0,0 +1,30 @@
+#
+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