bb98e5adcb33d63041a4d5487acb69f8b1f16a0c
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / x11r7 / xdriver_xf86-video-imx / Config.in
1 config BR2_PACKAGE_XDRIVER_XF86_VIDEO_IMX
2         bool "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
14         help
15           X.Org driver for iMX5 GPU
16
17           To use this driver, add the correct configuration to your
18           /etc/X11/xorg.conf, as follows:
19
20           Section "Device"
21             [...]
22             Driver "imx"
23             Option "fbdev" "/dev/fb0"
24           EndSection
25
26 comment "xf86-video-imx needs an EABI toolchain w/ (e)glibc"
27         depends on BR2_arm
28         depends on !BR2_ARM_EABI || !BR2_TOOLCHAIN_USES_GLIBC
29
30 comment "xf86-video-imx needs gpu-amd-bin-mx51 with X11 output and a Linux kernel to be built"
31         depends on BR2_arm
32         depends on !BR2_LINUX_KERNEL || !BR2_PACKAGE_GPU_AMD_BIN_MX51_OUTPUT_X11