commit | c5b59282d6bcbcc5eedaf29b386c90c77036440b | [log] [tgz] |
---|---|---|
author | Ryan McClelland <ryanmcclelland@fb.com> | Tue Apr 12 00:12:29 2022 -0700 |
committer | Maureen Helm <maureen.helm@intel.com> | Thu Apr 14 16:12:03 2022 -0500 |
tree | c1ea86adf6380c5492e9c10fde27f7ed8d471c9c | |
parent | f1b0b458b0306964804a92cf48800f87369ff58c [diff] |
arch: arm: aarch32: add Kconfig for arm cortex-m that implements a cache The Cache is an optional configuration of both the ARM Cortex-M7 and Cortex-M55. Previously, it was just checking that it was just an M7 rather than knowing that the CPU actually was built with the cache. Signed-off-by: Ryan McClelland <ryanmcclelland@fb.com>