2022-05-12 15:56:43 +08:00
|
|
|
# Copyright (c) 2021-2022 IoT.bzh
|
2021-01-15 23:10:46 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
config CLOCK_CONTROL_RCAR_CPG_MSSR
|
|
|
|
bool "RCar CPG MSSR driver"
|
2022-07-22 14:11:20 +08:00
|
|
|
default y
|
|
|
|
depends on DT_HAS_RENESAS_R8A7795_CPG_MSSR_ENABLED
|
2021-01-15 23:10:46 +08:00
|
|
|
help
|
|
|
|
Enable support for Renesas RCar CPG MSSR driver.
|