1config BR2_PACKAGE_HWLOC 2 bool "hwloc" 3 depends on BR2_TOOLCHAIN_HAS_THREADS 4 help 5 Portable Hardware Locality 6 7 Provides a portable abstraction (across OS, versions, 8 architectures, ...) of the hierarchical topology of modern 9 architectures, including NUMA memory nodes, sockets, shared 10 caches, cores and simultaneous multithreading. 11 12 http://www.open-mpi.org/projects/hwloc/ 13 14comment "hwloc needs a toolchain w/ threads" 15 depends on !BR2_TOOLCHAIN_HAS_THREADS 16