Add shared memory initializatin logic

This commit is contained in:
Gregory Nutt
2014-09-23 08:46:31 -06:00
parent 242d5f2068
commit a73a3ef99f
12 changed files with 381 additions and 13 deletions
+7
View File
@@ -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