The latest development version of this page may be more current than this released 1.14.1 version.
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 if’s and menus.)

Kconfig definition

At drivers/clock_control/Kconfig.beetle:11

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:52drivers/clock_control/Kconfig:32

Menu path: (top menu) → Device Drivers → Hardware clock controller support

menuconfig CLOCK_CONTROL_BEETLE
    bool
    prompt "BEETLE Clock Control" if SOC_SERIES_BEETLE && SOC_FAMILY_ARM && CLOCK_CONTROL
    default "y" if SOC_SERIES_BEETLE && SOC_SERIES_BEETLE && SOC_FAMILY_ARM && CLOCK_CONTROL
    depends on SOC_SERIES_BEETLE && SOC_FAMILY_ARM && CLOCK_CONTROL
    help
      Enable driver for Reset & Clock Control subsystem found
      in STM32F4 family of MCUs

(Definitions include propagated dependencies, including from if’s and menus.)