kumquat-buildroot/package/librtas/Config.in
Joel Stanley 825b563716 package/librtas: bump to v2.0.3
Includes build fixes for musl, so remove the glibc restriction, as it
now builds fine for both musl and uclibc.

Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2022-07-23 18:56:23 +02:00

11 lines
350 B
Plaintext

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/