1 comment "amd-catalyst needs a glibc toolchain"
2 depends on BR2_i386 || BR2_x86_64
3 depends on !BR2_TOOLCHAIN_USES_GLIBC
5 config BR2_PACKAGE_AMD_CATALYST
7 depends on BR2_i386 || BR2_x86_64
8 depends on BR2_TOOLCHAIN_USES_GLIBC
10 The binary-only driver blob for AMD cards.
11 This driver supports AMD Radeon HD 5xxx and newer graphics
16 if BR2_PACKAGE_AMD_CATALYST
18 comment "amd-catalyst X.org drivers needs a modular Xorg server <= 1.17"
19 depends on !BR2_PACKAGE_XORG7 \
20 || !BR2_PACKAGE_XSERVER_XORG_SERVER_MODULAR \
21 || !BR2_PACKAGE_XSERVER_XORG_SERVER_VIDEODRV_ABI_19
23 config BR2_PACKAGE_AMD_CATALYST_XORG
26 depends on BR2_PACKAGE_XORG7
27 depends on BR2_PACKAGE_XSERVER_XORG_SERVER_MODULAR
28 depends on BR2_PACKAGE_XSERVER_XORG_SERVER_VIDEODRV_ABI_19
29 select BR2_PACKAGE_XSERVER_XORG_SERVER_AIGLX
30 select BR2_PACKAGE_ACPID # runtime
31 select BR2_PACKAGE_XLIB_LIBX11 # runtime
32 select BR2_PACKAGE_XLIB_LIBXEXT # runtime
33 select BR2_PACKAGE_XLIB_LIBXCOMPOSITE # runtime
34 # This package does not have standard GL headers
35 select BR2_PACKAGE_MESA3D_HEADERS
36 select BR2_PACKAGE_HAS_LIBGL
38 if BR2_PACKAGE_AMD_CATALYST_XORG
40 config BR2_PACKAGE_PROVIDES_LIBGL
41 default "amd-catalyst"
43 config BR2_PACKAGE_AMD_CATALYST_CMDLINE_TOOLS
44 bool "command-line configuration tools"
46 Build and install the AMD command line tools.
48 comment "Catalyst Control Center needs Qt4 with X11 and PNG support"
49 depends on !BR2_PACKAGE_QT || !BR2_PACKAGE_QT_X11 \
50 || BR2_PACKAGE_QT_NOPNG
52 config BR2_PACKAGE_AMD_CATALYST_CCCLE
53 bool "Catalyst Control Center"
54 depends on BR2_PACKAGE_QT
55 depends on BR2_PACKAGE_QT_X11
56 depends on !BR2_PACKAGE_QT_NOPNG
57 select BR2_PACKAGE_BUSYBOX_SHOW_OTHERS # procps-ng
58 select BR2_PACKAGE_PROCPS_NG # runtime
59 select BR2_PACKAGE_QT_ACCESSIBILITY
61 Installs the Catalyst Control Center, a Qt graphical tool to
62 control AMD graphics accelerators.
66 comment "amd-catalyst kernel module needs a kernel to be built"
67 depends on !BR2_LINUX_KERNEL
69 config BR2_PACKAGE_AMD_CATALYST_MODULE
70 bool "fglrx kernel module"
71 depends on BR2_LINUX_KERNEL
73 Builds and install the fglrx kernel module
75 config BR2_PACKAGE_AMD_CATALYST_OPENCL
78 Installs the OpenCL binary blobs and the ICD profile
81 endif # BR2_PACKAGE_AMD_CATALYST