drivers: clock: Rename renesas ra driver
Need this rename to be able to target this driver in the "Renesas RA" maintainer area. Signed-off-by: Aymeric Aillet <aymeric.aillet@iot.bzh>
This commit is contained in:
parent
682f38fa36
commit
fe02e32f86
|
@ -26,7 +26,7 @@ zephyr_library_sources_ifdef(CONFIG_CLOCK_CONTROL_SAM clock_cont
|
|||
zephyr_library_sources_ifdef(CONFIG_CLOCK_CONTROL_SMARTBOND clock_control_smartbond.c)
|
||||
zephyr_library_sources_ifdef(CONFIG_CLOCK_CONTROL_NUMAKER_SCC clock_control_numaker_scc.c)
|
||||
zephyr_library_sources_ifdef(CONFIG_CLOCK_CONTROL_NXP_S32 clock_control_nxp_s32.c)
|
||||
zephyr_library_sources_ifdef(CONFIG_CLOCK_CONTROL_RA clock_control_ra.c)
|
||||
zephyr_library_sources_ifdef(CONFIG_CLOCK_CONTROL_RENESAS_RA clock_control_renesas_ra.c)
|
||||
zephyr_library_sources_ifdef(CONFIG_CLOCK_CONTROL_AMBIQ clock_control_ambiq.c)
|
||||
zephyr_library_sources_ifdef(CONFIG_CLOCK_CONTROL_PWM clock_control_pwm.c)
|
||||
zephyr_library_sources_ifdef(CONFIG_CLOCK_CONTROL_RPI_PICO clock_control_rpi_pico.c)
|
||||
|
|
|
@ -80,7 +80,7 @@ source "drivers/clock_control/Kconfig.nxp_s32"
|
|||
|
||||
source "drivers/clock_control/Kconfig.agilex5"
|
||||
|
||||
source "drivers/clock_control/Kconfig.ra"
|
||||
source "drivers/clock_control/Kconfig.renesas_ra"
|
||||
|
||||
source "drivers/clock_control/Kconfig.ambiq"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright (c) 2023 TOKITA Hiroshi <tokita.hiroshi@fujitsu.com>
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config CLOCK_CONTROL_RA
|
||||
config CLOCK_CONTROL_RENESAS_RA
|
||||
bool "Renesas RA series clock generation circuit driver"
|
||||
default y
|
||||
depends on DT_HAS_RENESAS_RA_CLOCK_GENERATION_CIRCUIT_ENABLED
|
Loading…
Reference in a new issue