Re: [U-Boot] [PATCH v2 05/14] usb: gadget: usb_ether: Move the interfaces to Kconfig

2017-09-13 Thread Łukasz Majewski

On 09/12/2017 09:01 PM, Maxime Ripard wrote:

We need to select an interface for the usb_ether gadget, and they haven't
been converted to Kconfig yet. Add a choice to make sure we have an option
selected, and convert all the users.


Reviewed-by: Łukasz Majewski 



Signed-off-by: Maxime Ripard 
---
  configs/gwventana_emmc_defconfig   |  1 +-
  configs/gwventana_gw5904_defconfig |  1 +-
  configs/gwventana_nand_defconfig   |  1 +-
  configs/mx6qsabrelite_defconfig|  1 +-
  configs/nitrogen6dl2g_defconfig|  1 +-
  configs/nitrogen6dl_defconfig  |  1 +-
  configs/nitrogen6q2g_defconfig |  1 +-
  configs/nitrogen6q_defconfig   |  1 +-
  configs/nitrogen6s1g_defconfig |  1 +-
  configs/nitrogen6s_defconfig   |  1 +-
  configs/novena_defconfig   |  1 +-
  configs/sansa_fuze_plus_defconfig  |  1 +-
  configs/warp7_defconfig|  1 +-
  configs/warp7_secure_defconfig |  1 +-
  configs/xfi3_defconfig |  1 +-
  drivers/usb/gadget/Kconfig | 28 +++-
  include/configs/am335x_evm.h   |  4 +
  include/configs/am3517_evm.h   |  4 +
  include/configs/baltos.h   |  4 +
  include/configs/gw_ventana.h   |  1 +-
  include/configs/ma5d4evk.h |  1 +-
  include/configs/nitrogen6x.h   |  1 +-
  include/configs/novena.h   |  1 +-
  include/configs/pcm051.h   |  4 +
  include/configs/sama5d2_ptc.h  |  1 +-
  include/configs/sansa_fuze_plus.h  |  1 +-
  include/configs/siemens-am33x-common.h |  4 +
  include/configs/vinco.h|  1 +-
  include/configs/warp7.h|  2 +--
  include/configs/xfi3.h |  1 +-
  scripts/config_whitelist.txt   |  2 +--
  31 files changed, 43 insertions(+), 32 deletions(-)

diff --git a/configs/gwventana_emmc_defconfig b/configs/gwventana_emmc_defconfig
index 35d9e1ac27dc..03d732d8f11e 100644
--- a/configs/gwventana_emmc_defconfig
+++ b/configs/gwventana_emmc_defconfig
@@ -69,6 +69,7 @@ CONFIG_G_DNL_MANUFACTURER="Gateworks"
  CONFIG_G_DNL_VENDOR_NUM=0x0525
  CONFIG_G_DNL_PRODUCT_NUM=0xa4a5
  CONFIG_USB_ETHER=y
+CONFIG_USB_ETH_CDC=y
  CONFIG_USB_HOST_ETHER=y
  CONFIG_USB_ETHER_ASIX=y
  CONFIG_USB_ETHER_SMSC95XX=y
diff --git a/configs/gwventana_gw5904_defconfig 
b/configs/gwventana_gw5904_defconfig
index ca7eb5ac573e..51aa13dbaca3 100644
--- a/configs/gwventana_gw5904_defconfig
+++ b/configs/gwventana_gw5904_defconfig
@@ -73,6 +73,7 @@ CONFIG_G_DNL_MANUFACTURER="Gateworks"
  CONFIG_G_DNL_VENDOR_NUM=0x0525
  CONFIG_G_DNL_PRODUCT_NUM=0xa4a5
  CONFIG_USB_ETHER=y
+CONFIG_USB_ETH_CDC=y
  CONFIG_USB_HOST_ETHER=y
  CONFIG_USB_ETHER_ASIX=y
  CONFIG_USB_ETHER_SMSC95XX=y
diff --git a/configs/gwventana_nand_defconfig b/configs/gwventana_nand_defconfig
index cb9655574888..4b2e1a752935 100644
--- a/configs/gwventana_nand_defconfig
+++ b/configs/gwventana_nand_defconfig
@@ -72,6 +72,7 @@ CONFIG_G_DNL_MANUFACTURER="Gateworks"
  CONFIG_G_DNL_VENDOR_NUM=0x0525
  CONFIG_G_DNL_PRODUCT_NUM=0xa4a5
  CONFIG_USB_ETHER=y
+CONFIG_USB_ETH_CDC=y
  CONFIG_USB_HOST_ETHER=y
  CONFIG_USB_ETHER_ASIX=y
  CONFIG_USB_ETHER_SMSC95XX=y
diff --git a/configs/mx6qsabrelite_defconfig b/configs/mx6qsabrelite_defconfig
index bab0d0c79f0d..f716c8fd7f77 100644
--- a/configs/mx6qsabrelite_defconfig
+++ b/configs/mx6qsabrelite_defconfig
@@ -55,5 +55,6 @@ CONFIG_G_DNL_MANUFACTURER="Boundary"
  CONFIG_G_DNL_VENDOR_NUM=0x0525
  CONFIG_G_DNL_PRODUCT_NUM=0xa4a5
  CONFIG_USB_ETHER=y
