diff options
author | Alexey Romanov | 2023-10-05 11:54:29 +0300 |
---|---|---|
committer | Neil Armstrong | 2023-10-12 13:39:41 +0200 |
commit | 36957bde632364e55d22dd4c088288dc2ac3d3a6 (patch) | |
tree | c09587474aa5aa546845a2bb28d0ef27a6baf0ef | |
parent | 3ba8ea4b465af3a78e75b3f6ffe477f141527301 (diff) |
ad401: enable USB stack
Currently we have all drivers for use USB stack on A1-series
SoC's. Let's enable USB options for the Amlogic AD401 reference A1
SoC board.
Signed-off-by: Alexey Romanov <avromanov@salutedevices.com>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20231005085434.74755-9-avromanov@salutedevices.com
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
-rw-r--r-- | configs/ad401_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/ad401_defconfig b/configs/ad401_defconfig index 31752cc7f5c..b9aca3ab0db 100644 --- a/configs/ad401_defconfig +++ b/configs/ad401_defconfig @@ -51,4 +51,7 @@ CONFIG_DEBUG_UART_SKIP_INIT=y CONFIG_MESON_SERIAL=y CONFIG_SPI=y CONFIG_DM_SPI=y +CONFIG_USB=y +CONFIG_DM_USB_GADGET=y +CONFIG_USB_GADGET=y CONFIG_WDT=y |