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