29 lines
377 B
Plaintext
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
|