Module: xenomai-2.6
Branch: master
Commit: 2e728166c8fa568c22925cf9cb7b46afa4761e11
URL:    
http://git.xenomai.org/?p=xenomai-2.6.git;a=commit;h=2e728166c8fa568c22925cf9cb7b46afa4761e11

Author: Gilles Chanteperdrix <gilles.chanteperd...@xenomai.org>
Date:   Thu May  8 20:11:36 2014 +0200

posix: fix 2.4 config file

---

 ksrc/skins/posix/Config.in |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/ksrc/skins/posix/Config.in b/ksrc/skins/posix/Config.in
index a403265..470bdc7 100644
--- a/ksrc/skins/posix/Config.in
+++ b/ksrc/skins/posix/Config.in
@@ -12,9 +12,12 @@ if [ "$CONFIG_XENO_SKIN_POSIX" != "n" ]; then
        else
                define_int CONFIG_XENO_OPT_POSIX_PERIOD 0
        fi
+       int 'Number of registry slots' CONFIG_XENO_OPT_POSIX_REGISTRY_NRSLOTS 64
+       int 'Number of file descriptors' CONFIG_XENO_OPT_POSIX_REGISTRY_NRDESCS 
128
+       int 'Number of timers' CONFIG_XENO_OPT_POSIX_NRTIMERS 128
        bool 'Shared memory' CONFIG_XENO_OPT_POSIX_SHM
        bool 'Interrupts' CONFIG_XENO_OPT_POSIX_INTR
-        if [ "$CONFIG_XENO_SKIN_POSIX" != "y" -o "$CONFIG_XENO_SKIN_RTDM" != 
"m" ]; then
+       if [ "$CONFIG_XENO_SKIN_POSIX" != "y" -o "$CONFIG_XENO_SKIN_RTDM" != 
"m" ]; then
                if [ "$CONFIG_XENO_OPT_SELECT" = "n" ]; then
                        comment "Support for POSIX skin select needs nucleus 
support for select-like services"
                else
@@ -23,8 +26,8 @@ if [ "$CONFIG_XENO_SKIN_POSIX" != "n" ]; then
        else
                comment "Note: Support for select is not available if the POSIX 
skin"
                comment "is built-in and the RTDM skin is compiled as a module."
-       
-        fi
+
+       fi
        bool 'Debugging support' CONFIG_XENO_OPT_DEBUG_POSIX
        endmenu
 fi


_______________________________________________
Xenomai-git mailing list
Xenomai-git@xenomai.org
http://www.xenomai.org/mailman/listinfo/xenomai-git

Reply via email to