diff mbox series

[v1,1/3] configs: pico-imx6ul: convert DM_USB

Message ID 20200729020718.25215-1-wig.cheng@technexion.com
State Changes Requested
Delegated to: Stefano Babic
Headers show
Series [v1,1/3] configs: pico-imx6ul: convert DM_USB | expand

Commit Message

wig July 29, 2020, 2:07 a.m. UTC
From: Wig Cheng <wig.cheng@technexion.com>

Here is the test commands:

  => ums 0 mmc 0
  UMS: LUN 0, dev 0, hwpart 0, sector 0x0, count 0x710000

Signed-off-by: Wig Cheng <wig.cheng@technexion.com>
---
 configs/pico-imx6ul_defconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Fabio Estevam July 30, 2020, 1:13 a.m. UTC | #1
Hi Wig,

On Tue, Jul 28, 2020 at 11:07 PM <wig.cheng@technexion.com> wrote:
>
> From: Wig Cheng <wig.cheng@technexion.com>
>
> Here is the test commands:
>
>   => ums 0 mmc 0
>   UMS: LUN 0, dev 0, hwpart 0, sector 0x0, count 0x710000
>
> Signed-off-by: Wig Cheng <wig.cheng@technexion.com>
> ---
>  configs/pico-imx6ul_defconfig | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/configs/pico-imx6ul_defconfig b/configs/pico-imx6ul_defconfig
> index 72d2af19f4..49e406316a 100644
> --- a/configs/pico-imx6ul_defconfig
> +++ b/configs/pico-imx6ul_defconfig
> @@ -67,6 +67,8 @@ CONFIG_DM_REGULATOR_FIXED=y
>  CONFIG_DM_REGULATOR_GPIO=y
>  CONFIG_MXC_UART=y
>  CONFIG_USB=y
> +CONFIG_DM_USB=y
> +# CONFIG_USB_STORAGE is not set

It seems that CONFIG_USB_STORAGE is already unselected, so no need to
explicitly unselect it.
diff mbox series

Patch

diff --git a/configs/pico-imx6ul_defconfig b/configs/pico-imx6ul_defconfig
index 72d2af19f4..49e406316a 100644
--- a/configs/pico-imx6ul_defconfig
+++ b/configs/pico-imx6ul_defconfig
@@ -67,6 +67,8 @@  CONFIG_DM_REGULATOR_FIXED=y
 CONFIG_DM_REGULATOR_GPIO=y
 CONFIG_MXC_UART=y
 CONFIG_USB=y
+CONFIG_DM_USB=y
+# CONFIG_USB_STORAGE is not set
 CONFIG_USB_GADGET=y
 CONFIG_USB_GADGET_MANUFACTURER="FSL"
 CONFIG_USB_GADGET_VENDOR_NUM=0x0525