Skip to content

Commit

Permalink
ace: alh: Only ACE1.5 has OSEL feature
Browse files Browse the repository at this point in the history
The OSEL bits in ALHASCTL register are present only
in ACE1.5 version - MTL. Platforms ACE2.0 do not have
the OSEL bits. Therefore DAI_ALH_HAS_OWNERSHIP
configuration option should be set only for
particular ACE1.5 version

Signed-off-by: Jaroslaw Stelter <Jaroslaw.Stelter@intel.com>
  • Loading branch information
jxstelter authored and carlescufi committed Oct 20, 2023
1 parent 94e5311 commit 02deea0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions drivers/dai/intel/alh/Kconfig.alh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ config DAI_INTEL_ALH
if DAI_INTEL_ALH

config DAI_ALH_HAS_OWNERSHIP
bool "Intel ALH driver has ownership"
default y if SOC_SERIES_INTEL_ACE
bool "Intel ALH driver has ownership only on ACE 1.5"
default y
depends on SOC_INTEL_ACE15_MTPM
help
Select this to enable programming HW ownership

Expand Down

0 comments on commit 02deea0

Please sign in to comment.