Re: [Qemu-devel] [PATCH for-QEMU-4.1 v5 25/29] hw/arm: Express dependencies of the microbit / nrf51 machine with Kconfig

2019-04-25 Thread Philippe Mathieu-Daudé
On 4/18/19 8:00 PM, Thomas Huth wrote: > Add Kconfig dependencies for the NRF51 / microbit machine. > > Signed-off-by: Thomas Huth Reviewed-by: Philippe Mathieu-Daudé > --- > default-configs/arm-softmmu.mak | 3 +-- > hw/arm/Kconfig | 6 ++ > hw/arm/Makefile.objs

Re: [Qemu-devel] [PATCH for-QEMU-4.1 v5 25/29] hw/arm: Express dependencies of the microbit / nrf51 machine with Kconfig

2019-04-19 Thread Alistair Francis
On Thu, Apr 18, 2019 at 11:23 AM Thomas Huth wrote: > > Add Kconfig dependencies for the NRF51 / microbit machine. > > Signed-off-by: Thomas Huth Reviewed-by: Alistair Francis Alistair > --- > default-configs/arm-softmmu.mak | 3 +-- > hw/arm/Kconfig | 6 ++ >

[Qemu-devel] [PATCH for-QEMU-4.1 v5 25/29] hw/arm: Express dependencies of the microbit / nrf51 machine with Kconfig

2019-04-18 Thread Thomas Huth
Add Kconfig dependencies for the NRF51 / microbit machine. Signed-off-by: Thomas Huth --- default-configs/arm-softmmu.mak | 3 +-- hw/arm/Kconfig | 6 ++ hw/arm/Makefile.objs| 3 ++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git