diff mbox series

[v2,8/8] ad401: enable USB stack

Message ID 20231003112838.41503-9-avromanov@salutedevices.com
State Superseded
Delegated to: Neil Armstrong
Headers show
Series Support USB for Meson A1 | expand

Commit Message

Alexey Romanov Oct. 3, 2023, 11:28 a.m. UTC
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>
---
 configs/ad401_defconfig | 3 +++
 1 file changed, 3 insertions(+)

Comments

Neil Armstrong Oct. 3, 2023, 1:21 p.m. UTC | #1
On 03/10/2023 13:28, Alexey Romanov wrote:
> 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>
> ---
>   configs/ad401_defconfig | 3 +++
>   1 file changed, 3 insertions(+)
> 
> diff --git a/configs/ad401_defconfig b/configs/ad401_defconfig
> index 529e553bac..b02ff47b7a 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

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
diff mbox series

Patch

diff --git a/configs/ad401_defconfig b/configs/ad401_defconfig
index 529e553bac..b02ff47b7a 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