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