kumquat-buildroot/package/librtas/Config.in
Yann E. MORIN 42f1e5ce5b package/librtas: only show comment on supported architectures
librtas is only available for PPC and PPC64, so only show the comment
about the (e)glibc dependency for those archs.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Sam Bobroff <sam.bobroff@au1.ibm.com>
Reviewed-by: Sam Bobroff <sam.bobroff@au1.ibm.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-08-20 23:58:57 +02:00

15 lines
529 B
Plaintext

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_powerpc || BR2_powerpc64 || BR2_powerpc64le
depends on !BR2_TOOLCHAIN_USES_GLIBC