summaryrefslogtreecommitdiffstats
path: root/rules/xorg-driver.in
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2015-05-04 14:50:42 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-05-17 08:21:02 +0200
commitc3954e03cbdf09c9d76aeb85b9c26cd729ea3b93 (patch)
treec6e05be5fecc0160f3394d7c48f8ebc32f269502 /rules/xorg-driver.in
parenta4365fda7a2710e7cb1d36de9f92859cfca53299 (diff)
downloadptxdist-c3954e03cbdf09c9d76aeb85b9c26cd729ea3b93.tar.gz
ptxdist-c3954e03cbdf09c9d76aeb85b9c26cd729ea3b93.tar.xz
xorg-server: add xf86-video-modesetting driver option
With xorg-server 1.17 the xf86-video-modesetting driver has been integrated into the xserver codebase as a generic video driver on top of KMS and OpenGL. Add options which allow to build and install this driver. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/xorg-driver.in')
-rw-r--r--rules/xorg-driver.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/rules/xorg-driver.in b/rules/xorg-driver.in
index b9511977f..c94953cfa 100644
--- a/rules/xorg-driver.in
+++ b/rules/xorg-driver.in
@@ -11,5 +11,14 @@ menuconfig XORG_DRIVER_VIDEO
bool "xorg video drivers "
if XORG_DRIVER_VIDEO
+
+config XORG_DRIVER_VIDEO_MODESETTING
+ tristate "modesetting"
+ select XORG_SERVER_LIBDRM
+ help
+ Generic xorg video driver on top of KMS. Can be used with
+ hardware acceleration on top of OpenGL if the GLAMOR module
+ is also selected.
+
source "generated/multimedia_xorg_driver_video.in"
endif