1# Copyright (c) 2021-2023 IoT.bzh
2# SPDX-License-Identifier: Apache-2.0
3
4config CLOCK_CONTROL_RCAR_CPG_MSSR
5	bool "RCar CPG MSSR driver"
6	default y
7	depends on SOC_FAMILY_RENESAS_RCAR
8	help
9	  Enable support for Renesas RCar CPG MSSR driver.
10