Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions soc/ti/mspm0/Kconfig.soc
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ config SOC_FAMILY_TI_MSPM0
config SOC_FAMILY
default "ti_mspm0" if SOC_FAMILY_TI_MSPM0

config HAS_MSP_UNICOMM
bool
Comment on lines +13 to +14
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

has no place in this file

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nordicjm can you elaborate?


rsource "*/Kconfig.soc"
24 changes: 24 additions & 0 deletions soc/ti/mspm0/mspm0g/Kconfig.soc
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,26 @@ config SOC_MSPM0G3519
bool
select SOC_SERIES_MSPM0G

config SOC_MSPM0G5115
bool
select SOC_SERIES_MSPM0G
select HAS_MSP_UNICOMM

config SOC_MSPM0G5116
bool
select SOC_SERIES_MSPM0G
select HAS_MSP_UNICOMM

config SOC_MSPM0G5117
bool
select SOC_SERIES_MSPM0G
select HAS_MSP_UNICOMM

config SOC_MSPM0G5187
bool
select SOC_SERIES_MSPM0G
select HAS_MSP_UNICOMM

config SOC_SERIES
default "mspm0g" if SOC_SERIES_MSPM0G

Expand All @@ -82,3 +102,7 @@ config SOC
default "mspm0g3506" if SOC_MSPM0G3506
default "mspm0g3507" if SOC_MSPM0G3507
default "mspm0g3519" if SOC_MSPM0G3519
default "mspm0g5115" if SOC_MSPM0G5115
default "mspm0g5116" if SOC_MSPM0G5116
default "mspm0g5117" if SOC_MSPM0G5117
default "mspm0g5187" if SOC_MSPM0G5187
4 changes: 4 additions & 0 deletions soc/ti/mspm0/soc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ family:
- name: mspm0g3506
- name: mspm0g3507
- name: mspm0g3519
- name: mspm0g5115
- name: mspm0g5116
- name: mspm0g5117
- name: mspm0g5187
- name: mspm0l
socs:
- name: mspm0l1105
Expand Down