diff options
author | Anand Moon <linux.amoon@gmail.com> | 2023-01-18 04:44:17 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-01-19 14:13:28 +0100 |
commit | e02e6ca588b88cf0d5eeecb3dffbe6bf10e6fa53 (patch) | |
tree | 311e4c7b59255616513c63d8b489dfa0ea064be5 /arch | |
parent | 143307adcf55a3bb2ed53e012dfc56a07cf5193f (diff) | |
download | linux-stable-e02e6ca588b88cf0d5eeecb3dffbe6bf10e6fa53.tar.gz linux-stable-e02e6ca588b88cf0d5eeecb3dffbe6bf10e6fa53.tar.bz2 linux-stable-e02e6ca588b88cf0d5eeecb3dffbe6bf10e6fa53.zip |
arm64: defconfig: Enable USB onboard HUB driver
Enable the USB onboard HUB driver, used on Amlogic boards.
Signed-off-by: Anand Moon <linux.amoon@gmail.com>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20230118044418.875-10-linux.amoon@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 851e8f9be06d..42c3528a2473 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -923,6 +923,7 @@ CONFIG_USB_SERIAL_CP210X=m CONFIG_USB_SERIAL_FTDI_SIO=m CONFIG_USB_SERIAL_OPTION=m CONFIG_USB_HSIC_USB3503=y +CONFIG_USB_ONBOARD_HUB=m CONFIG_NOP_USB_XCEIV=y CONFIG_USB_GADGET=y CONFIG_USB_RENESAS_USBHS_UDC=m |