aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLean Sheng Tan <sheng.tan@9elements.com>2022-04-07 15:23:13 +0200
committerFelix Held <felix-coreboot@felixheld.de>2022-04-14 17:15:30 +0000
commitbb92a7f6a7821803503b6eaea9e7b59c3b6b44c6 (patch)
tree597281f68d75600b5a85d1e65123c262754c5c21 /src
parent8ee9429e752e06732bd79486e344088c1999ae4b (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')
-rw-r--r--src/mainboard/prodrive/atlas/Kconfig4
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