From 730d47537e947eff439b33a6d3847abdd2a5a2ef Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Sat, 12 Mar 2016 17:19:50 -0800 Subject: x86: Drop CONFIG_COMPILE_IN_DSDT This option is no longer needed, as FMAP support has been fully integrated in coreboot Change-Id: I6121b31bf946532717ba15e12f5c63d2baa95ab2 Signed-off-by: Stefan Reinauer Reviewed-on: https://review.coreboot.org/14078 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/arch/x86/Kconfig | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/arch/x86/Kconfig') diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig index a90b04e440..4102b6805f 100644 --- a/src/arch/x86/Kconfig +++ b/src/arch/x86/Kconfig @@ -153,11 +153,6 @@ config ID_SECTION_OFFSET hex default 0x80 -config COMPILE_IN_DSDT - bool "compile in DSDT and use that over DSDT in CBFS" - depends on HAVE_ACPI_TABLES - default n - # 64KiB default bootblock size when employing C_ENVIRONMENT_BOOTBLOCK. config C_ENV_BOOTBLOCK_SIZE hex -- cgit v1.2.3