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 <kai.vehmanen@linux.intel.com>
This commit is contained in:
parent
a26d3c2f2e
commit
c2f02533a6
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ config DMA_INTEL_ADSP_HDA
|
||||||
|
|
||||||
config DMA_INTEL_ADSP_HDA_TIMING_L1_EXIT
|
config DMA_INTEL_ADSP_HDA_TIMING_L1_EXIT
|
||||||
bool "Intel ADSP HDA Host L1 Exit Interrupt"
|
bool "Intel ADSP HDA Host L1 Exit Interrupt"
|
||||||
default y if SOC_SERIES_INTEL_ADSP_ACE
|
default y if SOC_INTEL_ACE15_MTPM || SOC_INTEL_ACE20_LNL || SOC_INTEL_ACE30
|
||||||
depends on DMA_INTEL_ADSP_HDA_HOST_IN || DMA_INTEL_ADSP_HDA_HOST_OUT
|
depends on DMA_INTEL_ADSP_HDA_HOST_IN || DMA_INTEL_ADSP_HDA_HOST_OUT
|
||||||
help
|
help
|
||||||
Intel ADSP HDA Host Interrupt for L1 exit.
|
Intel ADSP HDA Host Interrupt for L1 exit.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue