diff options
author | Lean Sheng Tan <sheng.tan@9elements.com> | 2022-04-07 15:23:13 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-04-14 17:15:30 +0000 |
commit | bb92a7f6a7821803503b6eaea9e7b59c3b6b44c6 (patch) | |
tree | 597281f68d75600b5a85d1e65123c262754c5c21 /src/mainboard/prodrive/atlas | |
parent | 8ee9429e752e06732bd79486e344088c1999ae4b (diff) |
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>
Diffstat (limited to 'src/mainboard/prodrive/atlas')
-rw-r--r-- | src/mainboard/prodrive/atlas/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mainboard/prodrive/atlas/Kconfig b/src/mainboard/prodrive/atlas/Kconfig index 2faefe5efb..7f92b66fbc 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 |