-
Notifications
You must be signed in to change notification settings - Fork 722
Enable SOC_NRF54H20_CPURAD_ENABLE and SOC_NRF53_CPUNET_ENABLE by defa… #3027
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -208,7 +208,7 @@ config SOC_NRF53_CPUNET_MGMT | |
|
|
||
| config SOC_NRF53_CPUNET_ENABLE | ||
| bool "NRF53 Network MCU is enabled at boot time" | ||
| default y if NRF_802154_SER_HOST | ||
| default y if NRF_802154_SER_HOST || BT | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I would assume this change is not needed? We previously didn't need to set There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I had a talk with @SebastianBoe , and he suggested to keep There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If we are observing that 54H needs to set this for BT applications, but 53 for some reason does not, then As long as there is no unnecessary divergence between 53 and 54 I am happy :) |
||
| select SOC_NRF53_CPUNET_MGMT | ||
| help | ||
| This option enables releasing the Network 'force off' signal, which | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rather than no-up here, put these in nrf/soc/nordic/nrf5* folders (can just make a Kconfig.defconfig and put e.g.
)