Re: [PATCH] Kconfig: Extract CONFIG_USB_CHIPIDEA from CONFIG_IMX

2025-02-20 Thread Philippe Mathieu-Daudé
On 9/2/25 11:36, Bernhard Beschow wrote: TYPE_CHIPIDEA models an IP block which is also used in TYPE_ZYNQ_MACHINE which itself is not an IMX device. CONFIG_ZYNQ selects CONFIG_USB_EHCI_SYSBUS while TYPE_CHIPIDEA is a separate compilation unit, so only works by accident if CONFIG_IMX is given. Fix

Re: [PATCH] Kconfig: Extract CONFIG_USB_CHIPIDEA from CONFIG_IMX

2025-02-20 Thread Peter Maydell
On Sun, 9 Feb 2025 at 10:36, Bernhard Beschow wrote: > > TYPE_CHIPIDEA models an IP block which is also used in TYPE_ZYNQ_MACHINE which > itself is not an IMX device. CONFIG_ZYNQ selects CONFIG_USB_EHCI_SYSBUS while > TYPE_CHIPIDEA is a separate compilation unit, so only works by accident if > CON

Re: [PATCH] Kconfig: Extract CONFIG_USB_CHIPIDEA from CONFIG_IMX

2025-02-17 Thread Bernhard Beschow
Am 9. Februar 2025 10:36:04 UTC schrieb Bernhard Beschow : >TYPE_CHIPIDEA models an IP block which is also used in TYPE_ZYNQ_MACHINE which >itself is not an IMX device. CONFIG_ZYNQ selects CONFIG_USB_EHCI_SYSBUS while >TYPE_CHIPIDEA is a separate compilation unit, so only works by accident if >C

[PATCH] Kconfig: Extract CONFIG_USB_CHIPIDEA from CONFIG_IMX

2025-02-09 Thread Bernhard Beschow
TYPE_CHIPIDEA models an IP block which is also used in TYPE_ZYNQ_MACHINE which itself is not an IMX device. CONFIG_ZYNQ selects CONFIG_USB_EHCI_SYSBUS while TYPE_CHIPIDEA is a separate compilation unit, so only works by accident if CONFIG_IMX is given. Fix that by extracting CONFIG_USB_CHIPIDEA fro