summaryrefslogtreecommitdiffstats
path: root/src/soc
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc')
-rw-r--r--src/soc/amd/common/block/hda/hda.c2
-rw-r--r--src/soc/intel/broadwell/pch/Kconfig2
-rw-r--r--src/soc/intel/common/Kconfig.common2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/soc/amd/common/block/hda/hda.c b/src/soc/amd/common/block/hda/hda.c
index 4e1c409d4815..8bc0abd9f445 100644
--- a/src/soc/amd/common/block/hda/hda.c
+++ b/src/soc/amd/common/block/hda/hda.c
@@ -29,7 +29,7 @@ static struct device_operations hda_audio_ops = {
};
static const struct pci_driver hdaaudio_driver __pci_driver = {
- .ops = CONFIG(AZALIA_PLUGIN_SUPPORT) ?
+ .ops = CONFIG(AZALIA_HDA_CODEC_SUPPORT) ?
&default_azalia_audio_ops : &hda_audio_ops,
.vendor = PCI_VID_AMD,
.devices = pci_device_ids,
diff --git a/src/soc/intel/broadwell/pch/Kconfig b/src/soc/intel/broadwell/pch/Kconfig
index 8704b89294fe..310d58a08369 100644
--- a/src/soc/intel/broadwell/pch/Kconfig
+++ b/src/soc/intel/broadwell/pch/Kconfig
@@ -4,7 +4,7 @@ config INTEL_LYNXPOINT_LP
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 BOOT_DEVICE_SUPPORTS_WRITES
select HAVE_EM100PRO_SPI_CONSOLE_SUPPORT
select HAVE_POWER_STATE_AFTER_FAILURE
diff --git a/src/soc/intel/common/Kconfig.common b/src/soc/intel/common/Kconfig.common
index ed6068da54fe..2ccd39508cc2 100644
--- a/src/soc/intel/common/Kconfig.common
+++ b/src/soc/intel/common/Kconfig.common
@@ -38,7 +38,7 @@ endif
config SOC_INTEL_COMMON
bool
- select AZALIA_PLUGIN_SUPPORT
+ select AZALIA_HDA_CODEC_SUPPORT
select ACPI_SOC_NVS
help
common code for Intel SOCs