Initial support of clock control driver for RX MCU Signed-off-by: Duy Nguyen <duy.nguyen.xa@renesas.com> Signed-off-by: Tran Van Quy <quy.tran.pz@renesas.com>
10 lines
259 B
Text
10 lines
259 B
Text
# Copyright (c) 2024 Renesas Electronics Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SOC_SERIES_RX130
|
|
select RX
|
|
select CPU_RXV1
|
|
select XIP
|
|
select CLOCK_CONTROL_RENESAS_RX_CGC if CLOCK_CONTROL
|
|
select HAS_RENESAS_RX_RDP
|
|
select CLOCK_CONTROL
|