summaryrefslogtreecommitdiff
path: root/nuttx/arch/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-27 10:03:33 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-27 10:03:33 -0600
commit149c502323f818b0a359422f0541d4ba5b77b999 (patch)
tree91226b199d5caf23f7a9b29c71fa03a7b49f8711 /nuttx/arch/Kconfig
parente15988ed7f9d8212d36ee85e0cf643c1d64aaf4f (diff)
downloadnuttx-149c502323f818b0a359422f0541d4ba5b77b999.tar.gz
nuttx-149c502323f818b0a359422f0541d4ba5b77b999.tar.bz2
nuttx-149c502323f818b0a359422f0541d4ba5b77b999.zip
ARM: Move L2 cache initialization to much later in the sequence
Diffstat (limited to 'nuttx/arch/Kconfig')
-rw-r--r--nuttx/arch/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/arch/Kconfig b/nuttx/arch/Kconfig
index 66ce1279d..7cb6af186 100644
--- a/nuttx/arch/Kconfig
+++ b/nuttx/arch/Kconfig
@@ -125,6 +125,10 @@ config ARCH_HAVE_IRQPRIO
bool
default n
+config ARCH_L2CACHE
+ bool
+ default n
+
config CUSTOM_STACK
bool
default n