Commit fd048923 authored by Aymeric Aillet's avatar Aymeric Aillet Committed by Carles Cufi
Browse files

drivers: gpio: Rename renesas ra driver



Need this rename to be able to target this driver
in the "Renesas RA" maintainer area.

Signed-off-by: default avatarAymeric Aillet <aymeric.aillet@iot.bzh>
parent fe02e32f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@ zephyr_library_sources_ifdef(CONFIG_GPIO_SEDI gpio_sedi.c)
zephyr_library_sources_ifdef(CONFIG_GPIO_TLE9104    gpio_tle9104.c)
zephyr_library_sources_ifdef(CONFIG_GPIO_ALTERA_PIO gpio_altera_pio.c)
zephyr_library_sources_ifdef(CONFIG_GPIO_BCM2711    gpio_bcm2711.c)
zephyr_library_sources_ifdef(CONFIG_GPIO_RA         gpio_ra.c)
zephyr_library_sources_ifdef(CONFIG_GPIO_RENESAS_RA gpio_renesas_ra.c)
zephyr_library_sources_ifdef(CONFIG_GPIO_RZT2M    gpio_rzt2m.c)
zephyr_library_sources_ifdef(CONFIG_GPIO_AMBIQ      gpio_ambiq.c)

+1 −1
Original line number Diff line number Diff line
@@ -234,7 +234,7 @@ source "drivers/gpio/Kconfig.altera"

source "drivers/gpio/Kconfig.bcm2711"

source "drivers/gpio/Kconfig.ra"
source "drivers/gpio/Kconfig.renesas_ra"

source "drivers/gpio/Kconfig.rzt2m"

+1 −1
Original line number Diff line number Diff line
# Copyright (c) 2023 TOKITA Hiroshi <tokita.hiroshi@fujitsu.com>
# SPDX-License-Identifier: Apache-2.0

config GPIO_RA
config GPIO_RENESAS_RA
	bool "Renesas RA Series GPIO driver"
	default y
	select GPIO_GET_CONFIG