+CONFIG_USB_ETH_CDC=y
  # CONFIG_VIDEO_SW_CURSOR is not set
  CONFIG_OF_LIBFDT=y
diff --git a/configs/nitrogen6dl2g_defconfig b/configs/nitrogen6dl2g_defconfig
index 0d19b85a30f3..fd4a46558129 100644
--- a/configs/nitrogen6dl2g_defconfig
+++ b/configs/nitrogen6dl2g_defconfig
@@ -52,5 +52,6 @@ CONFIG_G_DNL_MANUFACTURER="Boundary"
  CONFIG_G_DNL_VENDOR_NUM=0x0525
  CONFIG_G_DNL_PRODUCT_NUM=0xa4a5
  CONFIG_USB_ETHER=y
+CONFIG_USB_ETH_CDC=y
  # CONFIG_VIDEO_SW_CURSOR is not set
  CONFIG_OF_LIBFDT=y
diff --git a/configs/nitrogen6dl_defconfig b/configs/nitrogen6dl_defconfig
index a20580eb77bb..30046e3f3a07 100644
--- a/configs/nitrogen6dl_defconfig
+++ b/configs/nitrogen6dl_defconfig
@@ -52,5 +52,6 @@ CONFIG_G_DNL_MANUFACTURER="Boundary"
  CONFIG_G_DNL_VENDOR_NUM=0x0525
  CONFIG_G_DNL_PRODUCT_NUM=0xa4a5
  CONFIG_USB_ETHER=y
+CONFIG_USB_ETH_CDC=y
  # CONFIG_VIDEO_SW_CURSOR is not set
  CONFIG_OF_LIBFDT=y
diff --git a/configs/nitrogen6q2g_defconfig b/configs/nitrogen6q2g_defconfig
index 940c74a5ece2..f9160c208fe7 100644
--- a/configs/nitrogen6q2g_defconfig
+++ b/configs/nitrogen6q2g_defconfig
@@ -53,5 +53,6 @@ CONFIG_G_DNL_MANUFACTURER="Boundary"
  CONFIG_G_DNL_VENDOR_NUM=0x0525
  CONFIG_G_DNL_PRODUCT_NUM=0xa4a5
  CONFIG_USB_ETHER=y
+CONFIG_USB_ETH_CDC=y
  # CONFIG_VIDEO_SW_CURSOR is not set
  CONFIG_OF_LIBFDT=y
diff --git 

Re: [U-Boot] [PATCH v2 05/14] usb: gadget: usb_ether: Move the interfaces to Kconfig

2017-09-12 Thread Simon Glass
On 12 September 2017 at 13:01, Maxime Ripard
 wrote:
> We need to select an interface for the usb_ether gadget, and they haven't
> been converted to Kconfig yet. Add a choice to make sure we have an option
> selected, and convert all the users.
>
> Signed-off-by: Maxime Ripard 
> ---
>  configs/gwventana_emmc_defconfig   |  1 +-
>  configs/gwventana_gw5904_defconfig |  1 +-
>  configs/gwventana_nand_defconfig   |  1 +-
>  configs/mx6qsabrelite_defconfig|  1 +-
>  configs/nitrogen6dl2g_defconfig|  1 +-
>  configs/nitrogen6dl_defconfig  |  1 +-
>  configs/nitrogen6q2g_defconfig |  1 +-
>  configs/nitrogen6q_defconfig   |  1 +-
>  configs/nitrogen6s1g_defconfig |  1 +-
>  configs/nitrogen6s_defconfig   |  1 +-
>  configs/novena_defconfig   |  1 +-
>  configs/sansa_fuze_plus_defconfig  |  1 +-
>  configs/warp7_defconfig|  1 +-
>  configs/warp7_secure_defconfig |  1 +-
>  configs/xfi3_defconfig |  1 +-
>  drivers/usb/gadget/Kconfig | 28 +++-
>  include/configs/am335x_evm.h   |  4 +
>  include/configs/am3517_evm.h   |  4 +
>  include/configs/baltos.h   |  4 +
>  include/configs/gw_ventana.h   |  1 +-
>  include/configs/ma5d4evk.h |  1 +-
>  include/configs/nitrogen6x.h   |  1 +-
>  include/configs/novena.h   |  1 +-
>  include/configs/pcm051.h   |  4 +
>  include/configs/sama5d2_ptc.h  |  1 +-
>  include/configs/sansa_fuze_plus.h  |  1 +-
>  include/configs/siemens-am33x-common.h |  4 +
>  include/configs/vinco.h|  1 +-
>  include/configs/warp7.h|  2 +--
>  include/configs/xfi3.h |  1 +-
>  scripts/config_whitelist.txt   |  2 +--
>  31 files changed, 43 insertions(+), 32 deletions(-)
>

Reviewed-by: Simon Glass 
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot