:orphan: .. title:: CLOCK_CONTROL_BEETLE .. option:: 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 =================== \ :option:`SOC_SERIES_BEETLE ` && \ :option:`SOC_FAMILY_ARM ` && \ :option:`CLOCK_CONTROL ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :option:`SOC_SERIES_BEETLE ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/clock_control/Kconfig.beetle:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:54`` → ``drivers/clock_control/Kconfig:27`` Menu path: (Top) → Device Drivers → Hardware clock controller support .. parsed-literal:: menuconfig CLOCK_CONTROL_BEETLE bool "BEETLE Clock Control" default y if \ :option:`SOC_SERIES_BEETLE ` depends on \ :option:`SOC_SERIES_BEETLE ` && \ :option:`SOC_FAMILY_ARM ` && \ :option:`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.)*