Config.in 350 B

12345678910
  1. config BR2_PACKAGE_LIBRTAS
  2. bool "librtas"
  3. depends on BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le
  4. help
  5. The librtas package provides an interface for Run-Time
  6. Abstraction Services (RTAS) calls on PAPR platforms.
  7. The libraries allow users to examine and manipulate hardware,
  8. and parse RTAS events.
  9. http://librtas.sourceforge.net/