]> git.ipfire.org Git - thirdparty/qemu.git/commit - meson.build
meson: make target endianneess available to Kconfig
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 29 Jan 2024 10:53:17 +0000 (11:53 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 3 May 2024 13:47:47 +0000 (15:47 +0200)
commitbae3e3a5c6b81677b1d4ec231ad0844e65990f3d
tree0a437c4080193618753e3cac9b12badce1108058
parenta75b180f415a7d95754364b2a584d69b16bd141b
meson: make target endianneess available to Kconfig

Some targets use "default y" for boards to filter out those that require
TCG.  For consistency we are switching all other targets to do the same.
MIPS boards may only be available for big-endian or only for
little-endian emulators, add a symbol so that this can be described
with a "depends on" clause.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
meson.build
target/Kconfig