commit | 5a5bb6cacc8b25df9f86c5f1d6d0bdfdcc83a647 | [log] [tgz] |
---|---|---|
author | Lokesh Vutla <lokeshvutla@ti.com> | Thu Apr 26 18:21:28 2018 +0530 |
committer | Tom Rini <trini@konsulko.com> | Mon May 07 15:53:28 2018 -0400 |
tree | b436d3fd8ee25efa3c9b704076c141d7b8899927 | |
parent | b2d00d6fd809a517b83541a862251300f4b333b3 [diff] |
arm: v7: Kconfig: Introduce SYS_ARM_CACHE_CP15 Certain ARM architectures like ARMv7-A, ARMv7-R has support for enabling caches using CP15 registers. To have a common support for all these architectures, introduce a Kconfig symbol SYS_ARM_CACHE_CP15 that selects cache-cp15.c Tested-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Tom Rini <trini@konsulko.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>