commit | f4bcd767bdc0925528e66974af7575a5796aaab7 | [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 | 7240b80ee03ef712070d985cc9ed7b6c54e5764f [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>