5461917952
Add support of r8a779f0 cpg driver. r8a779f0 soc has its own clock tree. Gen4 SoCs common registers addresses have been added in header. Signed-off-by: Mykola Kvach <mykola_kvach@epam.com> Signed-off-by: Aymeric Aillet <aymeric.aillet@iot.bzh>
10 lines
234 B
Plaintext
10 lines
234 B
Plaintext
# Copyright (c) 2021-2023 IoT.bzh
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config CLOCK_CONTROL_RCAR_CPG_MSSR
|
|
bool "RCar CPG MSSR driver"
|
|
default y
|
|
depends on SOC_FAMILY_RCAR
|
|
help
|
|
Enable support for Renesas RCar CPG MSSR driver.
|