File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / axTLS / samples / Config.in
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Fri Sep 28 11:55:55 2012 UTC (12 years, 6 months ago) by misho
Branches: v1_4_8, MAIN
CVS tags: datecs, HEAD
axTLS

    1: #
    2: # For a description of the syntax of this configuration file,
    3: # see scripts/config/Kconfig-language.txt
    4: #
    5: menu "Samples"
    6: 
    7: config CONFIG_SAMPLES
    8:     bool "Create Samples"
    9:     default y
   10:     help
   11:         axTLS contains various sample code.
   12: 
   13:         Select Y here if you want to build the various samples.
   14: 
   15: config CONFIG_C_SAMPLES
   16:     bool "axssl - C version"
   17:     default y
   18:     depends on CONFIG_SAMPLES
   19:     help
   20:         Build the "C" version of axssl. The features enabled are very
   21:         dependent on the build mode ('full' mode will give all features).
   22: 
   23: config CONFIG_CSHARP_SAMPLES
   24:     bool "axssl - C# version"
   25:     default y
   26:     depends on CONFIG_SAMPLES && CONFIG_CSHARP_BINDINGS
   27:     help
   28:         Build the "C#" version of axssl. The features enabled are very
   29:         dependent on the build mode ('full' mode will give all features).
   30: 
   31: config CONFIG_VBNET_SAMPLES
   32:     bool "axssl - VB.NET version"
   33:     default y
   34:     depends on CONFIG_SAMPLES && CONFIG_VBNET_BINDINGS
   35:     help
   36:         Build the "VB.NET" version of axssl. The features enabled are very
   37:         dependent on the build mode ('full' mode will give all features).
   38: 
   39: config CONFIG_JAVA_SAMPLES
   40:     bool "axssl - Java version"
   41:     default y
   42:     depends on CONFIG_SAMPLES && CONFIG_JAVA_BINDINGS
   43:     help
   44:         Build the "Java" version of axssl. The features enabled are very
   45:         dependent on the build mode ('full' mode will give all features).
   46: 
   47: config CONFIG_PERL_SAMPLES
   48:     bool "axssl - Perl version"
   49:     default y
   50:     depends on CONFIG_SAMPLES && CONFIG_PERL_BINDINGS
   51:     help
   52:         Build the "Perl" version of axssl. The features enabled are very
   53:         dependent on the build mode ('full' mode will give all features).
   54: 
   55: config CONFIG_LUA_SAMPLES
   56:     bool "axssl - Lua version"
   57:     default y
   58:     depends on CONFIG_SAMPLES && CONFIG_LUA_BINDINGS
   59:     help
   60:         Build the "Lua" version of axssl. The features enabled are very
   61:         dependent on the build mode ('full' mode will give all features).
   62: endmenu
   63: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>