diff options
author | Fred Reitberger <reitbergerfred@gmail.com> | 2022-04-22 15:30:09 -0400 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-04-27 16:08:36 +0000 |
commit | 19788cd9a48b7ab302c50a2fd6818a172615d1e5 (patch) | |
tree | 48cced9c2a524c1f3eb20efd52dedf8b8d77d5be /src/mainboard/amd/chausie/Kconfig | |
parent | 6e184e6bdf2d4662aa110affbf4f78208bceea2f (diff) |
mb/amd/chausie: Add EC support
Add support for the chausie EC. Use EC to configure default board GPIO
settings.
Change-Id: I3e59e17644cddf1a508614f90c20561bde2691fb
Signed-off-by: Fred Reitberger <reitbergerfred@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/63794
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard/amd/chausie/Kconfig')
-rw-r--r-- | src/mainboard/amd/chausie/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/amd/chausie/Kconfig b/src/mainboard/amd/chausie/Kconfig index 88c4d0a824..b76c87adb7 100644 --- a/src/mainboard/amd/chausie/Kconfig +++ b/src/mainboard/amd/chausie/Kconfig @@ -6,6 +6,7 @@ config BOARD_SPECIFIC_OPTIONS def_bool y select BOARD_ROMSIZE_KB_16384 select HAVE_ACPI_RESUME + select EC_ACPI select SOC_AMD_SABRINA select SOC_AMD_COMMON_BLOCK_USE_ESPI select AMD_SOC_CONSOLE_UART |