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

Kconfig Module #5031

Merged
merged 3 commits into from
Mar 20, 2019
Merged

Kconfig Module #5031

merged 3 commits into from
Mar 20, 2019

Commits on Mar 15, 2019

  1. interpreter: allow passing dictionaries to holderify

    This in turn allows modules to return dictionaries, since their return values
    is automatically passed through holderify.
    bonzini committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    66db1af View commit details
    Browse the repository at this point in the history
  2. [modules] Add kconfig module

    Add a kconfig module to allow meson to integrate with existing projects
    that use kconfig.
    Mark Schulte authored and bonzini committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    647bd28 View commit details
    Browse the repository at this point in the history
  3. kconfig: improvements for builddir config file

    Document best practices for per-builddir config file, and add a test covering
    loading a config file from the build directory.
    
    Signed-off-by: Paolo Bonzini <[email protected]>
    bonzini committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    49076d7 View commit details
    Browse the repository at this point in the history