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

nrf_security: Move PSA_WANT symbols to Zephyr #17724

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Oct 8, 2024

  1. nrf_security: Move PSA_WANTS in Zephyr Kconfig

    This removes some Nordic specific PSA_WANTS options
    from nrf_security since they should not be placed
    there. These will be placed in Zephyr along with the
    other relevant options.
    
    Signed-off-by: Georgios Vasilakis <georgios.vasilakis@nordicsemi.no>
    Vge0rge committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    eaccffe View commit details
    Browse the repository at this point in the history
  2. manifest: Bring Zephyr with moved PSA_WANT

    These were moved from nrf_security to the Zephyr
    Kconfig that includes the rest of the PSA_WANT
    options to improve consistency.
    
    Signed-off-by: Georgios Vasilakis <georgios.vasilakis@nordicsemi.no>
    Vge0rge committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    bb72693 View commit details
    Browse the repository at this point in the history