walnux/arch/arm/arm/Kconfig
Luchian Mihai 7335b36eca
Some checks failed
Build Documentation / build-html (push) Has been cancelled
Docker-Linux / push (push) Has been cancelled
walnux: moveout
2025-11-04 19:15:10 +02:00

26 lines
588 B
Text

#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
comment "ARM Configuration Options"
config ARM_ALIGNMENT_TRAP
bool "Enable Alignment Check at __start"
default n
config ARM_DCACHE_WRITETHROUGH
bool "Enable DCACHE Write-Through at __start"
default n
config ARM_CACHE_ROUND_ROBIN
bool "Enable Cache Round Robin Replacement Policy at __start"
default n
config ARM_DCACHE_DISABLE
bool "Disable DCACHE at __start"
default n
config ARM_ICACHE_DISABLE
bool "Disable ICACHE at __start"
default n