diff options
Diffstat (limited to 'src/soc/intel/cannonlake/Kconfig')
-rw-r--r-- | src/soc/intel/cannonlake/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/soc/intel/cannonlake/Kconfig b/src/soc/intel/cannonlake/Kconfig index ed4a068c1b..8eee6f4fdd 100644 --- a/src/soc/intel/cannonlake/Kconfig +++ b/src/soc/intel/cannonlake/Kconfig @@ -141,6 +141,13 @@ config NHLT_MAX98357 help Include DSP firmware settings for headset codec. +config NHLT_MAX98373 + bool + depends on ACPI_NHLT + default n + help + Include DSP firmware settings for headset codec. + config NHLT_DA7219 bool depends on ACPI_NHLT |