
13 Aug
2015
13 Aug
'15
5:01 a.m.
Signed-off-by: Saket Sinha saket.sinha89@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