:orphan: .. title:: CLOCK_STM32_SYSCLK_SRC_CSI .. option:: CONFIG_CLOCK_STM32_SYSCLK_SRC_CSI *CSI* Type: ``bool`` Help ==== Use CSI as source of SYSCLK Direct dependencies =================== \ :option:`SOC_SERIES_STM32H7X ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``drivers/clock_control/Kconfig.stm32:51`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:54`` → ``drivers/clock_control/Kconfig:25`` Menu path: (Top) → Device Drivers → Hardware clock controller support → STM32 Reset & Clock Control → STM32 System Clock Source .. parsed-literal:: config CLOCK_STM32_SYSCLK_SRC_CSI bool "CSI" depends on \ :option:`SOC_SERIES_STM32H7X ` && \ :ref:` ` help Use CSI as source of SYSCLK *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*