summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/ez80f910200zco/nsh
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2009-03-09 00:33:39 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2009-03-09 00:33:39 +0000
commit49da0f2355231e7ebc14b4194a4739ba541a7dc1 (patch)
treee4004b3a960bb2374e432857aaf84a65003c0519 /nuttx/configs/ez80f910200zco/nsh
parent98f1f1514261a0675f5aef9d55fb1010b5092e14 (diff)
Add option to select priority inheritance
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@1582 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/ez80f910200zco/nsh')
-rw-r--r--nuttx/configs/ez80f910200zco/nsh/defconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/configs/ez80f910200zco/nsh/defconfig b/nuttx/configs/ez80f910200zco/nsh/defconfig
index 435644220c..738fe034ff 100644
--- a/nuttx/configs/ez80f910200zco/nsh/defconfig
+++ b/nuttx/configs/ez80f910200zco/nsh/defconfig
@@ -206,6 +206,10 @@ CONFIG_HAVE_LIBM=n
# provides /dev/console. Enables stdout, stderr, stdin.
# CONFIG_DEV_LOWCONSOLE - Use the simple, low-level serial console
# driver (minimal, write-only support)
+# CONFIG_MUTEX_TYPES: Set to enable support for recursive and
+# errorcheck mutexes. Enables pthread_mutexattr_settype().
+# CONFIG_PRIORITY_INHERITANCE : Set to enable support for priority
+# inheritance on mutexes and semaphores.
#
CONFIG_EXAMPLE=nsh
CONFIG_DEBUG=y
@@ -222,6 +226,8 @@ CONFIG_JULIAN_TIME=n
CONFIG_HAVE_LOWUARTINIT=y
CONFIG_DEV_CONSOLE=y
CONFIG_DEV_LOWCONSOLE=n
+CONFIG_MUTEX_TYPES=n
+CONFIG_PRIORITY_INHERITANCE=n
#
# The following can be used to disable categories of