Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


fixed sprintf configuration dependencies
[palacios.git] / Kconfig
diff --git a/Kconfig b/Kconfig
index b9a53a2..95ea8e7 100644 (file)
--- a/Kconfig
+++ b/Kconfig
@@ -300,12 +300,6 @@ config BUILT_IN_VSPRINTF
        help 
          This enables Palacios' internal implementation of vsprintf
 
-config BUILT_IN_VSNPRINTF
-       bool "vsnprintf()"
-       default n
-       depends on BUILT_IN_STDIO
-       help 
-         This enables Palacios' internal implementation of vsnprintf
 
 config BUILT_IN_VSNRPRINTF
        bool "vsnrprintf()"