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: Aymeric Aillet <aymeric.aillet@iot.bzh>
This commit is contained in:
Aymeric Aillet 2024-01-24 16:05:41 +01:00 committed by Carles Cufí
parent fe02e32f86
commit fd04892322
4 changed files with 3 additions and 3 deletions

View file

@ -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)

View file

@ -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"

View file

@ -1,7 +1,7 @@
# 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