1 config BR2_PACKAGE_XDRIVER_XF86_VIDEO_IMX
3 depends on BR2_ARM_EABI # libz160
4 depends on BR2_TOOLCHAIN_USES_GLIBC # libz160
5 depends on BR2_LINUX_KERNEL # linux/mxcfb.h
6 depends on BR2_PACKAGE_GPU_AMD_BIN_MX51_OUTPUT_X11
7 select BR2_PACKAGE_LIBZ160
8 select BR2_PACKAGE_XPROTO_FONTSPROTO
9 select BR2_PACKAGE_XPROTO_RANDRPROTO
10 select BR2_PACKAGE_XPROTO_RENDERPROTO
11 select BR2_PACKAGE_XPROTO_VIDEOPROTO
12 select BR2_PACKAGE_XPROTO_XF86DGAPROTO
13 select BR2_PACKAGE_XPROTO_XPROTO
15 X.Org driver for iMX5 GPU
17 To use this driver, add the correct configuration to your
18 /etc/X11/xorg.conf, as follows:
23 Option "fbdev" "/dev/fb0"
26 comment "xf86-video-imx needs an EABI toolchain w/ glibc"
28 depends on !BR2_ARM_EABI || !BR2_TOOLCHAIN_USES_GLIBC
30 comment "xf86-video-imx needs gpu-amd-bin-mx51 with X11 output and a Linux kernel to be built"
32 depends on !BR2_LINUX_KERNEL || !BR2_PACKAGE_GPU_AMD_BIN_MX51_OUTPUT_X11