From d51a0896c6c0e995b6a60ee322e04d311bb4b031 Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Fri, 4 Mar 2016 09:20:20 +0100 Subject: Kconfig: hide useless options on ARM. Those options have no effect or lead to compile error on ARM due to fundamental incompatibilities. Add proper "depends on" clauses to hide them. Change-Id: I860fbd331439c25efd8aa92023195fda3add2e2c Signed-off-by: Vladimir Serbinenko Reviewed-on: https://review.coreboot.org/13904 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Martin Roth --- src/arch/x86/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/arch/x86') diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig index 2257cb6c96..a90b04e440 100644 --- a/src/arch/x86/Kconfig +++ b/src/arch/x86/Kconfig @@ -155,6 +155,7 @@ config ID_SECTION_OFFSET 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. -- cgit v1.2.3