# configuration for mico menuconfig MICO bool select HOST_MICO prompt "mico" default n help MICO is a CORBA ORB. See http://www.mico.com for details. config MICO_THREAD bool default y prompt "multithreading support" depends on MICO depends on !MICO_WIRELESS help Add support for multithreading. This feature does not work when the wireless support is enabled. comment "multithreading not available if wireless selected" depends on MICO depends on MICO_WIRELESS config MICO_CCM bool default n prompt "build CCM-specific parts" depends on MICO help FIXME: This feature needs documentation. config MICO_COSS bool default y prompt "use MICO COSS" depends on MICO depends on BROKEN help FIXME: This feature needs documentation. comment "MICO COSS is broken, please send a patch" depends on MICO depends on !BROKEN config MICO_CSL2 bool default n prompt "CORBASec Level 2" depends on MICO depends on BROKEN help FIXME: This feature needs documentation. comment "CORBASec Level 2 is broken, please send a patch" depends on MICO depends on !BROKEN config MICO_CSIV2 bool default y prompt "CSIv2" depends on MICO help FIXME: This feature needs documentation. comment "Services" depends on MICO config MICO_SERVICE_NAMING bool default y prompt "Naming Service" depends on MICO help FIXME: This feature needs documentation. config MICO_SERVICE_RELSHIP bool default n prompt "Relationship Service" depends on MICO help FIXME: This feature needs documentation. config MICO_SERVICE_EVENTS bool default y prompt "Event Service" depends on MICO help FIXME: This feature needs documentation. config MICO_SERVICE_STREAM bool default n prompt "Stream Service" depends on MICO help FIXME: This feature needs documentation. config MICO_SERVICE_PROPERTY bool default y prompt "Property Service" depends on MICO help FIXME: This feature needs documentation. config MICO_SERVICE_TRADER bool default n prompt "Trading Service" depends on MICO help FIXME: This feature needs documentation. config MICO_SERVICE_TIME bool default y prompt "Time Service" depends on MICO help FIXME: This feature needs documentation. config MICO_SERVICE_LIFECYCLE bool default n prompt "Lifecycle Service" depends on MICO help FIXME: This feature needs documentation. config MICO_SERVICE_EXTERNALIZATION bool default n prompt "Externalization Service" depends on MICO help FIXME: This feature needs documentation. comment "Wireless" depends on MICO config MICO_WIRELESS bool default n prompt "Wireless CORBA Support" depends on MICO help FIXME: This feature needs documentation. config MICO_WIRELESS_HOME bool depends on MICO_WIRELESS default n prompt "Home Location Agent" help FIXME: This feature needs documentation. config MICO_WIRELESS_TERMINAL bool depends on MICO_WIRELESS default n prompt "Wireless CORBA for Terminals" help FIXME: This feature needs documentation. config MICO_WIRELESS_ACCESS bool default n prompt "Wireless CORBA Access Bridge" depends on MICO_WIRELESS help FIXME: This feature needs documentation. comment "Other Features" depends on MICO config MICO_MINI_STL bool default n prompt "Use MICO supplied STL" depends on MICO help FIXME: This feature needs documentation. config MICO_REPO bool default n prompt "Use gcc's template repository" depends on MICO help FIXME: This feature needs documentation. comment "Build Options" depends on MICO config MICO_MINI bool default n prompt "build minimum CORBA ORB only" depends on MICO help FIXME: This feature needs documentation.