summaryrefslogtreecommitdiff
path: root/nuttx/arch/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-24 14:12:45 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-24 14:12:45 -0600
commit54f46fc6998873b204ac161371cb1ae90ea7151d (patch)
tree565efdd20ae50c978dfda2ee4e98d100e09741d0 /nuttx/arch/Kconfig
parent14f5d59d7bac51278acdcd4db24af4a8624464db (diff)
downloadpx4-nuttx-54f46fc6998873b204ac161371cb1ae90ea7151d.tar.gz
px4-nuttx-54f46fc6998873b204ac161371cb1ae90ea7151d.tar.bz2
px4-nuttx-54f46fc6998873b204ac161371cb1ae90ea7151d.zip
After cached related fix, the ELF example is now functional
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 a3537ece6..0cb83efcf 100644
--- a/nuttx/arch/Kconfig
+++ b/nuttx/arch/Kconfig
@@ -130,6 +130,10 @@ config ARCH_L2CACHE
bool
default n
+config ARCH_HAVE_COHERENT_DCACHE
+ bool
+ default n
+
config CUSTOM_STACK
bool
default n