-
- Downloads
meson: Introduce target-specific Kconfig
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:Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20210131111316.232778-6-f4bug@amsat.org> Signed-off-by:
Alex Bennée <alex.bennee@linaro.org> Reviewed-by:
Thomas Huth <thuth@redhat.com> Message-Id: <20210707131744.26027-2-alex.bennee@linaro.org> Signed-off-by:
Paolo Bonzini <pbonzini@redhat.com>
Showing
- Kconfig 1 addition, 0 deletionsKconfig
- meson.build 2 additions, 1 deletionmeson.build
- target/Kconfig 19 additions, 0 deletionstarget/Kconfig
- target/alpha/Kconfig 2 additions, 0 deletionstarget/alpha/Kconfig
- target/arm/Kconfig 6 additions, 0 deletionstarget/arm/Kconfig
- target/avr/Kconfig 2 additions, 0 deletionstarget/avr/Kconfig
- target/cris/Kconfig 2 additions, 0 deletionstarget/cris/Kconfig
- target/hppa/Kconfig 2 additions, 0 deletionstarget/hppa/Kconfig
- target/i386/Kconfig 5 additions, 0 deletionstarget/i386/Kconfig
- target/m68k/Kconfig 2 additions, 0 deletionstarget/m68k/Kconfig
- target/microblaze/Kconfig 2 additions, 0 deletionstarget/microblaze/Kconfig
- target/mips/Kconfig 6 additions, 0 deletionstarget/mips/Kconfig
- target/nios2/Kconfig 2 additions, 0 deletionstarget/nios2/Kconfig
- target/openrisc/Kconfig 2 additions, 0 deletionstarget/openrisc/Kconfig
- target/ppc/Kconfig 5 additions, 0 deletionstarget/ppc/Kconfig
- target/riscv/Kconfig 5 additions, 0 deletionstarget/riscv/Kconfig
- target/rx/Kconfig 2 additions, 0 deletionstarget/rx/Kconfig
- target/s390x/Kconfig 2 additions, 0 deletionstarget/s390x/Kconfig
- target/sh4/Kconfig 2 additions, 0 deletionstarget/sh4/Kconfig
- target/sparc/Kconfig 5 additions, 0 deletionstarget/sparc/Kconfig
Loading
Please register or sign in to comment