From e697fd9ecb6fe09775e87226099f85c02d3d3074 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Mon, 18 Jan 2021 15:10:43 +0100 Subject: soc/amd/picasso: move HAVE_ACPI_TABLES from mainboards to SoC The SoC code has in implicit dependency on this option, so select it in the SoC code instead of the mainboard code. Change-Id: Iea908c142f4a94a107cf74a31d9f5e29668d4b5b Signed-off-by: Felix Held Reviewed-on: https://review.coreboot.org/c/coreboot/+/49667 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- src/soc/amd/picasso/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/amd') diff --git a/src/soc/amd/picasso/Kconfig b/src/soc/amd/picasso/Kconfig index c004278d5e..d3c0ef735c 100644 --- a/src/soc/amd/picasso/Kconfig +++ b/src/soc/amd/picasso/Kconfig @@ -23,6 +23,7 @@ config CPU_SPECIFIC_OPTIONS select GENERIC_GPIO_LIB select IDT_IN_EVERY_STAGE select IOAPIC + select HAVE_ACPI_TABLES select HAVE_EM100_SUPPORT select HAVE_USBDEBUG_OPTIONS select SOC_AMD_COMMON_BLOCK_SPI -- cgit v1.2.3