diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2023-11-09 14:08:53 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-11-10 15:27:58 +0000 |
commit | bc6a690455923821c3da79e6b18606b288927b04 (patch) | |
tree | 1269758a42d333d76da0d394e657dec9befbf948 /src/mainboard/amd/mandolin/Kconfig | |
parent | 6fd7f112250f495e73e650bf07b2597274676cc8 (diff) |
device/Kconfig: rename AZALIA_PLUGIN_SUPPORT to AZALIA_HDA_CODEC_SUPPORT
Rename AZALIA_PLUGIN_SUPPORT to AZALIA_HDA_CODEC_SUPPORT and add a help
text to this Kconfig option to clarify what this option is about.
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I71e36869c6ebf77f43ca78f5e451aebfb59f1c74
Reviewed-on: https://review.coreboot.org/c/coreboot/+/78986
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/mainboard/amd/mandolin/Kconfig')
-rw-r--r-- | src/mainboard/amd/mandolin/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/mandolin/Kconfig b/src/mainboard/amd/mandolin/Kconfig index 20ff1c6d38..252404bb53 100644 --- a/src/mainboard/amd/mandolin/Kconfig +++ b/src/mainboard/amd/mandolin/Kconfig @@ -8,7 +8,7 @@ config BOARD_SPECIFIC_OPTIONS select SOC_AMD_PICASSO select BOARD_ROMSIZE_KB_8192 if BOARD_AMD_MANDOLIN select BOARD_ROMSIZE_KB_16384 if BOARD_AMD_CEREME - select AZALIA_PLUGIN_SUPPORT + select AZALIA_HDA_CODEC_SUPPORT select HAVE_ACPI_RESUME select DRIVERS_UART_ACPI select AMD_SOC_CONSOLE_UART if !AMD_LPC_DEBUG_CARD |