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

renesas smartbond family Kconfig visible to non-renesas devices #49916

Closed
nordicjm opened this issue Sep 5, 2022 · 0 comments · Fixed by #49918
Closed

renesas smartbond family Kconfig visible to non-renesas devices #49916

nordicjm opened this issue Sep 5, 2022 · 0 comments · Fixed by #49918
Assignees
Labels
bug The issue is a bug, or the PR is fixing a bug platform: Renesas Renesas

Comments

@nordicjm
Copy link
Collaborator

nordicjm commented Sep 5, 2022

Describe the bug
When configuring a sample for the nrf5340dk_nrf5340_cpuapp, the following Kconfig option is visible and selectable: CONFIG_SOC_FAMILY_SMARTBOND. This should not be appearing on non-renesas devices.

To Reproduce
Configure any non-renesas Cortex M33 device, go to menuconfig and see if option is visible in hardware configuration

Expected behavior
For the Kconfig to not be visible unless the selected SoC is a renesas part

Impact
Annoyance

Environment (please complete the following information):

  • OS: Linux
  • Toolchain: Zephyr SDK 0.15.1
  • Commit SHA or Version used: a5ee862
@nordicjm nordicjm added the bug The issue is a bug, or the PR is fixing a bug label Sep 5, 2022
@nordicjm nordicjm added the platform: Renesas Renesas label Sep 5, 2022
andrzej-kaczmarek added a commit to andrzej-kaczmarek/zephyr that referenced this issue Sep 5, 2022
Remove description from SOC_FAMILY_SMARTBOND so it's not directly
selectable. Also fix related board configuration.

Fixes zephyrproject-rtos#49916

Signed-off-by: Andrzej Kaczmarek <andrzej.kaczmarek@codecoup.pl>
fabiobaltieri pushed a commit that referenced this issue Sep 5, 2022
Remove description from SOC_FAMILY_SMARTBOND so it's not directly
selectable. Also fix related board configuration.

Fixes #49916

Signed-off-by: Andrzej Kaczmarek <andrzej.kaczmarek@codecoup.pl>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue is a bug, or the PR is fixing a bug platform: Renesas Renesas
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants