summaryrefslogtreecommitdiffstats
path: root/package/libdrm/Config.in
blob: 4d7646bec4669606cb3d5e4be6a8bb14f4303fc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
config BR2_PACKAGE_LIBDRM
	bool "libdrm"
	select BR2_PACKAGE_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
	depends on !BR2_LARGEFILE