xref: /OK3568_Linux_fs/buildroot/package/acpica/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_ACPICA
2	bool "acpica"
3	depends on BR2_TOOLCHAIN_HAS_THREADS
4	help
5	  The ACPI Component Architecture (ACPICA) project provides an
6	  operating system (OS)-independent reference implementation
7	  of the Advanced Configuration and Power Interface
8	  Specification (ACPI).
9
10	  https://www.acpica.org
11
12comment "acpica needs a toolchain w/ threads"
13	depends on !BR2_TOOLCHAIN_HAS_THREADS
14