:orphan: .. title:: USE_STM32_LL_UTILS .. option:: CONFIG_USE_STM32_LL_UTILS *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== Enable STM32Cube Utility functions (UTILS) LL module driver Direct dependencies =================== \ :option:`HAS_STM32CUBE ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`CLOCK_CONTROL_STM32_CUBE ` Kconfig definition ================== .. highlight:: kconfig At ``modules/Kconfig.stm32:679`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``modules/Kconfig:30`` Menu path: (Top) → Modules .. parsed-literal:: config USE_STM32_LL_UTILS bool depends on \ :option:`HAS_STM32CUBE ` help Enable STM32Cube Utility functions (UTILS) LL module driver *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*