From e6c8a38986deb508d46a4c9cf0cb568d92244c8f Mon Sep 17 00:00:00 2001 From: Duncan Laurie Date: Mon, 26 Mar 2018 02:45:02 -0700 Subject: soc/intel/skylake: Add NHLT config for max98373 codec Add the NHLT configuration for the max98373 codec to skylake, taken directly from cannonlake. This will allow skylake/kabylake boards to use this codec. Change-Id: Ifb6bf2d31fda25b18d9b1ce2bb721255335d55e4 Signed-off-by: Duncan Laurie Reviewed-on: https://review.coreboot.org/25367 Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh Reviewed-by: HARSHAPRIYA N Reviewed-by: Sathyanarayana Nujella --- src/soc/intel/skylake/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/soc/intel/skylake/Kconfig') diff --git a/src/soc/intel/skylake/Kconfig b/src/soc/intel/skylake/Kconfig index aac4a8fa5d..f76cf72891 100644 --- a/src/soc/intel/skylake/Kconfig +++ b/src/soc/intel/skylake/Kconfig @@ -253,6 +253,12 @@ config NHLT_MAX98357 help Include DSP firmware settings for max98357 amplifier. +config NHLT_MAX98373 + bool + default n + help + Include DSP firmware settings for max98373 amplifier. + config NHLT_SSM4567 bool default n -- cgit v1.2.3