:orphan: .. title:: CLOCK_STM32_PLL_XTPRE .. option:: CONFIG_CLOCK_STM32_PLL_XTPRE *HSE to PLL /2 prescaler* Type: ``bool`` Help ==== Enable this option to enable /2 prescaler on HSE to PLL clock signal Direct dependencies =================== \ :option:`SOC_STM32F10X_DENSITY_DEVICE ` && \ :option:`CLOCK_STM32_PLL_SRC_HSE ` && \ :option:`SOC_SERIES_STM32F1X ` && \ :option:`CLOCK_CONTROL_STM32_CUBE ` && \ :option:`CLOCK_CONTROL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/clock_control/Kconfig.stm32f1:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:54`` → ``drivers/clock_control/Kconfig:25`` → ``drivers/clock_control/Kconfig.stm32:131`` Menu path: (Top) → Device Drivers → Hardware clock controller support → STM32 Reset & Clock Control .. parsed-literal:: config CLOCK_STM32_PLL_XTPRE bool "HSE to PLL /2 prescaler" depends on \ :option:`SOC_STM32F10X_DENSITY_DEVICE ` && \ :option:`CLOCK_STM32_PLL_SRC_HSE ` && \ :option:`SOC_SERIES_STM32F1X ` && \ :option:`CLOCK_CONTROL_STM32_CUBE ` && \ :option:`CLOCK_CONTROL ` help Enable this option to enable /2 prescaler on HSE to PLL clock signal *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*