From 0ab7598b044d6520db91211abe62a75c51a9ea81 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 23 Sep 2014 08:46:31 -0600 Subject: Add shared memory initializatin logic --- nuttx/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'nuttx/Kconfig') diff --git a/nuttx/Kconfig b/nuttx/Kconfig index a2b700409..c285096bd 100644 --- a/nuttx/Kconfig +++ b/nuttx/Kconfig @@ -458,6 +458,13 @@ config DEBUG_MM ---help--- Enable memory management debug SYSLOG output (disabled by default) +config DEBUG_SHM + bool "Shared Memory Debug Output" + default n + depends on MM_SHM + ---help--- + Enable shared memory management debug SYSLOG output (disabled by default) + config DEBUG_NET bool "Network Debug Output" default n -- cgit v1.2.3