summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/i82801ix
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2023-11-09 14:08:53 +0100
committerFelix Held <felix-coreboot@felixheld.de>2023-11-10 15:27:58 +0000
commitbc6a690455923821c3da79e6b18606b288927b04 (patch)
tree1269758a42d333d76da0d394e657dec9befbf948 /src/southbridge/intel/i82801ix
parent6fd7f112250f495e73e650bf07b2597274676cc8 (diff)
downloadcoreboot-bc6a690455923821c3da79e6b18606b288927b04.tar.gz
coreboot-bc6a690455923821c3da79e6b18606b288927b04.tar.bz2
coreboot-bc6a690455923821c3da79e6b18606b288927b04.zip
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/southbridge/intel/i82801ix')
-rw-r--r--src/southbridge/intel/i82801ix/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/intel/i82801ix/Kconfig b/src/southbridge/intel/i82801ix/Kconfig
index fb33474de26d..21bc02b82772 100644
--- a/src/southbridge/intel/i82801ix/Kconfig
+++ b/src/southbridge/intel/i82801ix/Kconfig
@@ -6,7 +6,7 @@ config SOUTHBRIDGE_INTEL_I82801IX
select ACPI_COMMON_MADT_LAPIC
select ACPI_INTEL_HARDWARE_SLEEP_VALUES
select ACPI_SOC_NVS
- select AZALIA_PLUGIN_SUPPORT
+ select AZALIA_HDA_CODEC_SUPPORT
select HAVE_SMI_HANDLER if !NO_SMM
select HAVE_USBDEBUG_OPTIONS
select INTEL_DESCRIPTOR_MODE_CAPABLE