-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
soc: silabs: Rename Gecko identifier
Currently, the support for Silicon Labs SoCs is limited to the Gecko families. To allow upstreaming support for other SoCs from Silicon Labs (i.e. SiM3U1xx), SOC_VENDOR_SILABS must be renamed so that it does no longer includes non-Gecko SoCs. Signed-off-by: Reto Schneider <[email protected]>
- Loading branch information
1 parent
0589624
commit 9bc9da8
Showing
8 changed files
with
10 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,4 @@ | |
config HAS_SILABS_GECKO | ||
bool | ||
select HAS_CMSIS_CORE | ||
depends on SOC_VENDOR_SILABS | ||
depends on SOC_GECKO |
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 |
---|---|---|
|
@@ -3,6 +3,6 @@ | |
|
||
config SOC_FAMILY_SILABS_S0 | ||
bool | ||
select SOC_VENDOR_SILABS | ||
select SOC_GECKO | ||
|
||
rsource "*/Kconfig.soc" |
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 |
---|---|---|
|
@@ -3,6 +3,6 @@ | |
|
||
config SOC_FAMILY_SILABS_S1 | ||
bool | ||
select SOC_VENDOR_SILABS | ||
select SOC_GECKO | ||
|
||
rsource "*/Kconfig.soc" |
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 |
---|---|---|
|
@@ -3,6 +3,6 @@ | |
|
||
config SOC_FAMILY_SILABS_S2 | ||
bool | ||
select SOC_VENDOR_SILABS | ||
select SOC_GECKO | ||
|
||
rsource "*/Kconfig.soc" |