diff options
author | CoolStar <coolstarorganization@gmail.com> | 2023-10-15 17:11:56 -0700 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-10-25 16:50:42 +0000 |
commit | 08925df797db980db188ca3f50c204a637210113 (patch) | |
tree | 425ffca164f87e35569239f9b588f79cada8fa06 /src/mainboard/google | |
parent | 970a62fcf96593613d8396b49301927efe847cce (diff) |
mb/google/kahlee: Select SOC_AMD_COMMON_BLOCK_GRAPHICS_ACP
Select ACP audio for kahlee since it's located on the GPU.
TEST: build/boot careena to Win10. Observe audio device shows up
Change-Id: I51527a1bfae3e12ce5cf1da8a3465bbc9ddfa76e
Signed-off-by: CoolStar <coolstarorganization@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/78406
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r-- | src/mainboard/google/kahlee/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/kahlee/Kconfig b/src/mainboard/google/kahlee/Kconfig index 5a42f5e395..fd6fd5f95f 100644 --- a/src/mainboard/google/kahlee/Kconfig +++ b/src/mainboard/google/kahlee/Kconfig @@ -8,6 +8,7 @@ config BOARD_GOOGLE_BASEBOARD_KAHLEE select ALWAYS_LOAD_OPROM select ALWAYS_RUN_OPROM select SOC_AMD_COMMON_BLOCK_GRAPHICS_ATIF + select SOC_AMD_COMMON_BLOCK_GRAPHICS_ACP select BOARD_ROMSIZE_KB_16384 select DRIVERS_I2C_GENERIC select DRIVERS_I2C_HID |