mirror of
https://github.com/qemu/qemu.git
synced 2026-04-06 06:11:08 +00:00
hw/arm/Kconfig: Have FSL_IMX6UL SoC select IMX_USBPHY
Since commit17372bd812, 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:17372bd812("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>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -132,7 +132,6 @@ config USB_CANOKEY
|
||||
|
||||
config IMX_USBPHY
|
||||
bool
|
||||
default y
|
||||
depends on USB
|
||||
|
||||
config USB_DWC3
|
||||
|
||||
Reference in New Issue
Block a user