summaryrefslogtreecommitdiffstats
path: root/package/librtas/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/librtas/Config.in')
-rw-r--r--package/librtas/Config.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/librtas/Config.in b/package/librtas/Config.in
new file mode 100644
index 0000000000..e437fa12bf
--- /dev/null
+++ b/package/librtas/Config.in
@@ -0,0 +1,13 @@
+config BR2_PACKAGE_LIBRTAS
+ bool "librtas"
+ depends on BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le
+ depends on BR2_TOOLCHAIN_USES_GLIBC
+ 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/
+
+comment "librtas needs an (e)glibc toolchain"
+ depends on !BR2_TOOLCHAIN_USES_GLIBC
OpenPOWER on IntegriCloud