Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Kconfig: make
COMPILER_WORKAROUND_CACHE_ATTR
depend on xtensa
`CONFIG_COMPILER_WORKAROUND_CACHE_ATTR` is only applicable to xtensa-based platforms. As such, add dependency on `CONFIG_XTENSA`. Additionally, `CONFIG_IMX` should be selected by all imx platforms. Since not all imx platforms are xtensa-based, make sure `COMPILER_WORKAROUND_CACHE_ATTR` is selected only for those platforms. Signed-off-by: Laurentiu Mihalcea <[email protected]>
- Loading branch information