1 config BR2_PACKAGE_LIBRTAS
3 depends on BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le
4 depends on BR2_TOOLCHAIN_USES_GLIBC
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