The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_CLOCK_STM32_MCO2_SRC_PLLCLK

PLLCLK

Type: bool

Help

Use PLLCLK as source of MCO2

Direct dependencies

SOC_SERIES_STM32F4X && <choice: STM32 MCO2 Clock Source>

(Includes any dependencies from if’s and menus.)

Kconfig definition

At drivers/clock_control/Kconfig.stm32:480

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

Menu path: (top menu) → Device Drivers → Hardware clock controller support → STM32 Reset & Clock Control → STM32 MCO2 Clock Source

config CLOCK_STM32_MCO2_SRC_PLLCLK
    bool
    prompt "PLLCLK" if SOC_SERIES_STM32F4X && <choice: STM32 MCO2 Clock Source>
    depends on SOC_SERIES_STM32F4X && <choice: STM32 MCO2 Clock Source>
    help
      Use PLLCLK as source of MCO2

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