2023-07-20 00:50:00 +08:00
|
|
|
# Copyright (c) 2023 TOKITA Hiroshi <tokita.hiroshi@fujitsu.com>
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2024-01-24 23:05:14 +08:00
|
|
|
config CLOCK_CONTROL_RENESAS_RA
|
2023-07-20 00:50:00 +08:00
|
|
|
bool "Renesas RA series clock generation circuit driver"
|
|
|
|
default y
|
|
|
|
depends on DT_HAS_RENESAS_RA_CLOCK_GENERATION_CIRCUIT_ENABLED
|
|
|
|
help
|
|
|
|
Enable Renesas RA series clock generation circuit driver.
|