commit | 923b3be890e1dc6db5ec19e8028c3afd41e89729 | [log] [tgz] |
---|---|---|
author | Carlo Caione <ccaione@baylibre.com> | Wed Dec 02 13:05:37 2020 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Jan 19 14:31:02 2021 -0500 |
tree | 658e252d1f3a7d5bd1455a26e47e11d801fdece0 | |
parent | 52ec40cbdf20439efd35b132d59c4bba9c234084 [diff] |
kconfig: Unify CACHE_* options The kconfig options to configure the cache flushing framework are currently living in the arch-specific kconfigs of ARC and X86 (32-bit) architectures even though these are defining the same things. Move the common symbols in one place accessible by all the architectures and create a menu for those. Leave the default values in the arch-specific locations. Signed-off-by: Carlo Caione <ccaione@baylibre.com>