2015-05-19 07:59:55 +02:00
|
|
|
config BR2_PACKAGE_LIBRTAS
|
|
|
|
bool "librtas"
|
|
|
|
depends on BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le
|
|
|
|
depends on BR2_TOOLCHAIN_USES_GLIBC
|
|
|
|
help
|
2017-07-31 15:53:50 +02:00
|
|
|
The librtas package provides an interface for Run-Time
|
|
|
|
Abstraction Services (RTAS) calls on PAPR platforms.
|
|
|
|
The libraries allow users to examine and manipulate hardware,
|
|
|
|
and parse RTAS events.
|
2015-05-19 07:59:55 +02:00
|
|
|
|
|
|
|
http://librtas.sourceforge.net/
|
|
|
|
|
2016-06-08 23:40:54 +02:00
|
|
|
comment "librtas needs a glibc toolchain"
|
2015-08-20 01:20:14 +02:00
|
|
|
depends on BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le
|
2015-05-19 07:59:55 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_USES_GLIBC
|