:orphan: .. title:: CONFIG_CLOCK_CONTROL_RV32M1_PCC .. kconfig:: CONFIG_CLOCK_CONTROL_RV32M1_PCC CONFIG_CLOCK_CONTROL_RV32M1_PCC ############################### *RV32M1 PCC driver* Type: ``bool`` Help ==== .. code-block:: none Enable support for RV32M1 PCC driver. Direct dependencies =================== \ :kconfig:`SOC_OPENISA_RV32M1_RISCV32 ` && \ :kconfig:`CLOCK_CONTROL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/clock_control/Kconfig.rv32m1:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:56`` → ``/clock_control/Kconfig:47`` Menu path: (Top) → Device Drivers → Hardware clock controller support .. code-block:: kconfig 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.)*