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
This commit is contained in:
parent
496042740e
commit
b61ea62b6f
1 changed files with 1 additions and 1 deletions
|
@ -923,7 +923,7 @@ config ICACHE_LINE_SIZE
|
|||
|
||||
Detect automatically at runtime by selecting ICACHE_LINE_SIZE_DETECT.
|
||||
|
||||
choice
|
||||
choice CACHE_TYPE
|
||||
prompt "Cache type"
|
||||
depends on CACHE_MANAGEMENT
|
||||
default HAS_ARCH_CACHE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue