-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix GPIO and SCI drivers for RZ series (#9908)
fix gpio and sci drivers for RZ series
- Loading branch information
Showing
17 changed files
with
55 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,56 @@ | ||
|
||
config SOC_FAMILY_RENESAS | ||
config SOC_FAMILY_RENESAS_RA | ||
bool | ||
default n | ||
|
||
config SOC_FAMILY_RENESAS_RZ | ||
bool | ||
default n | ||
|
||
config SOC_SERIES_R7FA6M3 | ||
bool | ||
select ARCH_ARM_CORTEX_M4 | ||
select SOC_FAMILY_RENESAS | ||
select SOC_FAMILY_RENESAS_RA | ||
default n | ||
|
||
config SOC_SERIES_R7FA6M4 | ||
bool | ||
select ARCH_ARM_CORTEX_M4 | ||
select SOC_FAMILY_RENESAS | ||
select SOC_FAMILY_RENESAS_RA | ||
default n | ||
|
||
config SOC_SERIES_R7FA2L1 | ||
bool | ||
select ARCH_ARM_CORTEX_M23 | ||
select SOC_FAMILY_RENESAS | ||
select SOC_FAMILY_RENESAS_RA | ||
default n | ||
|
||
config SOC_SERIES_R7FA6M5 | ||
bool | ||
select ARCH_ARM_CORTEX_M33 | ||
select SOC_FAMILY_RENESAS | ||
select SOC_FAMILY_RENESAS_RA | ||
default n | ||
|
||
config SOC_SERIES_R7FA4M2 | ||
bool | ||
select ARCH_ARM_CORTEX_M4 | ||
select SOC_FAMILY_RENESAS | ||
select SOC_FAMILY_RENESAS_RA | ||
default n | ||
|
||
config SOC_SERIES_R7FA8M85 | ||
bool | ||
select ARCH_ARM_CORTEX_M85 | ||
select SOC_FAMILY_RENESAS | ||
select SOC_FAMILY_RENESAS_RA | ||
default n | ||
|
||
config SOC_SERIES_R9A07G0 | ||
bool | ||
select ARCH_ARM_CORTEX_R52 | ||
select SOC_FAMILY_RENESAS | ||
select SOC_FAMILY_RENESAS_RZ | ||
default n | ||
|
||
config SOC_SERIES_R7FA6E2 | ||
bool | ||
select ARCH_ARM_CORTEX_M33 | ||
select SOC_FAMILY_RENESAS | ||
select SOC_FAMILY_RENESAS_RA | ||
default n |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters