Re: [PATCH v3 4/9] arm64: defconfig: Drop USB_ULPI_BUS and USB_CHIPIDEA_ULPI

2018-12-12 Thread Olof Johansson
On Fri, Nov 09, 2018 at 02:02:18AM +0100, Marc Gonzalez wrote: > Commit a930d8bd94d8 ("usb: chipidea: Always build ULPI code") made > USB_CHIPIDEA select USB_ULPI_BUS, and removed USB_CHIPIDEA_ULPI. > > Reviewed-by: Fabio Estevam > Signed-off-by: Marc Gonzalez This one is the same as some of th

[PATCH v3 4/9] arm64: defconfig: Drop USB_ULPI_BUS and USB_CHIPIDEA_ULPI

2018-11-08 Thread Marc Gonzalez
Commit a930d8bd94d8 ("usb: chipidea: Always build ULPI code") made USB_CHIPIDEA select USB_ULPI_BUS, and removed USB_CHIPIDEA_ULPI. Reviewed-by: Fabio Estevam Signed-off-by: Marc Gonzalez --- arch/arm64/configs/defconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm64/configs/de