:orphan: .. title:: HAS_XMCLIB .. option:: CONFIG_HAS_XMCLIB *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :option:`SOC_FAMILY_XMC ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`HAS_CMSIS_CORE ` Symbols that select this symbol =============================== - \ :option:`SOC_XMC4500 ` Kconfig definition ================== At ``/Kconfig.infineon:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``/Kconfig:18`` Menu path: (Top) → Modules .. code-block:: kconfig config HAS_XMCLIB bool select HAS_CMSIS_CORE depends on SOC_FAMILY_XMC *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*