CONFIG_CLOCK_CONTROL_BEETLE
BEETLE Clock Control
Type: bool
Help
Enable driver for Reset & Clock Control subsystem found
in STM32F4 family of MCUs
Direct dependencies
SOC_SERIES_BEETLE
&& SOC_FAMILY_ARM
&& CLOCK_CONTROL
(Includes any dependencies from ifs and menus.)
Default
y if
SOC_SERIES_BEETLE
Kconfig definition
At <Zephyr>/drivers/clock_control/Kconfig.beetle:8
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:56
→ <Zephyr>/drivers/clock_control/Kconfig:33
Menu path: (Top) → Device Drivers → Hardware clock controller support
menuconfig CLOCK_CONTROL_BEETLE
bool "BEETLE Clock Control"
default y if SOC_SERIES_BEETLE
depends on SOC_SERIES_BEETLE && SOC_FAMILY_ARM && CLOCK_CONTROL
help
Enable driver for Reset & Clock Control subsystem found
in STM32F4 family of MCUs
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)