diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2016-03-12 17:19:50 -0800 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2016-03-15 21:17:14 +0100 |
commit | 730d47537e947eff439b33a6d3847abdd2a5a2ef (patch) | |
tree | e48d771860e073fdfc7a3cf21e9e3ea801e0b13e /src/arch/x86/Kconfig | |
parent | 821844534c78c60041402e732892f79865636650 (diff) |
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 <stefan.reinauer@coreboot.org>
Reviewed-on: https://review.coreboot.org/14078
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/arch/x86/Kconfig')
-rw-r--r-- | src/arch/x86/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
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 |