Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Q Qemu
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • El shab Ahmed
  • Qemu
  • Repository
  • qemu
  • Kconfig
Find file BlameHistoryPermalink
  • Philippe Mathieu-Daudé's avatar
    meson: Introduce target-specific Kconfig · f4063f9c
    Philippe Mathieu-Daudé authored Jul 07, 2021
    
    
    Add a target-specific Kconfig. We need the definitions in Kconfig so
    the minikconf tool can verify they exits. However CONFIG_FOO is only
    enabled for target foo via the meson.build rules.
    
    Two architecture have a particularity, ARM and MIPS. As their
    translators have been split you can potentially build a plain 32 bit
    build along with a 64-bit version including the 32-bit subset.
    
    Signed-off-by: default avatarPhilippe Mathieu-Daudé <f4bug@amsat.org>
    Message-Id: <20210131111316.232778-6-f4bug@amsat.org>
    Signed-off-by: default avatarAlex Bennée <alex.bennee@linaro.org>
    Reviewed-by: default avatarThomas Huth <thuth@redhat.com>
    Message-Id: <20210707131744.26027-2-alex.bennee@linaro.org>
    Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
    f4063f9c