The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / hwloc / Config.in
1 config 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
14 comment "hwloc needs a toolchain w/ threads"
15         depends on !BR2_TOOLCHAIN_HAS_THREADS