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 Driver>/clock_control/Kconfig.litex:6
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:56 → <Zephyr Driver>/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.)