[U-Boot] [U-BOOT PATCH v3 1/4] x86: Added ACPI support as a configuration option.
Saket Sinha
saket.sinha89 at gmail.com
Thu Aug 13 05:01:00 CEST 2015
Signed-off-by: Saket Sinha <saket.sinha89 at gmail.com>
---
arch/x86/Kconfig | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 01ed760..36eae6d 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -346,6 +346,12 @@ config GENERATE_MP_TABLE
endmenu
+config GENERATE_ACPI_TABLE
+ bool "Generate ACPI(Advanced Configuration and Power Interface) table"
+ default y
+ help
+ The Advanced Configuration and Power Interface (ACPI) specification provides an open standard for device configuration and management by the operating system. It defines platform-independent interfaces for configuration, power management monitoring.
+
config MAX_PIRQ_LINKS
int
default 8
--
2.1.4
More information about the U-Boot
mailing list