aboutsummaryrefslogtreecommitdiff
path: root/src/Kconfig
diff options
context:
space:
mode:
authorVladimir Serbinenko <phcoder@gmail.com>2014-01-03 15:55:40 +0100
committerVladimir Serbinenko <phcoder@gmail.com>2014-10-16 12:01:10 +0200
commit822bc65b0e8cb9c17721b8b776ec7ecf6ac4129e (patch)
treeb32448affa8d83a08cc4a754aed4731b32c09882 /src/Kconfig
parent0e64617d7d8adcd4d3db16eed7a34604691c2ee6 (diff)
ACPI: Remove CONFIG_GENERATE_ACPI_TABLES
As currently many systems would be barely functional without ACPI, always generate ACPI tables if supported. Change-Id: I372dbd03101030c904dab153552a1291f3b63518 Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/4609 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@google.com>
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/Kconfig b/src/Kconfig
index ec598631bd..ecdc929f46 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -438,8 +438,6 @@ config HAVE_ACPI_TABLES
help
This variable specifies whether a given board has ACPI table support.
It is usually set in mainboard/*/Kconfig.
- Whether or not the ACPI tables are actually generated by coreboot
- is configurable by the user via GENERATE_ACPI_TABLES.
config HAVE_MP_TABLE
bool
@@ -477,15 +475,6 @@ config PER_DEVICE_ACPI_TABLES
menu "System tables"
-config GENERATE_ACPI_TABLES
- prompt "Generate ACPI tables" if HAVE_ACPI_TABLES
- bool
- default HAVE_ACPI_TABLES
- help
- Generate ACPI tables for this board.
-
- If unsure, say Y.
-
config GENERATE_MP_TABLE
prompt "Generate an MP table" if HAVE_MP_TABLE || DRIVERS_GENERIC_IOAPIC
bool