:orphan: .. title:: CLOCK_CONTROL_RV32M1_PCC .. option:: CONFIG_CLOCK_CONTROL_RV32M1_PCC *RV32M1 PCC driver* Type: ``bool`` Help ==== Enable support for RV32M1 PCC driver. Direct dependencies =================== \ :option:`SOC_OPENISA_RV32M1_RISCV32 ` && \ :option:`CLOCK_CONTROL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/clock_control/Kconfig.rv32m1:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:54`` → ``drivers/clock_control/Kconfig:45`` Menu path: (Top) → Device Drivers → Hardware clock controller support .. parsed-literal:: config CLOCK_CONTROL_RV32M1_PCC bool "RV32M1 PCC driver" depends on \ :option:`SOC_OPENISA_RV32M1_RISCV32 ` && \ :option:`CLOCK_CONTROL ` help Enable support for RV32M1 PCC driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*