configs/imx6ulpico: Use common script for image generation
[buildroot-gz.git] / package / amd-catalyst / Config.in
blob85551ed8033b888e1b033e77aa5883d3bad5b02e
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
6         bool "amd-catalyst"
7         depends on BR2_i386 || BR2_x86_64
8         depends on BR2_TOOLCHAIN_USES_GLIBC
9         help
10           The binary-only driver blob for AMD cards.
11           This driver supports AMD Radeon HD 5xxx and newer graphics
12           cards.
14           http://www.amd.com/
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
24         bool "X.org drivers"
25         default y
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"
45         help
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
60         help
61           Installs the Catalyst Control Center, a Qt graphical tool to
62           control AMD graphics accelerators.
64 endif
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
72         help
73           Builds and install the fglrx kernel module
75 config BR2_PACKAGE_AMD_CATALYST_OPENCL
76         bool "OpenCL support"
77         help
78           Installs the OpenCL binary blobs and the ICD profile
79           for GPGPU computing.
81 endif # BR2_PACKAGE_AMD_CATALYST