From 7ae375d3bc77dc74eb76ac6e81313e3fdb010c16 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Tue, 5 Jan 2021 22:04:56 +0200 Subject: ACPI: Remove ACPI_NO_SMI_GNVS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This was used as a guard to not raise SMI with APM_CNT_GNVS_UPDATE. The handler has been removed now completely. Change-Id: I7726367fd16630aa4b4b25b24b05f740645066db Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/coreboot/+/49127 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons Reviewed-by: Nico Huber --- src/acpi/Kconfig | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/acpi') diff --git a/src/acpi/Kconfig b/src/acpi/Kconfig index 07008db7a9..11ef12a347 100644 --- a/src/acpi/Kconfig +++ b/src/acpi/Kconfig @@ -24,9 +24,6 @@ config ACPI_INTEL_HARDWARE_SLEEP_VALUES Provide common definitions for Intel hardware PM1_CNT register sleep values. -config ACPI_NO_SMI_GNVS - bool - config ACPI_NO_PCAT_8259 bool help -- cgit v1.2.3