Skip to content

Commit

Permalink
platform: Kconfig: config INCOHERENT by default for all ACE and CAVS
Browse files Browse the repository at this point in the history
All available ACE and CAVS platforms use INCOHERENT config, so set it by
default.

Signed-off-by: Przemyslaw Blaszkowski <[email protected]>
  • Loading branch information
pblaszko authored and kv2019i committed Jun 20, 2023
1 parent 83ff819 commit 3ebfe2e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/platform/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -481,8 +481,7 @@ if XTENSA

config INCOHERENT
bool "Enable cached data access via the Coherent API"
default y if TIGERLAKE
default y if METEORLAKE
default y if CAVS || ACE
default n
help
The architecture is cache incoherent. i.e FW has to manually manage
Expand Down

0 comments on commit 3ebfe2e

Please sign in to comment.