zephyr/drivers/clock_control/Kconfig.rv32m1
Michael Scott 521f4778a1 clock_control: RV32M1: introduce PCC driver / DT bindings
Add a Peripheral Clock Controller (PCC) driver. This gates and ungates
clocks to various peripherals on the SoC.

Signed-off-by: Michael Scott <mike@foundries.io>
Signed-off-by: Marti Bolivar <marti@foundries.io>
2019-01-25 11:59:46 -05:00

13 lines
258 B
Plaintext

# Kconfig - OpenISA RV32M1 PPC
#
# Copyright (c) 2018 Foundries.io
#
# SPDX-License-Identifier: Apache-2.0
#
menuconfig CLOCK_CONTROL_RV32M1_PCC
bool "RV32M1 PCC driver"
depends on SOC_OPENISA_RV32M1_RISCV32
help
Enable support for RV32M1 PCC driver.