Skip to content
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

u-boot: whitelist USB_DWC3 config #344

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

alexgg
Copy link
Contributor

@alexgg alexgg commented Apr 28, 2023

The CONFIG_USB_DWC3 ad-hoc config needs to be whitelisted to avoid the following build failure:

| Error: You must add new CONFIG options using Kconfig | The following new ad-hoc CONFIG options were detected: | CONFIG_USB_DWC3

Changelog-entry: Fix u-boot compilation error by whitelisting config entries

@alexgg alexgg marked this pull request as draft April 28, 2023 13:22
@alexgg alexgg marked this pull request as ready for review May 2, 2023 10:04
@alexgg
Copy link
Contributor Author

alexgg commented May 2, 2023

@resin-jenkins retest this please

@floion
Copy link
Collaborator

floion commented May 3, 2023

What builds fail with this error? I see existing PRs can build ok.

@alexgg
Copy link
Contributor Author

alexgg commented May 3, 2023

What builds fail with this error? I see existing PRs can build ok.

The error appeared when building rockpi-4b-rk3399 from scratch, no tmp no cache. I imagine that a u-boot cleanall and rebuild should also show it, could you check @floion ?

The CONFIG_USB_DWC3 ad-hoc config needs to be whitelisted to avoid the
following build failure:

| Error: You must add new CONFIG options using Kconfig
| The following new ad-hoc CONFIG options were detected:
| CONFIG_USB_DWC3

Changelog-entry: Fix u-boot compilation error by whitelisting config entries
Signed-off-by: Alex Gonzalez <alexg@balena.io>
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.

2 participants