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.


symbiotic module updates
[palacios.git] / modules / v3_mods / Kconfig
diff --git a/modules/v3_mods/Kconfig b/modules/v3_mods/Kconfig
new file mode 100644 (file)
index 0000000..5003358
--- /dev/null
@@ -0,0 +1,31 @@
+
+
+
+config V3_MODS
+       bool "V3VEE Symbiotic modules"
+       select V3_MOD_32BIT
+       select V3_MOD_64BIT
+       
+
+
+
+
+config V3_MOD_32BIT
+       bool "32 bit modules"
+       depends on V3_MODS
+
+config V3_MOD_32BIT_TEST
+       bool "V3 Sym (i386) test module"
+       default y if SYMMOD
+       depends on V3_MOD_32BIT
+       help 
+           This is a simple 32 bit test Symbiotic Module
+
+
+
+
+config V3_MOD_64BIT
+       bool "64 bit modules" 
+       depends on V3_MODS
+       default y               
+