kumquat-buildroot/package/libdrm/Config.in
Thomas De Schampheleire 66bb10b7b0 Config.in files: unify comments of toolchain option dependencies
This patch lines up the comments in Config.in files that clarify which
toolchain options the package depends on.

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2013-10-14 22:45:57 +02:00

69 lines
1.5 KiB
Plaintext

config BR2_PACKAGE_LIBDRM
bool "libdrm"
select BR2_PACKAGE_XLIB_LIBPTHREAD_STUBS
depends on BR2_PACKAGE_XORG7
depends on BR2_LARGEFILE
help
Direct Rendering Manager
http://dri.freedesktop.org/libdrm/
if BR2_PACKAGE_LIBDRM
menu "DRM Drivers"
config BR2_PACKAGE_LIBDRM_INTEL
bool "intel"
select BR2_PACKAGE_LIBATOMIC_OPS
select BR2_PACKAGE_XLIB_LIBPCIACCESS
depends on BR2_i386 || BR2_x86_64
help
installs intel graphics driver
config BR2_PACKAGE_LIBDRM_RADEON
bool "radeon"
select BR2_PACKAGE_LIBATOMIC_OPS
select BR2_PACKAGE_XLIB_LIBPCIACCESS
depends on BR2_i386 || BR2_x86_64
help
install AMD/ATI graphics driver
config BR2_PACKAGE_LIBDRM_NOUVEAU
bool "nouveau"
select BR2_PACKAGE_XLIB_LIBPCIACCESS
depends on BR2_i386 || BR2_x86_64
help
install Nvidia graphics driver
config BR2_PACKAGE_LIBDRM_VMWGFX
bool "vmwgfx"
select BR2_PACKAGE_XLIB_LIBPCIACCESS
depends on BR2_i386 || BR2_x86_64
help
installs Vmware graphics driver
config BR2_PACKAGE_LIBDRM_OMAP
bool "omap (experimental)"
depends on BR2_arm
help
install the TI OMAP driver using an experimental API.
config BR2_PACKAGE_LIBDRM_EXYNOS
bool "exynos (experimental)"
depends on BR2_arm
help
installs Samsung Exynos driver using an experimental API.
config BR2_PACKAGE_LIBDRM_FREEDRENO
bool "freedreno (experimental)"
depends on BR2_arm
help
install Qualcomm Snapdragon driver using an experimental API.
endmenu
endif
comment "libdrm needs a toolchain w/ largefile"
depends on BR2_PACKAGE_XORG7 && !BR2_LARGEFILE