summaryrefslogtreecommitdiffstats
path: root/src/mainboard/amd/mandolin
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/mainboard/amd/mandolin
parent97fce56b9c9ecb3c5a624d2c55e5ced7cab2d3f5 (diff)
downloadcoreboot-e697fd9ecb6fe09775e87226099f85c02d3d3074.tar.gz
coreboot-e697fd9ecb6fe09775e87226099f85c02d3d3074.tar.bz2
coreboot-e697fd9ecb6fe09775e87226099f85c02d3d3074.zip
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/mainboard/amd/mandolin')
-rw-r--r--src/mainboard/amd/mandolin/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/amd/mandolin/Kconfig b/src/mainboard/amd/mandolin/Kconfig
index c1d68fa58b41..7c9387a144ff 100644
--- a/src/mainboard/amd/mandolin/Kconfig
+++ b/src/mainboard/amd/mandolin/Kconfig
@@ -6,7 +6,6 @@ config BOARD_SPECIFIC_OPTIONS
def_bool y
select SOC_AMD_COMMON_BLOCK_USE_ESPI
select SOC_AMD_PICASSO
- select HAVE_ACPI_TABLES
select BOARD_ROMSIZE_KB_8192 if BOARD_AMD_MANDOLIN
select BOARD_ROMSIZE_KB_16384 if BOARD_AMD_CEREME
select AZALIA_PLUGIN_SUPPORT