The latest development version of this page may be more current than this released 1.14.1 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 if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/clock_control/Kconfig.rv32m1:8

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:52drivers/clock_control/Kconfig:38

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

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

(Definitions include propagated dependencies, including from if’s and menus.)