1*4882a593Smuzhiyunconfig BR2_PACKAGE_XDRIVER_XF86_VIDEO_IMX 2*4882a593Smuzhiyun bool "xf86-video-imx" 3*4882a593Smuzhiyun depends on BR2_ARM_EABI # libz160 4*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_USES_GLIBC # libz160 5*4882a593Smuzhiyun depends on BR2_LINUX_KERNEL # linux/mxcfb.h 6*4882a593Smuzhiyun depends on BR2_PACKAGE_GPU_AMD_BIN_MX51_OUTPUT_X11 7*4882a593Smuzhiyun select BR2_PACKAGE_LIBZ160 8*4882a593Smuzhiyun select BR2_PACKAGE_XORGPROTO 9*4882a593Smuzhiyun help 10*4882a593Smuzhiyun X.Org driver for iMX5 GPU 11*4882a593Smuzhiyun 12*4882a593Smuzhiyun To use this driver, add the correct configuration to your 13*4882a593Smuzhiyun /etc/X11/xorg.conf, as follows: 14*4882a593Smuzhiyun 15*4882a593Smuzhiyun Section "Device" 16*4882a593Smuzhiyun [...] 17*4882a593Smuzhiyun Driver "imx" 18*4882a593Smuzhiyun Option "fbdev" "/dev/fb0" 19*4882a593Smuzhiyun EndSection 20*4882a593Smuzhiyun 21*4882a593Smuzhiyuncomment "xf86-video-imx needs an EABI toolchain w/ glibc" 22*4882a593Smuzhiyun depends on BR2_arm 23*4882a593Smuzhiyun depends on !BR2_ARM_EABI || !BR2_TOOLCHAIN_USES_GLIBC 24*4882a593Smuzhiyun 25*4882a593Smuzhiyuncomment "xf86-video-imx needs gpu-amd-bin-mx51 with X11 output and a Linux kernel to be built" 26*4882a593Smuzhiyun depends on BR2_arm 27*4882a593Smuzhiyun depends on !BR2_LINUX_KERNEL || !BR2_PACKAGE_GPU_AMD_BIN_MX51_OUTPUT_X11 28