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>
This commit is contained in:
Felix Held 2021-01-18 15:10:43 +01:00
parent 97fce56b9c
commit e697fd9ecb
3 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -30,7 +30,6 @@ config BOARD_SPECIFIC_OPTIONS
select ELOG
select ELOG_BOOT_COUNT
select ELOG_GSMI
select HAVE_ACPI_TABLES
select GFXUMA
select GOOGLE_SMBIOS_MAINBOARD_VERSION
select MAINBOARD_HAS_CHROMEOS

View File

@ -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