-
Notifications
You must be signed in to change notification settings - Fork 735
[nrf fromlist] soc: nordic: nrf54l: add Kconfig to control whether to… #3002
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
Conversation
9b524eb to
d716311
Compare
|
Let's wait for consensus in zephyrproject-rtos/zephyr#92315 |
| zephyr_compile_definitions_ifdef(CONFIG_SOC_NRF54LX_SKIP_CLOCK_CONFIG NRF_SKIP_CLOCK_CONFIGURATION) | ||
| zephyr_compile_definitions_ifdef(CONFIG_SOC_NRF54LX_DISABLE_FICR_TRIMCNF NRF_DISABLE_FICR_TRIMCNF) | ||
| zephyr_compile_definitions_ifdef(CONFIG_SOC_NRF54LX_SKIP_GLITCHDETECTOR_DISABLE NRF_SKIP_GLITCHDETECTOR_DISABLE) | ||
| zephyr_compile_definitions_ifndef(SOC_NRF54L_ERRATA_56_WORKAROUND NRF54L_CONFIGURATION_56_ENABLE=0) |
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.
Isn't CONFIG_ prefix missing there?
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.
Yes, it is - @ankuns already noticed this in the upstream. I have now updated the PR. Thanks!
d716311 to
d71ce55
Compare
anangl
left a comment
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.
Please apply the requested change in the upstream PR.
… apply Errata 56 Adds config option that allows configuration workaround 56. Upstream PR #: 92315 Signed-off-by: Piotr Koziar <[email protected]>
d71ce55 to
e8df1a9
Compare
|



… apply Errata 56
Adds config option that allows configuration workaround 56.
Upstream
Upstream PR #: 92315
zephyrproject-rtos/zephyr#92315