-
Notifications
You must be signed in to change notification settings - Fork 8.1k
doc: hardware: porting: soc_porting: Fix inconsistencies #97533
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
base: main
Are you sure you want to change the base?
Conversation
afa4a7e
to
6bfdd5c
Compare
6bfdd5c
to
72a104a
Compare
72a104a
to
9237e0a
Compare
9237e0a
to
4e31124
Compare
doc/build/kconfig/setting.rst
Outdated
Furthermore, applications can have SoC overlay configuration that is applied to | ||
Furthermore, applications can have SoC Kconfig configuration that is applied to | ||
it, the file :file:`socs/<SOC>_<BOARD_QUALIFIERS>.conf` will be applied if it exists, | ||
after the main project configuration has been applied and before any board overlay |
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.
after the main project configuration has been applied and before any board overlay | |
after the main project configuration has been applied and before any board Kconfig |
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.
Removed and reworded in other way
Replaces text to clarify a setting Signed-off-by: Jamie McCrae <[email protected]>
Fixes some errors and inconsistencies to show a fuller example of a Kconfig.soc file Signed-off-by: Jamie McCrae <[email protected]>
4e31124
to
a09ed4e
Compare
|
Also fixes a mention of Kconfig