xref: /OK3568_Linux_fs/buildroot/package/hwloc/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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