xref: /OK3568_Linux_fs/buildroot/package/clinfo/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_CLINFO
2	bool "clinfo"
3	depends on BR2_PACKAGE_HAS_LIBOPENCL
4	help
5	  clinfo is a simple command-line application that enumerates
6	  all possible (known) properties of the OpenCL platform and
7	  devices available on the system.
8
9	  https://github.com/Oblomov/clinfo
10
11comment "clinfo needs an OpenCL provider"
12	depends on !BR2_PACKAGE_HAS_LIBOPENCL
13