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

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

SOC_RISCV32_LITEX_VEXRISCV && CLOCK_CONTROL

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/clock_control/Kconfig.litex:6

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:56drivers/clock_control/Kconfig:51

Menu path: (Top) → Device Drivers → Hardware clock controller support

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.)