-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
soc: expressif: esp32c3: Fix wrong placement of Kconfig #82211
Conversation
33a68c3
to
13175ae
Compare
@sylvioalves should this really be a choice that someone can enable or disable in menuconfig, will the existing part numbers have this new firmware applied and stay with the existing part numbers? |
13175ae
to
6e3d21c
Compare
Hi,
|
|
This is odd and new for me. If it is for sysbuild only, why do I get Look, I am ok with the PR, just trying to understand again the reason for kconfig.soc to be the wrong entry for that. |
Worded wrongly, it is used in both applications and sysbuild but the options in |
Got it, thanks! |
@nordicjm built current main for another board target and I can see where the "bleeding" is: |
The option being in a .config file is not the bleeding, the bleeding is configuring for a board, running menuconfig and seeing an irrelevant Kconfig option |
Fixes a wrong placement of a Kconfig which was put into the wrong file and was bleeding through to every board Signed-off-by: Jamie McCrae <[email protected]>
6e3d21c
to
05a0a1c
Compare
Fixes a wrong placement of a Kconfig which was put into the wrong file and was bleeding through to every board