Re: [PATCH 1/4] sunxi: Move INITIAL_USB_SCAN_DELAY to driver Kconfig

2022-07-15 Thread Jagan Teki
On Fri, Jul 15, 2022 at 9:39 AM Samuel Holland wrote: > > This option is used only by the phy-sun4i-usb driver, which does not > inherently depend on the ARM architecture. > > Signed-off-by: Samuel Holland > --- Reviewed-by: Jagan Teki

[PATCH 1/4] sunxi: Move INITIAL_USB_SCAN_DELAY to driver Kconfig

2022-07-14 Thread Samuel Holland
This option is used only by the phy-sun4i-usb driver, which does not inherently depend on the ARM architecture. Signed-off-by: Samuel Holland --- arch/arm/mach-sunxi/Kconfig | 9 - drivers/phy/allwinner/Kconfig | 10 ++ 2 files changed, 10 insertions(+), 9 deletions(-) diff