Re: [PATCH v2 3/7] sunxi: Kconfig: rework PHY_USB_SUN4I selection

2023-06-19 Thread Andre Przywara
On Sun, 18 Jun 2023 21:15:16 -0600 Sam Edwards wrote: Hi Sam, > On 6/11/23 17:32, Andre Przywara wrote: > > At the moment we use "select" in each Allwinner SoC's Kconfig section to > > include the USB PHY driver in the build. This means it cannot be disabled > > via Kconfig, although USB is not

Re: [PATCH v2 3/7] sunxi: Kconfig: rework PHY_USB_SUN4I selection

2023-06-18 Thread Sam Edwards
On 6/11/23 17:32, Andre Przywara wrote: At the moment we use "select" in each Allwinner SoC's Kconfig section to include the USB PHY driver in the build. This means it cannot be disabled via Kconfig, although USB is not really a strictly required core functionality, and a particular board migh

[PATCH v2 3/7] sunxi: Kconfig: rework PHY_USB_SUN4I selection

2023-06-11 Thread Andre Przywara
At the moment we use "select" in each Allwinner SoC's Kconfig section to include the USB PHY driver in the build. This means it cannot be disabled via Kconfig, although USB is not really a strictly required core functionality, and a particular board might not even include USB ports. Rework the Kco