8926a5030a1b204566e496f0f2c442a31c5ddd6b
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / x11r7 / xdriver_xf86-video-imx-viv / Config.in
1 config BR2_PACKAGE_XDRIVER_XF86_VIDEO_IMX_VIV
2         bool "xf86-video-imx-viv"
3         depends on BR2_PACKAGE_GPU_VIV_BIN_MX6Q_OUTPUT_X11
4         select BR2_PACKAGE_MESA3D # Needed in order to compile xorg with glx/dri
5         select BR2_PACKAGE_MESA3D_DRI_DRIVER
6         select BR2_PACKAGE_LIBDRM
7         select BR2_PACKAGE_XPROTO_XPROTO
8         select BR2_PACKAGE_XPROTO_XF86DRIPROTO
9         help
10           X.Org driver for iMX6 GPU (Vivante)
11
12           Notice EGL and GLes2 APIs are correctly supported. This driver should
13           also be able to provide Desktop OpenGL implementation but, this
14           feature seems broken since quite some time.
15
16           To use this driver, add correct configuration to your
17           /etc/X11/xorg.conf:
18
19           Section "Device"
20             [...]
21             Driver          "vivante"
22             Option          "vivante_fbdev" "/dev/fbX"
23           EndSection
24
25           Don't forget to load galcore.ko and create /dev/galcore before using
26           this driver (else, Xorg will exit with an obscur message like
27           "Segmentation fault at address 0xc").
28
29 comment "xf86-video-imx-viv depends on gpu-viv-bin-mx6q with X11 output"
30         depends on BR2_arm
31         depends on !BR2_PACKAGE_GPU_VIV_BIN_MX6Q_OUTPUT_X11