CONFIG_CLOCK_CONTROL_STM32_HAS_DTS¶
(No prompt – not directly user assignable.)
Type: bool
Help¶
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¶
CLOCK_CONTROL_STM32_CUBE
&& CLOCK_CONTROL
(Includes any dependencies from ifs and menus.)
Default¶
y if n || n
Kconfig definition¶
At drivers/clock_control/Kconfig.stm32:45
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:56
→ drivers/clock_control/Kconfig:25
Menu path: (Top) → Device Drivers → Hardware clock controller support → STM32 Reset & Clock Control
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.)