:orphan: .. title:: CONFIG_CLOCK_CONTROL_BEETLE .. kconfig:: CONFIG_CLOCK_CONTROL_BEETLE CONFIG_CLOCK_CONTROL_BEETLE ########################### *BEETLE Clock Control* Type: ``bool`` Help ==== .. code-block:: none Enable driver for Reset & Clock Control subsystem found in STM32F4 family of MCUs Direct dependencies =================== \ :kconfig:`SOC_SERIES_BEETLE ` && \ :kconfig:`SOC_FAMILY_ARM ` && \ :kconfig:`CLOCK_CONTROL ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :kconfig:`SOC_SERIES_BEETLE ` Kconfig definition ================== At ``/clock_control/Kconfig.beetle:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:56`` → ``/clock_control/Kconfig:27`` Menu path: (Top) → Device Drivers → Hardware clock controller support .. code-block:: kconfig 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.)*