:orphan: .. title:: CONFIG_MIPI_SYST_LIB .. kconfig:: CONFIG_MIPI_SYST_LIB 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 =============================== - \ :kconfig:`REQUIRES_FULL_LIBC ` Symbols that select this symbol =============================== - \ :kconfig:`LOG_MIPI_SYST_ENABLE ` Kconfig definition ================== At ``/Kconfig.syst:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:28`` 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.)*