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

CONFIG_CLOCK_CONTROL_RV32M1_PCC

RV32M1 PCC driver

Type: bool

Help

Enable support for RV32M1 PCC driver.

Direct dependencies

SOC_OPENISA_RV32M1_RISCV32 && CLOCK_CONTROL

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/clock_control/Kconfig.rv32m1:6

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

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

config CLOCK_CONTROL_RV32M1_PCC
    bool "RV32M1 PCC driver"
    depends on SOC_OPENISA_RV32M1_RISCV32 && CLOCK_CONTROL
    help
      Enable support for RV32M1 PCC driver.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)