Config.in 453 B

1234567891011121314
  1. config BR2_PACKAGE_ACPICA
  2. bool "acpica"
  3. depends on BR2_USE_WCHAR
  4. depends on BR2_TOOLCHAIN_HAS_THREADS
  5. help
  6. The ACPI Component Architecture (ACPICA) project provides an
  7. operating system (OS)-independent reference implementation
  8. of the Advanced Configuration and Power Interface
  9. Specification (ACPI).
  10. https://www.acpica.org
  11. comment "acpica needs a toolchain w/ threads, wchar"
  12. depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS