:orphan: .. title:: CLOCK_CONTROL_LITEX .. option:: CONFIG_CLOCK_CONTROL_LITEX *LiteX MMCM clock control* Type: ``bool`` 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 Direct dependencies =================== \ :option:`SOC_RISCV32_LITEX_VEXRISCV ` && \ :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.litex:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:54`` → ``drivers/clock_control/Kconfig:49`` Menu path: (Top) → Device Drivers → Hardware clock controller support .. parsed-literal:: config CLOCK_CONTROL_LITEX bool "LiteX MMCM clock control" depends on \ :option:`SOC_RISCV32_LITEX_VEXRISCV ` && \ :option:`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.)*