Skip to content

Commit cbcf36e

Browse files
soburikartben
authored andcommitted
dts: arm: renesas: ra: Remove old R7FA4M1AB3CFM configurations
Due to historical reasons, there were two implementations of R7FA4M1AB3CFM. However, the migration has been completed, so the old one is now being removed. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
1 parent 1ef5dfc commit cbcf36e

File tree

25 files changed

+16
-2195
lines changed

25 files changed

+16
-2195
lines changed

drivers/gpio/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ zephyr_library_sources_ifdef(CONFIG_GPIO_PCF857X gpio_pcf857x.c)
8080
zephyr_library_sources_ifdef(CONFIG_GPIO_PSOC6 gpio_psoc6.c)
8181
zephyr_library_sources_ifdef(CONFIG_GPIO_RA_IOPORT gpio_renesas_ra_ioport.c)
8282
zephyr_library_sources_ifdef(CONFIG_GPIO_RCAR gpio_rcar.c)
83-
zephyr_library_sources_ifdef(CONFIG_GPIO_RENESAS_RA gpio_renesas_ra.c)
8483
zephyr_library_sources_ifdef(CONFIG_GPIO_RENESAS_RZ gpio_renesas_rz.c)
8584
zephyr_library_sources_ifdef(CONFIG_GPIO_RP1 gpio_rp1.c)
8685
zephyr_library_sources_ifdef(CONFIG_GPIO_RPI_PICO gpio_rpi_pico.c)

drivers/gpio/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ source "drivers/gpio/Kconfig.pcal64xxa"
165165
source "drivers/gpio/Kconfig.pcf857x"
166166
source "drivers/gpio/Kconfig.psoc6"
167167
source "drivers/gpio/Kconfig.rcar"
168-
source "drivers/gpio/Kconfig.renesas_ra"
169168
source "drivers/gpio/Kconfig.renesas_ra_ioport"
170169
source "drivers/gpio/Kconfig.renesas_rz"
171170
source "drivers/gpio/Kconfig.rp1"

drivers/gpio/Kconfig.renesas_ra

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)