Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/63464 )
Change subject: mb/prodrive/atlas: Update Kconfig ......................................................................
mb/prodrive/atlas: Update Kconfig
Update Kconfig per Atlas usages: 1. Set EC I/O mapped UART as default UART output 2. Add EC IFD region & ACPI support
Signed-off-by: Lean Sheng Tan sheng.tan@9elements.com Change-Id: I970de724237bcb08899aed7a4b87a23c5cdb0b48 Reviewed-on: https://review.coreboot.org/c/coreboot/+/63464 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Angel Pons th3fanbus@gmail.com Reviewed-by: Christian Walter christian.walter@9elements.com --- M src/mainboard/prodrive/atlas/Kconfig 1 file changed, 3 insertions(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Angel Pons: Looks good to me, approved Christian Walter: Looks good to me, approved
diff --git a/src/mainboard/prodrive/atlas/Kconfig b/src/mainboard/prodrive/atlas/Kconfig index 2faefe5..7f92b66 100644 --- a/src/mainboard/prodrive/atlas/Kconfig +++ b/src/mainboard/prodrive/atlas/Kconfig @@ -1,9 +1,11 @@ config BOARD_PRODRIVE_ATLAS_BASEBOARD def_bool n select BOARD_ROMSIZE_KB_32768 + select DRIVERS_UART_8250IO + select EC_ACPI select HAVE_ACPI_RESUME select HAVE_ACPI_TABLES - select SOC_INTEL_ENABLE_USB4_PCIE_RESOURCES + select MAINBOARD_USES_IFD_EC_REGION select SOC_INTEL_ALDERLAKE_PCH_P
if BOARD_PRODRIVE_ATLAS_BASEBOARD