26 lines
588 B
Text
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
|