Skip to content

Commit

Permalink
fix gpio and sci drivers for RZ series
Browse files Browse the repository at this point in the history
  • Loading branch information
newflydd committed Jan 13, 2025
1 parent 8c704b4 commit d222114
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bsp/renesas/libraries/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ config SOC_SERIES_R7FA8M85
select SOC_FAMILY_RENESAS_RA
default n

config SOC_SERIES_R7FA6E2
bool
select ARCH_ARM_CORTEX_M33
select SOC_FAMILY_RENESAS_RA
default n

config SOC_SERIES_R9A07G0
bool
select ARCH_ARM_CORTEX_R52
Expand Down

0 comments on commit d222114

Please sign in to comment.