summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-03 08:50:24 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-03 08:50:24 -0600
commit2402eced70d977512d62c264a2bdea86dc486342 (patch)
treecc5b7caa8fa3c02404563c495851f251a96066a9 /nuttx/arch/arm/src/stm32/Kconfig
parentd93e86a5b218825946068fa70b263d75d09d4623 (diff)
downloadpx4-nuttx-2402eced70d977512d62c264a2bdea86dc486342.tar.gz
px4-nuttx-2402eced70d977512d62c264a2bdea86dc486342.tar.bz2
px4-nuttx-2402eced70d977512d62c264a2bdea86dc486342.zip
CCM PROCFS: Changed the configuration a bit. I am still not happy about the coupling between procfs, mtd, and now STM32
Diffstat (limited to 'nuttx/arch/arm/src/stm32/Kconfig')
-rw-r--r--nuttx/arch/arm/src/stm32/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/nuttx/arch/arm/src/stm32/Kconfig b/nuttx/arch/arm/src/stm32/Kconfig
index 30cbd8b27..62641b434 100644
--- a/nuttx/arch/arm/src/stm32/Kconfig
+++ b/nuttx/arch/arm/src/stm32/Kconfig
@@ -1658,6 +1658,15 @@ config STM32_CCMEXCLUDE
and (2) it appears to be impossible to execute ELF modules from CCM
RAM.
+config STM32_CCM_PROCFS
+ bool "CCM PROCFS support"
+ default n
+ depends on STM32_CCMEXCLUDE && MM_MULTIHEAP && FS_PROCFS
+ ---help---
+ Select to build in support for /proc/ccm. Reading from /proc/ccm
+ will provide statistics about CCM memory use similar to what you
+ would get from mallinfo() for the user heap.
+
config STM32_DMACAPABLE
bool "Workaround non-DMA capable memory"
depends on ARCH_DMA