tcpreplay: Bump version to v4.2.0
[buildroot-gz.git] / package / librtas / Config.in
blobfb0ac766bf9cc73b65f3fea5efed0eca2257bfae
1 config BR2_PACKAGE_LIBRTAS
2         bool "librtas"
3         depends on BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le
4         depends on BR2_TOOLCHAIN_USES_GLIBC
5         help
6           The librtas package provides an interface for Run-Time Abstraction
7           Services (RTAS) calls on PAPR platforms. The libraries allow users to
8           examine and manipulate hardware, and parse RTAS events.
10           http://librtas.sourceforge.net/
12 comment "librtas needs a glibc toolchain"
13         depends on BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le
14         depends on !BR2_TOOLCHAIN_USES_GLIBC