diff options
author | Anand Moon <[email protected]> | 2023-01-18 04:44:17 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2023-01-19 14:13:28 +0100 |
commit | e02e6ca588b88cf0d5eeecb3dffbe6bf10e6fa53 (patch) | |
tree | 311e4c7b59255616513c63d8b489dfa0ea064be5 | |
parent | 143307adcf55a3bb2ed53e012dfc56a07cf5193f (diff) |
arm64: defconfig: Enable USB onboard HUB driver
Enable the USB onboard HUB driver, used on Amlogic boards.
Signed-off-by: Anand Moon <[email protected]>
Reviewed-by: Neil Armstrong <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-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 |