Skip to content

Conversation

nordicjm
Copy link
Contributor

@nordicjm nordicjm commented Sep 2, 2025

Allows listing sysbuild Kconfigs for boards and SoCs

@nordicjm nordicjm force-pushed the nordicsockconfig branch 2 times, most recently from 189800e to 96670ea Compare September 2, 2025 10:29
@nordicjm nordicjm changed the title [nrf noup] doc: extensions: kconfig: Add SoC/board sysbuild Kconfigs [nrf noup] doc: extensions: kconfig: Add SoC sysbuild Kconfigs Sep 2, 2025
Copy link
Contributor

@tejlmand tejlmand left a comment

Choose a reason for hiding this comment

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

Approved, but @nordicjm please take a look at the comment.

board_str = 'BOARD_' + re.sub(r"[^a-zA-Z0-9_]", "_", board.name).upper()
f.write('config ' + board_str + '\n')
f.write('\t bool\n')

Copy link
Contributor

Choose a reason for hiding this comment

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

Do we really want an empty line insert in a noup commit ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed

Allows listing sysbuild Kconfigs for SoCs

Signed-off-by: Jamie McCrae <[email protected]>
@nordicjm nordicjm merged commit 1d73d0e into nrfconnect:main Sep 2, 2025
17 checks passed
@nordicjm nordicjm deleted the nordicsockconfig branch September 23, 2025 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants