Re: [PATCH 1/3] hw/usb/Kconfig: Introduce USB_CHIPIDEA symbol

2021-05-27 Thread Peter Maydell
On Wed, 19 May 2021 at 21:09, Philippe Mathieu-Daudé wrote: > > Currently the TYPE_CHIPIDEA model is only built when the IMX > machines are built. Since it is not specific to IMX, add its > symbol to allow other machines to use it. > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/arm/Kconfig

[PATCH 1/3] hw/usb/Kconfig: Introduce USB_CHIPIDEA symbol

2021-05-19 Thread Philippe Mathieu-Daudé
Currently the TYPE_CHIPIDEA model is only built when the IMX machines are built. Since it is not specific to IMX, add its symbol to allow other machines to use it. Signed-off-by: Philippe Mathieu-Daudé --- hw/arm/Kconfig | 4 hw/usb/Kconfig | 3 +++ hw/usb/meson.build | 2 +- 3 file