Re: [Qemu-devel] [PATCH v3 18/30] hw/arm: Express dependencies of netduino / stm32f2xx with Kconfig

2019-02-26 Thread Alistair Francis
On Sat, Feb 23, 2019 at 12:08 AM Thomas Huth wrote: > > Netduino only depends on the stm32f205 SoC which in turn depends on > its components. > > Signed-off-by: Thomas Huth Reviewed-by: Alistair Francis Alistair > --- > default-configs/arm-softmmu.mak | 9 + > hw/arm/Kconfig

[Qemu-devel] [PATCH v3 18/30] hw/arm: Express dependencies of netduino / stm32f2xx with Kconfig

2019-02-23 Thread Thomas Huth
Netduino only depends on the stm32f205 SoC which in turn depends on its components. Signed-off-by: Thomas Huth --- default-configs/arm-softmmu.mak | 9 + hw/arm/Kconfig | 7 +++ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/default-configs/arm-softmm