]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
hw/arm/Kconfig: Have FSL_IMX6UL SoC select IMX_USBPHY
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 10 Dec 2025 04:44:05 +0000 (05:44 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 30 Dec 2025 19:38:40 +0000 (20:38 +0100)
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é <philmd@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20251224134644.85582-2-philmd@linaro.org>

hw/arm/Kconfig
hw/usb/Kconfig

index 7877506384006459dfc311f905a70d74986cb3b6..97d747e20628933f0731ebfed9fb19a4ba7d3c47 100644 (file)
@@ -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
index 69c663be52fb513d4acdd1b461304549482aaa66..de95686720cb5cfcb5666505bd39b1567db4e45c 100644 (file)
@@ -132,7 +132,6 @@ config USB_CANOKEY
 
 config IMX_USBPHY
     bool
-    default y
     depends on USB
 
 config USB_DWC3