1# Copyright (c) 2021-2022 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 DT_HAS_RENESAS_R8A7795_CPG_MSSR_ENABLED
8	help
9	  Enable support for Renesas RCar CPG MSSR driver.
10