:orphan: .. title:: CONFIG_GSM_MUX_INITIATOR .. kconfig:: CONFIG_GSM_MUX_INITIATOR CONFIG_GSM_MUX_INITIATOR ######################## *Are we the initiator of the connection* Type: ``bool`` Help ==== .. code-block:: none Default value when deciding whether we are the initiator of the connection attempt. Normally this should be enabled. Direct dependencies =================== \ :kconfig:`GSM_MUX ` && \ :kconfig:`CONSOLE ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/console/Kconfig.gsm_mux:83`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:14`` → ``/console/Kconfig:325`` Menu path: (Top) → Device Drivers → Console drivers → Enable GSM 07.10 muxing protocol .. code-block:: kconfig config GSM_MUX_INITIATOR bool "Are we the initiator of the connection" default y depends on GSM_MUX && CONSOLE help Default value when deciding whether we are the initiator of the connection attempt. Normally this should be enabled. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*