From: Philippe Mathieu-Daudé Date: Wed, 10 Dec 2025 04:44:05 +0000 (+0100) Subject: hw/arm/Kconfig: Have FSL_IMX6UL SoC select IMX_USBPHY X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdae76b71fe0df0d37628d80aba9f83470bbc215;p=thirdparty%2Fqemu.git hw/arm/Kconfig: Have FSL_IMX6UL SoC select IMX_USBPHY Since commit 17372bd812d, the SoC used by the mcimx6ul-evk machine requires the IMX USB PHY component. As this component is only used by 2 machines, do not select it by default (it will be automatically selected when necessary). Fixes: 17372bd812d ("hw/arm/fsl-imx6ul: Wire up USB controllers") Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Thomas Huth Reviewed-by: Richard Henderson Message-Id: <20251224134644.85582-2-philmd@linaro.org> --- diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig index 7877506384..97d747e206 100644 --- a/hw/arm/Kconfig +++ b/hw/arm/Kconfig @@ -638,6 +638,7 @@ config FSL_IMX6UL select IMX select IMX_FEC select IMX_I2C + select IMX_USBPHY select WDT_IMX2 select SDHCI select USB_CHIPIDEA diff --git a/hw/usb/Kconfig b/hw/usb/Kconfig index 69c663be52..de95686720 100644 --- a/hw/usb/Kconfig +++ b/hw/usb/Kconfig @@ -132,7 +132,6 @@ config USB_CANOKEY config IMX_USBPHY bool - default y depends on USB config USB_DWC3