Config.in 528 B

123456789101112131415
  1. config 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. http://librtas.sourceforge.net/
  11. comment "librtas needs a glibc toolchain"
  12. depends on BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le
  13. depends on !BR2_TOOLCHAIN_USES_GLIBC