-
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: Remove SOC_VENDOR_SILABS
Until now, the support for Silicon Labs SoCs is limited to the Gecko families. This commit allows upstreaming support for non-Gecko based SoCs produced by Silicon Labs (i.e. SiM3U1xx). Signed-off-by: Reto Schneider <[email protected]>
- Loading branch information
1 parent
73078dd
commit 64743ef
Showing
10 changed files
with
29 additions
and
16 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
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Copyright (c) 2024 GARDENA GmbH | ||
# | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
config SOC_FAMILY_SILABS_S0 | ||
select HAS_SEGGER_RTT if ZEPHYR_SEGGER_MODULE | ||
select BUILD_OUTPUT_HEX |
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,5 @@ | |
|
||
config SOC_FAMILY_SILABS_S0 | ||
bool | ||
select SOC_VENDOR_SILABS | ||
|
||
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Copyright (c) 2024 GARDENA GmbH | ||
# | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
config SOC_FAMILY_SILABS_S1 | ||
select HAS_SEGGER_RTT if ZEPHYR_SEGGER_MODULE | ||
select BUILD_OUTPUT_HEX |
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,5 @@ | |
|
||
config SOC_FAMILY_SILABS_S1 | ||
bool | ||
select SOC_VENDOR_SILABS | ||
|
||
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Copyright (c) 2024 GARDENA GmbH | ||
# | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
config SOC_FAMILY_SILABS_S2 | ||
select HAS_SEGGER_RTT if ZEPHYR_SEGGER_MODULE | ||
select BUILD_OUTPUT_HEX |
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,5 @@ | |
|
||
config SOC_FAMILY_SILABS_S2 | ||
bool | ||
select SOC_VENDOR_SILABS | ||
|
||
rsource "*/Kconfig.soc" |