buildroot/package/librtas/Config.in

11 lines
350 B
Plaintext
Raw Permalink Normal View History

2024-02-18 09:22:07 +08:00
config BR2_PACKAGE_LIBRTAS
bool "librtas"
depends on BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le
help
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.
http://librtas.sourceforge.net/