1# OpenISA RV32M1 PPC
2
3# Copyright (c) 2018 Foundries.io
4# SPDX-License-Identifier: Apache-2.0
5
6config CLOCK_CONTROL_RV32M1_PCC
7	bool "RV32M1 PCC driver"
8	default y
9	depends on DT_HAS_OPENISA_RV32M1_PCC_ENABLED
10	help
11	  Enable support for RV32M1 PCC driver.
12