From 02d241245c6beadcfa6cf71e4c44521ef916c616 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Wed, 10 Jan 2024 21:54:22 +0100 Subject: sb/amd/pi/hudson/Kconfig: replace HUDSON_LEGACY_FREE option HUDSON_LEGACY_FREE controlled both if the legacy devices and the 8042 flags are set in the IA-PC boot architecture filed of the FADT. Since some systems have legacy devices on the LPC bus, but no 8042-compatible keyboard controller, replace this option with the two new options HUDSON_FADT_LEGACY_DEVICES and HUDSON_FADT_8042. TEST=The FACP table doesn't change on APU2 Signed-off-by: Felix Held Change-Id: Id4ff85630c90fb2ae8c8826bbc9049a08668210d Reviewed-on: https://review.coreboot.org/c/coreboot/+/79893 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans --- src/mainboard/pcengines/apu2/Kconfig | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mainboard/pcengines/apu2') diff --git a/src/mainboard/pcengines/apu2/Kconfig b/src/mainboard/pcengines/apu2/Kconfig index dd6536c923..028d3b65da 100644 --- a/src/mainboard/pcengines/apu2/Kconfig +++ b/src/mainboard/pcengines/apu2/Kconfig @@ -51,10 +51,6 @@ config ONBOARD_VGA_IS_PRIMARY bool default y -config HUDSON_LEGACY_FREE - bool - default y - config AGESA_BINARY_PI_FILE string default "3rdparty/blobs/mainboard/pcengines/apu2/AGESA.bin" -- cgit v1.2.3