zephyr/arch
Dylan Hung b61ea62b6f arch: give the choice "Cache type" a name
Give the choice a name so that the soc/board developers can change the
default selection in their Kconfig.*.

For example:
choice CACHE_TYPE
	default HAS_EXTERNAL_CACHE
endchoice

There was a similar issue had beed discussed:
https://github.com/zephyrproject-rtos/zephyr/issues/6948

Signed-off-by: Dylan Hung <dylan_hung@aspeedtech.com>
Change-Id: I07c3e78a5243b30912f8e44fa3181fa163016318
2021-07-14 10:54:59 +03:00
..
arc ARC: save/restore accumulator registers on all ARCv2 HS CPUs by default 2021-07-06 15:17:26 -05:00
arm cmake: Support coverage flags on all archs 2021-06-10 18:01:36 -04:00
arm64 arch: arm64: select SCHED_IPI_SUPPORTED for Armv8_R 2021-07-13 09:30:29 -04:00
common cmake: Support coverage flags on all archs 2021-06-10 18:01:36 -04:00
nios2
posix cmake: Support coverage flags on all archs 2021-06-10 18:01:36 -04:00
riscv arch: riscv: added support for custom initialization of gp register 2021-07-07 20:58:50 -04:00
sparc SPARC: add the Flush windows software trap 2021-05-28 06:32:36 -05:00
x86 arch: x86: core: remove order eval of 'z_x86_check_stack_bounds' args 2021-06-23 07:10:18 -04:00
xtensa xtensa: fix booting secondary cores on the dummy thread 2021-05-03 17:13:01 -04:00
CMakeLists.txt
Kconfig arch: give the choice "Cache type" a name 2021-07-14 10:54:59 +03:00