2025-02-27 17:59:18 +08:00

29 lines
377 B
Plaintext

menu "Cmsis"
config CMSIS
bool "Enable Cmsis"
default n
menu "Modify Cmsis Config"
depends on CMSIS
config DEFAULT_CMSIS_START
bool "Enable Default Cmsis Start"
default y
config DCACHE
bool "Enable Dcache"
default y
help
Enable data cache
config ICACHE
bool "Enable Icache"
default y
help
Enable code cache
endmenu
endmenu