:orphan: .. title:: UART_MUX_DEVICE_COUNT .. option:: CONFIG_UART_MUX_DEVICE_COUNT *Number of UART mux devices (DLCIs)* Type: ``int`` Help ==== Number of instances of UART muxes. Default value is set by maximum number of DLCIs (Data Link Connection Identifiers) configured in the system. Direct dependencies =================== \ :option:`UART_MUX ` && \ :option:`CONSOLE ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`GSM_MUX_DLCI_MAX ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/console/Kconfig:371`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:14`` Menu path: (Top) → Device Drivers → Console drivers → Enable GSM 07.10 muxing protocol → Enable UART muxing (GSM 07.10) support [EXPERIMENTAL] .. parsed-literal:: config UART_MUX_DEVICE_COUNT int "Number of UART mux devices (DLCIs)" range 1 64 default \ :option:`GSM_MUX_DLCI_MAX ` depends on \ :option:`UART_MUX ` && \ :option:`CONSOLE ` help Number of instances of UART muxes. Default value is set by maximum number of DLCIs (Data Link Connection Identifiers) configured in the system. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*