From fd93cff32928bff8d6ca52ed8536fcffa37f0e68 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Sun, 20 Feb 2022 11:09:07 +0100 Subject: treewide: Get rid of CONFIG_AZALIA_MAX_CODECS Get rid of Kconfig symbol introduced at commit 5d31dfa8 High Definition Audio Specification Revision 1.0a says, there are 15 SDIWAKE bits. Signed-off-by: Elyes Haouas Change-Id: Ib8b656daca52e21cb0c7120b208a2acdd88625e1 Reviewed-on: https://review.coreboot.org/c/coreboot/+/62202 Reviewed-by: Nico Huber Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/soc/intel/broadwell/pch/Kconfig | 3 --- src/soc/intel/common/block/hda/Kconfig | 3 --- 2 files changed, 6 deletions(-) (limited to 'src/soc/intel') diff --git a/src/soc/intel/broadwell/pch/Kconfig b/src/soc/intel/broadwell/pch/Kconfig index 3fbaa79bc2..4e187ff114 100644 --- a/src/soc/intel/broadwell/pch/Kconfig +++ b/src/soc/intel/broadwell/pch/Kconfig @@ -24,9 +24,6 @@ config PCH_SPECIFIC_OPTIONS select SOUTHBRIDGE_INTEL_COMMON_SPI_ICH9 select SPI_FLASH -config AZALIA_MAX_CODECS - default 4 - config EHCI_BAR hex default 0xd8000000 diff --git a/src/soc/intel/common/block/hda/Kconfig b/src/soc/intel/common/block/hda/Kconfig index a01ede4ac6..193e1fcb8d 100644 --- a/src/soc/intel/common/block/hda/Kconfig +++ b/src/soc/intel/common/block/hda/Kconfig @@ -9,6 +9,3 @@ config SOC_INTEL_COMMON_BLOCK_HDA_VERB select AZALIA_LOCK_DOWN_R_WO_GCAP help Enable initialization of HDA codecs. - -config AZALIA_MAX_CODECS - default 4 if SOC_INTEL_COMMON_BLOCK_HDA_VERB -- cgit v1.2.3