aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2021-01-18 15:10:43 +0100
committerFelix Held <felix-coreboot@felixheld.de>2021-01-19 15:05:58 +0000
commite697fd9ecb6fe09775e87226099f85c02d3d3074 (patch)
tree712e559a0d1f5007747e306182584211e6edf837 /src/soc/amd
parent97fce56b9c9ecb3c5a624d2c55e5ced7cab2d3f5 (diff)
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 <felix-coreboot@felixheld.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49667 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/soc/amd')
-rw-r--r--src/soc/amd/picasso/Kconfig1
1 files changed, 1 insertions, 0 deletions
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