CONFIG_USE_STM32_LL_CRS¶
(No prompt – not directly user assignable.)
Type: bool
Help¶
Enable STM32Cube Clock recovery system (CRS) LL module driver
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <External Modules>/Kconfig.stm32:542
Included via Kconfig:8 → Kconfig.zephyr:33 → <External Modules>/Kconfig:27
Menu path: (Top) → Modules
config USE_STM32_LL_CRS
    bool
    depends on HAS_STM32CUBE
    help
      Enable STM32Cube Clock recovery system (CRS) LL module driver
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)