kumquat-buildroot/package/x11r7/xdriver_xf86-video-imx/Config.in
Bernd Kuhls 4c089c9363 package/x11r7/xdriver_xf86-video-*: mass switch to xorgproto
The new package xorgproto will combine and replace all current xproto_*
packages. For details read
https://lists.x.org/archives/xorg-announce/2018-February/002835.html

Removed special dri2/dri3 handling because xorgproto always installs
dri3proto.

Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018-07-28 22:32:43 +02:00

28 lines
853 B
Plaintext

config BR2_PACKAGE_XDRIVER_XF86_VIDEO_IMX
bool "xf86-video-imx"
depends on BR2_ARM_EABI # libz160
depends on BR2_TOOLCHAIN_USES_GLIBC # libz160
depends on BR2_LINUX_KERNEL # linux/mxcfb.h
depends on BR2_PACKAGE_GPU_AMD_BIN_MX51_OUTPUT_X11
select BR2_PACKAGE_LIBZ160
select BR2_PACKAGE_XORGPROTO
help
X.Org driver for iMX5 GPU
To use this driver, add the correct configuration to your
/etc/X11/xorg.conf, as follows:
Section "Device"
[...]
Driver "imx"
Option "fbdev" "/dev/fb0"
EndSection
comment "xf86-video-imx needs an EABI toolchain w/ glibc"
depends on BR2_arm
depends on !BR2_ARM_EABI || !BR2_TOOLCHAIN_USES_GLIBC
comment "xf86-video-imx needs gpu-amd-bin-mx51 with X11 output and a Linux kernel to be built"
depends on BR2_arm
depends on !BR2_LINUX_KERNEL || !BR2_PACKAGE_GPU_AMD_BIN_MX51_OUTPUT_X11