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