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

Kconfig definition

At <Zephyr>/drivers/clock_control/Kconfig.beetle:8

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:54<Zephyr>/drivers/clock_control/Kconfig:27

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.)