# configuration for mico menuconfig MICO tristate depends on BROKEN select HOST_MICO prompt "mico " help MICO is a CORBA ORB. See http://www.mico.com for details. if MICO config MICO_THREAD bool default y prompt "multithreading support" depends on !MICO_WIRELESS depends on !MICO_SERVICE_STREAM depends on !MICO_SERVICE_RELSHIP depends on !MICO_SERVICE_EXTERNALIZATION depends on !MICO_SERVICE_LIFECYCLE depends on !MICO_SERVICE_TRADER depends on !MICO_CCM help Add support for multithreading. This feature does not work when the wireless support is enabled. comment "no multithreading with wireless, stream, relship, externalization, lifecycle, trader and ccm" depends on MICO_WIRELESS||MICO_SERVICE_STREAM||MICO_SERVICE_RELSHIP||MICO_SERVICE_EXTERNALIZATION||MICO_SERVICE_LIFECYCLE||MICO_SERVICE_TRADER||MICO_CCM config MICO_CCM bool prompt "build CCM-specific parts" help FIXME: This feature needs documentation. config MICO_COSS bool default y prompt "use MICO COSS [BROKEN]" depends on BROKEN help FIXME: This feature needs documentation. config MICO_CSL2 bool prompt "CORBASec Level 2 [BROKEN]" depends on BROKEN help FIXME: This feature needs documentation. config MICO_CSIV2 bool default y prompt "CSIv2" help FIXME: This feature needs documentation. comment "Services" config MICO_SERVICE_NAMING bool default y prompt "Naming Service" help FIXME: This feature needs documentation. config MICO_SERVICE_RELSHIP bool prompt "Relationship Service" help FIXME: This feature needs documentation. config MICO_SERVICE_EVENTS bool default y prompt "Event Service" help FIXME: This feature needs documentation. config MICO_SERVICE_STREAM bool prompt "Stream Service" help FIXME: This feature needs documentation. config MICO_SERVICE_PROPERTY bool default y prompt "Property Service" help FIXME: This feature needs documentation. config MICO_SERVICE_TRADER bool prompt "Trading Service [BROKEN]" depends on BROKEN help FIXME: This feature needs documentation. config MICO_SERVICE_TIME bool default y prompt "Time Service" help FIXME: This feature needs documentation. config MICO_SERVICE_LIFECYCLE bool prompt "Lifecycle Service" help FIXME: This feature needs documentation. config MICO_SERVICE_EXTERNALIZATION bool prompt "Externalization Service" FIXME: This feature needs documentation. comment "Wireless" config MICO_WIRELESS bool prompt "Wireless CORBA Support" help FIXME: This feature needs documentation. endif config MICO_WIRELESS_HOME bool depends on MICO_WIRELESS prompt "Home Location Agent" help FIXME: This feature needs documentation. config MICO_WIRELESS_TERMINAL bool depends on MICO_WIRELESS prompt "Wireless CORBA for Terminals" help FIXME: This feature needs documentation. config MICO_WIRELESS_ACCESS bool prompt "Wireless CORBA Access Bridge" depends on MICO_WIRELESS help FIXME: This feature needs documentation. if MICO comment "Other Features" config MICO_REPO bool prompt "Use gcc's template repository" help FIXME: This feature needs documentation. comment "Build Options" config MICO_MINI bool prompt "build minimum CORBA ORB only" help FIXME: This feature needs documentation. comment "Install Options" config MICO_LIBMICOAUX bool prompt "libmicoaux" help Install libmicoaux.so on target. config MICO_LIBMICOCOSS bool depends on BROKEN prompt "libmicocoss [BROKEN]" help Install libmicocoss.so on target. config MICO_LIBMICOIR bool prompt "libmicoir" help Install libmicoir.so on target. config MICO_LIBMICO bool prompt "libmico" help Install libmico.so on target. endif