Re: [PULL 44/48] meson: Introduce target-specific Kconfig

2021-07-19 Thread Peter Maydell
On Sat, 17 Jul 2021 at 23:59, Peter Maydell wrote: > > On Thu, 8 Jul 2021 at 16:49, Paolo Bonzini wrote: > > > > From: Philippe Mathieu-Daudé > > > > Add a target-specific Kconfig. We need the definitions in Kconfig so > > the minikconf tool can verify they exits. However CONFIG_FOO is only > >

Re: [PULL 44/48] meson: Introduce target-specific Kconfig

2021-07-17 Thread Peter Maydell
On Thu, 8 Jul 2021 at 16:49, Paolo Bonzini wrote: > > From: Philippe Mathieu-Daudé > > 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 architectu

[PULL 44/48] meson: Introduce target-specific Kconfig

2021-07-08 Thread Paolo Bonzini
From: Philippe Mathieu-Daudé 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