xref: /OK3568_Linux_fs/buildroot/package/librtas/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LIBRTAS
2	bool "librtas"
3	depends on BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le
4	depends on BR2_TOOLCHAIN_USES_GLIBC
5	help
6	  The librtas package provides an interface for Run-Time
7	  Abstraction Services (RTAS) calls on PAPR platforms.
8	  The libraries allow users to examine and manipulate hardware,
9	  and parse RTAS events.
10
11	  http://librtas.sourceforge.net/
12
13comment "librtas needs a glibc toolchain"
14	depends on BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le
15	depends on !BR2_TOOLCHAIN_USES_GLIBC
16