:orphan: .. title:: CONFIG_CLOCK_CONTROL_LITEX .. kconfig:: CONFIG_CLOCK_CONTROL_LITEX CONFIG_CLOCK_CONTROL_LITEX ########################## *LiteX MMCM clock control* Type: ``bool`` Help ==== .. code-block:: none This option enables LiteX clock control driver. It gives ability to change clock parameters such as phase, duty cycle, frequency for up to 7 clock outputs Direct dependencies =================== \ :kconfig:`SOC_RISCV32_LITEX_VEXRISCV ` && \ :kconfig:`CLOCK_CONTROL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/clock_control/Kconfig.litex:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:56`` → ``/clock_control/Kconfig:51`` Menu path: (Top) → Device Drivers → Hardware clock controller support .. code-block:: kconfig config CLOCK_CONTROL_LITEX bool "LiteX MMCM clock control" depends on SOC_RISCV32_LITEX_VEXRISCV && CLOCK_CONTROL help This option enables LiteX clock control driver. It gives ability to change clock parameters such as phase, duty cycle, frequency for up to 7 clock outputs *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*