mirror of
https://github.com/apache/nuttx.git
synced 2026-09-24 16:56:03 +08:00
Fix Added options for I-Cache & D-Cache broken on c101076704
The Kconfig names were not updated to reflect FLASH. This killed performance on F4 and F2.
This commit is contained in:
committed by
Abdelatif Guettouche
parent
d43bf7717e
commit
07ce0deda0
@@ -3359,14 +3359,14 @@ endmenu
|
||||
config STM32_FLASH_ICACHE
|
||||
bool "Enable FLASH Instruction Cache"
|
||||
default y
|
||||
depends on STM32_HAVE_ICACHE
|
||||
depends on STM32_HAVE_FLASH_ICACHE
|
||||
---help---
|
||||
Enable the FLASH instruction cache.
|
||||
|
||||
config STM32_FLASH_DCACHE
|
||||
bool "Enable FLASH Data Cache"
|
||||
default y
|
||||
depends on STM32_HAVE_DCACHE
|
||||
depends on STM32_HAVE_FLASH_DCACHE
|
||||
---help---
|
||||
Enable the FLASH data cache.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user