:orphan: .. title:: MIPI_SYST_LIB .. option:: CONFIG_MIPI_SYST_LIB *MIPI SyS-T Library Support* Type: ``bool`` Help ==== .. code-block:: none This option enables the MIPI SyS-T Library Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`REQUIRES_FULL_LIBC ` Symbols that select this symbol =============================== - \ :option:`LOG_MIPI_SYST_ENABLE ` Kconfig definition ================== At ``/Kconfig.syst:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``/Kconfig:30`` Menu path: (Top) → Modules .. code-block:: kconfig config MIPI_SYST_LIB bool "MIPI SyS-T Library Support" select REQUIRES_FULL_LIBC help This option enables the MIPI SyS-T Library *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*