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 <Zephyr>/drivers/clock_control/Kconfig.litex:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:54<Zephyr>/drivers/clock_control/Kconfig:49

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