:orphan: .. title:: USE_STM32_HAL_CORTEX .. option:: CONFIG_USE_STM32_HAL_CORTEX *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none Enable STM32Cube CORTEX HAL 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:`SOC_SERIES_STM32H7X ` - \ :option:`BT_STM32_IPM ` Kconfig definition ================== At ``/Kconfig.stm32:43`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``/Kconfig:29`` Menu path: (Top) → Modules .. code-block:: kconfig config USE_STM32_HAL_CORTEX bool depends on HAS_STM32CUBE help Enable STM32Cube CORTEX HAL module driver *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*