:orphan: .. title:: CONFIG_CLOCK_CONTROL_STM32_HAS_DTS .. kconfig:: CONFIG_CLOCK_CONTROL_STM32_HAS_DTS CONFIG_CLOCK_CONTROL_STM32_HAS_DTS ################################## *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none This symbol is added to prevent default use of CLOCK_CONTROL_STM32_* symbols when board make use of device tree to configure clocks. Direct dependencies =================== \ :kconfig:`CLOCK_CONTROL_STM32_CUBE ` && \ :kconfig:`CLOCK_CONTROL ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if n || n Kconfig definition ================== At ``/clock_control/Kconfig.stm32:45`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:56`` → ``/clock_control/Kconfig:25`` Menu path: (Top) → Device Drivers → Hardware clock controller support → STM32 Reset & Clock Control .. code-block:: kconfig config CLOCK_CONTROL_STM32_HAS_DTS bool default y if n || n depends on CLOCK_CONTROL_STM32_CUBE && CLOCK_CONTROL help This symbol is added to prevent default use of CLOCK_CONTROL_STM32_* symbols when board make use of device tree to configure clocks. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*