Skip to content

Commit c2f0253

Browse files
kv2019ikartben
authored andcommitted
drivers: dma: intel_adsp_hda: change L1_EXIT defaults
Enumerate explicitly on which SoC's DMA_INTEL_ADSP_HDA_TIMING_L1_EXIT should be set by default. For new platforms in the ACE series, the default should be disabled. Signed-off-by: Kai Vehmanen <[email protected]>
1 parent a26d3c2 commit c2f0253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/dma/Kconfig.intel_adsp_hda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ config DMA_INTEL_ADSP_HDA
4444

4545
config DMA_INTEL_ADSP_HDA_TIMING_L1_EXIT
4646
bool "Intel ADSP HDA Host L1 Exit Interrupt"
47-
default y if SOC_SERIES_INTEL_ADSP_ACE
47+
default y if SOC_INTEL_ACE15_MTPM || SOC_INTEL_ACE20_LNL || SOC_INTEL_ACE30
4848
depends on DMA_INTEL_ADSP_HDA_HOST_IN || DMA_INTEL_ADSP_HDA_HOST_OUT
4949
help
5050
Intel ADSP HDA Host Interrupt for L1 exit.

0 commit comments

Comments
 (0)