diff --git a/arch/Kconfig b/arch/Kconfig index 3fc3c5739abaf1f0f7f9287938d7400de714743c..c2b4070145bfd5e42632480cd874aec85976951c 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -115,6 +115,7 @@ config X86 imply CMD_PCI imply CMD_SF_TEST imply CMD_ZBOOT + imply USB_HOST_ETHER config XTENSA bool "Xtensa architecture" diff --git a/arch/arm/mach-imx/mx6/Kconfig b/arch/arm/mach-imx/mx6/Kconfig index a1aa36bc223b8286029f2ddea743e30516ffced2..2b0cefbf01384e372bbb7e9b25580ce0b5b46af8 100644 --- a/arch/arm/mach-imx/mx6/Kconfig +++ b/arch/arm/mach-imx/mx6/Kconfig @@ -307,6 +307,7 @@ config TARGET_MX6ULL_14X14_EVK config TARGET_NITROGEN6X bool "nitrogen6x" + imply USB_HOST_ETHER config TARGET_OPOS6ULDEV bool "Armadeus OPOS6ULDev board" diff --git a/configs/apalis_imx6_defconfig b/configs/apalis_imx6_defconfig index 8f48cb2f27d9f1c1101212542f6460811f2e8a5c..b2284acc34a31302947a8dfdb5c41e3fc91a7cf0 100644 --- a/configs/apalis_imx6_defconfig +++ b/configs/apalis_imx6_defconfig @@ -61,6 +61,7 @@ CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_G_DNL_MANUFACTURER="Toradex" CONFIG_G_DNL_VENDOR_NUM=0x1b67 CONFIG_G_DNL_PRODUCT_NUM=0x4000 +CONFIG_USB_HOST_ETHER=y CONFIG_FAT_WRITE=y CONFIG_OF_LIBFDT=y CONFIG_OF_LIBFDT_OVERLAY=y diff --git a/configs/apalis_imx6_nospl_com_defconfig b/configs/apalis_imx6_nospl_com_defconfig index 6d372b12f9ebda67407cdb0300c2f9d650fb24c5..239605dadfaa4fea00ff08be25971e103b973c71 100644 --- a/configs/apalis_imx6_nospl_com_defconfig +++ b/configs/apalis_imx6_nospl_com_defconfig @@ -50,6 +50,7 @@ CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_G_DNL_MANUFACTURER="Toradex" CONFIG_G_DNL_VENDOR_NUM=0x1b67 CONFIG_G_DNL_PRODUCT_NUM=0x4020 +CONFIG_USB_HOST_ETHER=y CONFIG_FAT_WRITE=y CONFIG_OF_LIBFDT=y # CONFIG_EFI_LOADER is not set diff --git a/configs/apalis_imx6_nospl_it_defconfig b/configs/apalis_imx6_nospl_it_defconfig index cfcc50a4b9cd0b8d53cebe2d202c11683c982bab..1bc05d7266d390bf52218eecf2e59b2e87d1fcf9 100644 --- a/configs/apalis_imx6_nospl_it_defconfig +++ b/configs/apalis_imx6_nospl_it_defconfig @@ -50,6 +50,7 @@ CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_G_DNL_MANUFACTURER="Toradex" CONFIG_G_DNL_VENDOR_NUM=0x1b67 CONFIG_G_DNL_PRODUCT_NUM=0x4020 +CONFIG_USB_HOST_ETHER=y CONFIG_FAT_WRITE=y CONFIG_OF_LIBFDT=y # CONFIG_EFI_LOADER is not set diff --git a/configs/arndale_defconfig b/configs/arndale_defconfig index 82072091bfa1f7137a7ea1b50bfe8678cdbca3d8..0b922f20e3a512047dd7d5db0b0e61cdd26c42b7 100644 --- a/configs/arndale_defconfig +++ b/configs/arndale_defconfig @@ -37,3 +37,4 @@ CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_DWC3=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y diff --git a/configs/beaver_defconfig b/configs/beaver_defconfig index a61fd628ca79b1e5109c1ca35b6f66e06a452e98..670696e330fc3f8cd2ab611da981e4380b3be6d2 100644 --- a/configs/beaver_defconfig +++ b/configs/beaver_defconfig @@ -50,3 +50,4 @@ CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_G_DNL_MANUFACTURER="NVIDIA" CONFIG_G_DNL_VENDOR_NUM=0x0955 CONFIG_G_DNL_PRODUCT_NUM=0x701a +CONFIG_USB_HOST_ETHER=y diff --git a/configs/cardhu_defconfig b/configs/cardhu_defconfig index 8a9d386d12e78ce44e9f6c3ae329792b761ba70f..f12e392d841f712b9a3d1e568113554198bc16d0 100644 --- a/configs/cardhu_defconfig +++ b/configs/cardhu_defconfig @@ -38,3 +38,4 @@ CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y diff --git a/configs/cei-tk1-som_defconfig b/configs/cei-tk1-som_defconfig index 08cc1d0c56985dc3619781ec3124e8d128e00729..5c3cc16dd32b92811f9554087d3d8dbf5bf48200 100644 --- a/configs/cei-tk1-som_defconfig +++ b/configs/cei-tk1-som_defconfig @@ -53,3 +53,4 @@ CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_G_DNL_MANUFACTURER="NVIDIA" CONFIG_G_DNL_VENDOR_NUM=0x0955 CONFIG_G_DNL_PRODUCT_NUM=0x701a +CONFIG_USB_HOST_ETHER=y diff --git a/configs/cgtqmx6eval_defconfig b/configs/cgtqmx6eval_defconfig index 18f2ff848b44e4452d59ff9e1b4aff5256db31ec..7a24a2ca63851a659e283ed27059e2f57f183314 100644 --- a/configs/cgtqmx6eval_defconfig +++ b/configs/cgtqmx6eval_defconfig @@ -62,5 +62,6 @@ CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_G_DNL_MANUFACTURER="Congatec" CONFIG_G_DNL_VENDOR_NUM=0x0525 CONFIG_G_DNL_PRODUCT_NUM=0xa4a5 +CONFIG_USB_HOST_ETHER=y # CONFIG_VIDEO_SW_CURSOR is not set CONFIG_OF_LIBFDT=y diff --git a/configs/cl-som-am57x_defconfig b/configs/cl-som-am57x_defconfig index 00930abdd06bad82ac99641e82164ae1254935bc..6aa78a7115a28575756127727831548adb5f22f1 100644 --- a/configs/cl-som-am57x_defconfig +++ b/configs/cl-som-am57x_defconfig @@ -58,5 +58,6 @@ CONFIG_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_DWC3=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y CONFIG_FAT_WRITE=y CONFIG_OF_LIBFDT=y diff --git a/configs/cm_t54_defconfig b/configs/cm_t54_defconfig index f326af4cbf5945571eb601b1d3c1c2f0199c14ba..22a48dec865945c6b6143418c439ca019c7c8d65 100644 --- a/configs/cm_t54_defconfig +++ b/configs/cm_t54_defconfig @@ -46,5 +46,6 @@ CONFIG_OMAP3_SPI=y CONFIG_USB=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y CONFIG_FAT_WRITE=y CONFIG_OF_LIBFDT=y diff --git a/configs/colibri_imx6_defconfig b/configs/colibri_imx6_defconfig index 0c52de51faf2c8ea6ea7c97438402797794353d0..7d1e709d4c4782d6384f31390f1a6688636a202c 100644 --- a/configs/colibri_imx6_defconfig +++ b/configs/colibri_imx6_defconfig @@ -59,6 +59,7 @@ CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_G_DNL_MANUFACTURER="Toradex" CONFIG_G_DNL_VENDOR_NUM=0x1b67 CONFIG_G_DNL_PRODUCT_NUM=0x4000 +CONFIG_USB_HOST_ETHER=y CONFIG_FAT_WRITE=y CONFIG_OF_LIBFDT=y CONFIG_OF_LIBFDT_OVERLAY=y diff --git a/configs/colibri_imx6_nospl_defconfig b/configs/colibri_imx6_nospl_defconfig index 3eedff8a7d0b691b5208c08f647696bc1cb91e10..6877993088f4156f9d3eaadaf432c5a2e9d38ce6 100644 --- a/configs/colibri_imx6_nospl_defconfig +++ b/configs/colibri_imx6_nospl_defconfig @@ -48,6 +48,7 @@ CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_G_DNL_MANUFACTURER="Toradex" CONFIG_G_DNL_VENDOR_NUM=0x1b67 CONFIG_G_DNL_PRODUCT_NUM=0x4000 +CONFIG_USB_HOST_ETHER=y CONFIG_FAT_WRITE=y CONFIG_OF_LIBFDT=y # CONFIG_EFI_LOADER is not set diff --git a/configs/colibri_t20_defconfig b/configs/colibri_t20_defconfig index ce1cb140524838ec646273c34937d96696507b77..22300b35614e2183803439809a6597e6b4e6267c 100644 --- a/configs/colibri_t20_defconfig +++ b/configs/colibri_t20_defconfig @@ -52,6 +52,7 @@ CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_G_DNL_MANUFACTURER="Toradex" CONFIG_G_DNL_VENDOR_NUM=0x1b67 CONFIG_G_DNL_PRODUCT_NUM=0x4000 +CONFIG_USB_HOST_ETHER=y CONFIG_DM_VIDEO=y CONFIG_VIDEO_TEGRA20=y CONFIG_CONSOLE_SCROLL_LINES=10 diff --git a/configs/colibri_t30_defconfig b/configs/colibri_t30_defconfig index 810359a22f25ade4b9f66d41661f112e31c5b428..73af3cb61da712df18aab07003483ef5466c6356 100644 --- a/configs/colibri_t30_defconfig +++ b/configs/colibri_t30_defconfig @@ -39,4 +39,5 @@ CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_G_DNL_MANUFACTURER="Toradex" CONFIG_G_DNL_VENDOR_NUM=0x1b67 CONFIG_G_DNL_PRODUCT_NUM=0x4000 +CONFIG_USB_HOST_ETHER=y CONFIG_OF_LIBFDT_OVERLAY=y diff --git a/configs/dalmore_defconfig b/configs/dalmore_defconfig index e2d4563e95cb3e8840142ceba9b80edff2ccf147..25aca91e40c11f4b05ab814fcf800e39ef4d632d 100644 --- a/configs/dalmore_defconfig +++ b/configs/dalmore_defconfig @@ -44,3 +44,4 @@ CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_G_DNL_MANUFACTURER="NVIDIA" CONFIG_G_DNL_VENDOR_NUM=0x0955 CONFIG_G_DNL_PRODUCT_NUM=0x701a +CONFIG_USB_HOST_ETHER=y diff --git a/configs/dragonboard410c_defconfig b/configs/dragonboard410c_defconfig index 8706a7115f0f17dbfcb484a72a364fbc32b31eb6..faff1b0a770667240c5468354e14ce77558323f9 100644 --- a/configs/dragonboard410c_defconfig +++ b/configs/dragonboard410c_defconfig @@ -39,4 +39,5 @@ CONFIG_USB_EHCI_MSM=y CONFIG_USB_ULPI_VIEWPORT=y CONFIG_USB_ULPI=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y CONFIG_OF_LIBFDT_OVERLAY=y diff --git a/configs/e2220-1170_defconfig b/configs/e2220-1170_defconfig index ff0a2a651cccbe849a7e969644278d00f5223e37..45794d0bd8771949a6bc2a244a1ca46cf249a6d0 100644 --- a/configs/e2220-1170_defconfig +++ b/configs/e2220-1170_defconfig @@ -38,3 +38,4 @@ CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_G_DNL_MANUFACTURER="NVIDIA" CONFIG_G_DNL_VENDOR_NUM=0x0955 CONFIG_G_DNL_PRODUCT_NUM=0x701a +CONFIG_USB_HOST_ETHER=y diff --git a/configs/evb-rk3399_defconfig b/configs/evb-rk3399_defconfig index 10e5e626dba19167ce713b6d735a562a48b6bfa0..374407bce95d14c8aff18bbe9c638f53b8502274 100644 --- a/configs/evb-rk3399_defconfig +++ b/configs/evb-rk3399_defconfig @@ -63,6 +63,7 @@ CONFIG_USB_XHCI_DWC3=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_EHCI_GENERIC=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y CONFIG_DM_VIDEO=y CONFIG_DISPLAY=y CONFIG_VIDEO_ROCKCHIP=y diff --git a/configs/fennec-rk3288_defconfig b/configs/fennec-rk3288_defconfig index e00b62db307f17fd6941bfd9c1492d7ebf462e2d..8615243cd41dcf6835143782d514ab6d1f48f890 100644 --- a/configs/fennec-rk3288_defconfig +++ b/configs/fennec-rk3288_defconfig @@ -74,6 +74,7 @@ CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_G_DNL_MANUFACTURER="Rockchip" CONFIG_G_DNL_VENDOR_NUM=0x2207 CONFIG_G_DNL_PRODUCT_NUM=0x320a +CONFIG_USB_HOST_ETHER=y CONFIG_USE_TINY_PRINTF=y CONFIG_CMD_DHRYSTONE=y CONFIG_ERRNO_STR=y diff --git a/configs/firefly-rk3288_defconfig b/configs/firefly-rk3288_defconfig index 930d6d8dcbf1a03624af4ac733747cc3f8181291..69a7f8026d08197f9f4eb4fd602c743b3157ff19 100644 --- a/configs/firefly-rk3288_defconfig +++ b/configs/firefly-rk3288_defconfig @@ -80,6 +80,7 @@ CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_G_DNL_MANUFACTURER="Rockchip" CONFIG_G_DNL_VENDOR_NUM=0x2207 CONFIG_G_DNL_PRODUCT_NUM=0x320a +CONFIG_USB_HOST_ETHER=y CONFIG_DM_VIDEO=y CONFIG_DISPLAY=y CONFIG_VIDEO_ROCKCHIP=y diff --git a/configs/firefly-rk3399_defconfig b/configs/firefly-rk3399_defconfig index 58eaab3783a476b1bb543427ff9d3dda6008696a..4359a360f0b52af872eab03b421f06ef8170e8c2 100644 --- a/configs/firefly-rk3399_defconfig +++ b/configs/firefly-rk3399_defconfig @@ -64,5 +64,6 @@ CONFIG_USB_XHCI_DWC3=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_EHCI_GENERIC=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y CONFIG_USE_TINY_PRINTF=y CONFIG_ERRNO_STR=y diff --git a/configs/gwventana_emmc_defconfig b/configs/gwventana_emmc_defconfig index c1264b7afa9d6cb6d801e4b1385ae99c31619a65..b0ee8190114f0147d76439ced0165e6dac559e3b 100644 --- a/configs/gwventana_emmc_defconfig +++ b/configs/gwventana_emmc_defconfig @@ -68,6 +68,7 @@ CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_G_DNL_MANUFACTURER="Gateworks" CONFIG_G_DNL_VENDOR_NUM=0x0525 CONFIG_G_DNL_PRODUCT_NUM=0xa4a5 +CONFIG_USB_HOST_ETHER=y # CONFIG_VIDEO_SW_CURSOR is not set CONFIG_OF_LIBFDT=y CONFIG_FDT_FIXUP_PARTITIONS=y diff --git a/configs/gwventana_gw5904_defconfig b/configs/gwventana_gw5904_defconfig index 505872cc104ada4342428ebf4458c554d1502865..78da6f29b3acfcc864fc4ad691ffafacf8e82579 100644 --- a/configs/gwventana_gw5904_defconfig +++ b/configs/gwventana_gw5904_defconfig @@ -72,6 +72,7 @@ CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_G_DNL_MANUFACTURER="Gateworks" CONFIG_G_DNL_VENDOR_NUM=0x0525 CONFIG_G_DNL_PRODUCT_NUM=0xa4a5 +CONFIG_USB_HOST_ETHER=y # CONFIG_VIDEO_SW_CURSOR is not set CONFIG_OF_LIBFDT=y CONFIG_FDT_FIXUP_PARTITIONS=y diff --git a/configs/gwventana_nand_defconfig b/configs/gwventana_nand_defconfig index 16f4a285c2d6d7dba88dcb01e2884c3917e5fe2a..98064dc7ac6a863a97904acdedd393c6a0c57663 100644 --- a/configs/gwventana_nand_defconfig +++ b/configs/gwventana_nand_defconfig @@ -71,6 +71,7 @@ CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_G_DNL_MANUFACTURER="Gateworks" CONFIG_G_DNL_VENDOR_NUM=0x0525 CONFIG_G_DNL_PRODUCT_NUM=0xa4a5 +CONFIG_USB_HOST_ETHER=y # CONFIG_VIDEO_SW_CURSOR is not set CONFIG_OF_LIBFDT=y CONFIG_FDT_FIXUP_PARTITIONS=y diff --git a/configs/harmony_defconfig b/configs/harmony_defconfig index 8d2c5cadef5afb9a1b1f6fe8e53b125ad8ae368c..1749dba479caa404578b2658896e1449a9c751d7 100644 --- a/configs/harmony_defconfig +++ b/configs/harmony_defconfig @@ -38,6 +38,7 @@ CONFIG_USB_EHCI_HCD=y CONFIG_USB_ULPI_VIEWPORT=y CONFIG_USB_ULPI=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y CONFIG_DM_VIDEO=y CONFIG_VIDEO_TEGRA20=y CONFIG_CONSOLE_SCROLL_LINES=10 diff --git a/configs/hikey_defconfig b/configs/hikey_defconfig index ddd78ab30746ef8c28eb40cc55d98191bf50dc7d..9184470145d7c6c18a45d4fbe8a3b0337d48bbee 100644 --- a/configs/hikey_defconfig +++ b/configs/hikey_defconfig @@ -22,4 +22,5 @@ CONFIG_MMC_DW_K3=y CONFIG_USB=y CONFIG_USB_DWC2=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y CONFIG_OF_LIBFDT_OVERLAY=y diff --git a/configs/jetson-tk1_defconfig b/configs/jetson-tk1_defconfig index b3d860c700fbe5fd445ff6bd7f1b5b2982157c9d..1e8284eca4e475e0dd4c6272e34474c2c93d14ba 100644 --- a/configs/jetson-tk1_defconfig +++ b/configs/jetson-tk1_defconfig @@ -54,3 +54,4 @@ CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_G_DNL_MANUFACTURER="NVIDIA" CONFIG_G_DNL_VENDOR_NUM=0x0955 CONFIG_G_DNL_PRODUCT_NUM=0x701a +CONFIG_USB_HOST_ETHER=y diff --git a/configs/kylin-rk3036_defconfig b/configs/kylin-rk3036_defconfig index ab36b48db7512ba483df74d96df4241707906780..7968089c61703f12416550811a917d5acb8f40ee 100644 --- a/configs/kylin-rk3036_defconfig +++ b/configs/kylin-rk3036_defconfig @@ -49,6 +49,7 @@ CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_G_DNL_MANUFACTURER="Rockchip" CONFIG_G_DNL_VENDOR_NUM=0x2207 CONFIG_G_DNL_PRODUCT_NUM=0x310a +CONFIG_USB_HOST_ETHER=y CONFIG_SPL_TINY_MEMSET=y CONFIG_CMD_DHRYSTONE=y CONFIG_ERRNO_STR=y diff --git a/configs/m53evk_defconfig b/configs/m53evk_defconfig index 45e4520cd5e843534ff143d2d85da962724cd221..31a29f66e86f0b262b8c79a3470cfb934c9a8410 100644 --- a/configs/m53evk_defconfig +++ b/configs/m53evk_defconfig @@ -44,6 +44,7 @@ CONFIG_PHYLIB=y CONFIG_PHY_MICREL=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y # CONFIG_VIDEO_SW_CURSOR is not set CONFIG_FAT_WRITE=y CONFIG_OF_LIBFDT=y diff --git a/configs/marsboard_defconfig b/configs/marsboard_defconfig index bdce8176f89fad7db71840a7d6bf839cf89a25a2..bed472bfe7141dc9e183d3dfe952dc09056b6df3 100644 --- a/configs/marsboard_defconfig +++ b/configs/marsboard_defconfig @@ -25,5 +25,6 @@ CONFIG_PHYLIB=y CONFIG_DM_THERMAL=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y # CONFIG_VIDEO_SW_CURSOR is not set CONFIG_OF_LIBFDT=y diff --git a/configs/mcx_defconfig b/configs/mcx_defconfig index daea7c4487ee5611d30393b0dfce229a26b09edd..d46f1e3800ce37d5a984ed34309d7c20c4c85a4b 100644 --- a/configs/mcx_defconfig +++ b/configs/mcx_defconfig @@ -41,5 +41,6 @@ CONFIG_USB_EHCI_HCD=y CONFIG_USB_ULPI_VIEWPORT_OMAP=y CONFIG_USB_ULPI=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y # CONFIG_VIDEO_SW_CURSOR is not set CONFIG_OF_LIBFDT=y diff --git a/configs/medcom-wide_defconfig b/configs/medcom-wide_defconfig index 8cb4ceeb155bfb359092d114f3be359460d4d586..4ea3ef7c628266ae65cb6b1008aa5128c794e5df 100644 --- a/configs/medcom-wide_defconfig +++ b/configs/medcom-wide_defconfig @@ -34,5 +34,6 @@ CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y CONFIG_DM_VIDEO=y CONFIG_VIDEO_TEGRA20=y diff --git a/configs/miqi-rk3288_defconfig b/configs/miqi-rk3288_defconfig index b669c8cb3227a135ac1f0748ef042d0c71e1d000..eb5ff7acc98a39859ced076f45fe29ab3b5b9ec7 100644 --- a/configs/miqi-rk3288_defconfig +++ b/configs/miqi-rk3288_defconfig @@ -74,6 +74,7 @@ CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_G_DNL_MANUFACTURER="Rockchip" CONFIG_G_DNL_VENDOR_NUM=0x2207 CONFIG_G_DNL_PRODUCT_NUM=0x320a +CONFIG_USB_HOST_ETHER=y CONFIG_DM_VIDEO=y CONFIG_DISPLAY=y CONFIG_VIDEO_ROCKCHIP=y diff --git a/configs/mvebu_db-88f3720_defconfig b/configs/mvebu_db-88f3720_defconfig index 1d05ad5147948644f1b87139d0ff29942a0819df..c1565f9707c3e51512b8d0a5dc42d419eb460357 100644 --- a/configs/mvebu_db-88f3720_defconfig +++ b/configs/mvebu_db-88f3720_defconfig @@ -68,5 +68,6 @@ CONFIG_DM_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y CONFIG_SHA1=y CONFIG_SHA256=y diff --git a/configs/mvebu_db_armada8k_defconfig b/configs/mvebu_db_armada8k_defconfig index f0ef9adec708c0ba6e152a3e8ba6f656d9707bb0..50cf3ed17fcb9c29af64c52ac59fb7701dc00483 100644 --- a/configs/mvebu_db_armada8k_defconfig +++ b/configs/mvebu_db_armada8k_defconfig @@ -70,4 +70,5 @@ CONFIG_DM_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y CONFIG_SMBIOS_MANUFACTURER="" diff --git a/configs/mvebu_espressobin-88f3720_defconfig b/configs/mvebu_espressobin-88f3720_defconfig index e9be2557bf3d87589622b56fb79c2caf566ad7e9..b8e198741522ef6d230e14e1612625bf0e151ea3 100644 --- a/configs/mvebu_espressobin-88f3720_defconfig +++ b/configs/mvebu_espressobin-88f3720_defconfig @@ -64,5 +64,6 @@ CONFIG_DM_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y CONFIG_SHA1=y CONFIG_SHA256=y diff --git a/configs/mvebu_mcbin-88f8040_defconfig b/configs/mvebu_mcbin-88f8040_defconfig index 358fa0c690b354d9f519363a15304ab9a529ae47..fd6f3e792ead773cb7c51e88cf201365c63c06ae 100644 --- a/configs/mvebu_mcbin-88f8040_defconfig +++ b/configs/mvebu_mcbin-88f8040_defconfig @@ -74,4 +74,5 @@ CONFIG_DM_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y CONFIG_SMBIOS_MANUFACTURER="" diff --git a/configs/mx23_olinuxino_defconfig b/configs/mx23_olinuxino_defconfig index e47f362e4a2abc9ff706d23de4ac2e82462b4142..d4931a1e25921602637cef9fbd659c1db4012c47 100644 --- a/configs/mx23_olinuxino_defconfig +++ b/configs/mx23_olinuxino_defconfig @@ -33,4 +33,5 @@ CONFIG_MMC_MXS=y CONFIG_USB=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y CONFIG_OF_LIBFDT=y diff --git a/configs/mx28evk_auart_console_defconfig b/configs/mx28evk_auart_console_defconfig index 187bb7f0a208bec8f6946c1fd84a5c1a91d4c6e9..684ebe693c23fbcf8ac587611944373007b04b6c 100644 --- a/configs/mx28evk_auart_console_defconfig +++ b/configs/mx28evk_auart_console_defconfig @@ -42,4 +42,5 @@ CONFIG_SPI_FLASH_SST=y CONFIG_USB=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y CONFIG_OF_LIBFDT=y diff --git a/configs/mx28evk_defconfig b/configs/mx28evk_defconfig index e13a6b3ddbc7767d2f1323b091b68ae3f0d3199e..08cd008d974ccc32d3130777bf82806307c9c380 100644 --- a/configs/mx28evk_defconfig +++ b/configs/mx28evk_defconfig @@ -42,4 +42,5 @@ CONFIG_SPI_FLASH_SST=y CONFIG_USB=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y CONFIG_OF_LIBFDT=y diff --git a/configs/mx28evk_nand_defconfig b/configs/mx28evk_nand_defconfig index 35763abdd26e050ff7101c5c488614410810285c..97e222ba471a2c472732bea33a8c519ed018e827 100644 --- a/configs/mx28evk_nand_defconfig +++ b/configs/mx28evk_nand_defconfig @@ -41,4 +41,5 @@ CONFIG_SPI_FLASH_SST=y CONFIG_USB=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y CONFIG_OF_LIBFDT=y diff --git a/configs/mx28evk_spi_defconfig b/configs/mx28evk_spi_defconfig index f4ab498905f10c55e9d3713acfdcbda6bb32bae5..dfd3876c52e953ed3854e6a0d801c450cb69591a 100644 --- a/configs/mx28evk_spi_defconfig +++ b/configs/mx28evk_spi_defconfig @@ -41,4 +41,5 @@ CONFIG_SPI_FLASH_SST=y CONFIG_USB=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y CONFIG_OF_LIBFDT=y diff --git a/configs/mx51evk_defconfig b/configs/mx51evk_defconfig index dafa1714090bfaed4a60476ca226cdb19f72e1cc..c6eb2be2907b0b66eb6a445ab8b2aeeae1f3a31f 100644 --- a/configs/mx51evk_defconfig +++ b/configs/mx51evk_defconfig @@ -24,5 +24,6 @@ CONFIG_CMD_FAT=y CONFIG_ENV_IS_IN_MMC=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y # CONFIG_VIDEO_SW_CURSOR is not set CONFIG_OF_LIBFDT=y diff --git a/configs/mx53loco_defconfig b/configs/mx53loco_defconfig index 5d077d2a2c0a0eb4d3bb52999c3fe49d4009e8a0..b565e2e32969690ba1b533441c5b815519183e2e 100644 --- a/configs/mx53loco_defconfig +++ b/configs/mx53loco_defconfig @@ -25,5 +25,6 @@ CONFIG_CMD_FS_GENERIC=y CONFIG_ENV_IS_IN_MMC=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y # CONFIG_VIDEO_SW_CURSOR is not set CONFIG_OF_LIBFDT=y diff --git a/configs/mx6dlarm2_defconfig b/configs/mx6dlarm2_defconfig index 48216f6efd1260858c9f77d24400e4be9c4231a3..f4130fba62f25cc9cbc8e0899f21625e3b0bb1d1 100644 --- a/configs/mx6dlarm2_defconfig +++ b/configs/mx6dlarm2_defconfig @@ -25,4 +25,5 @@ CONFIG_CMD_FS_GENERIC=y CONFIG_ENV_IS_IN_MMC=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y CONFIG_OF_LIBFDT=y diff --git a/configs/mx6dlarm2_lpddr2_defconfig b/configs/mx6dlarm2_lpddr2_defconfig index 59249518e728803889361607f25c14659c48aa7b..00bb1502abcc093d81edfab15d4f1cab02f889ca 100644 --- a/configs/mx6dlarm2_lpddr2_defconfig +++ b/configs/mx6dlarm2_lpddr2_defconfig @@ -25,4 +25,5 @@ CONFIG_CMD_FS_GENERIC=y CONFIG_ENV_IS_IN_MMC=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y CONFIG_OF_LIBFDT=y diff --git a/configs/mx6qarm2_defconfig b/configs/mx6qarm2_defconfig index 0b44128547f01f7ee77a4ee00b9a04178aac120b..c79090433285530696cd697dba44ee3c78b2f44c 100644 --- a/configs/mx6qarm2_defconfig +++ b/configs/mx6qarm2_defconfig @@ -25,4 +25,5 @@ CONFIG_CMD_FS_GENERIC=y CONFIG_ENV_IS_IN_MMC=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y CONFIG_OF_LIBFDT=y diff --git a/configs/mx6qarm2_lpddr2_defconfig b/configs/mx6qarm2_lpddr2_defconfig index b40ebddf5805edb37bca877d3c7f774f6ef4af6e..e5af5947363a221017ff981bc3e4a464d3531e42 100644 --- a/configs/mx6qarm2_lpddr2_defconfig +++ b/configs/mx6qarm2_lpddr2_defconfig @@ -25,4 +25,5 @@ CONFIG_CMD_FS_GENERIC=y CONFIG_ENV_IS_IN_MMC=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y CONFIG_OF_LIBFDT=y diff --git a/configs/mx6sabreauto_defconfig b/configs/mx6sabreauto_defconfig index 50f2a05c2c97c9a3b78c8e226130f0306b5c3a45..3fd9bba7647204cc3baecc49d88b079cb2e02d68 100644 --- a/configs/mx6sabreauto_defconfig +++ b/configs/mx6sabreauto_defconfig @@ -53,5 +53,6 @@ CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_G_DNL_MANUFACTURER="FSL" CONFIG_G_DNL_VENDOR_NUM=0x0525 CONFIG_G_DNL_PRODUCT_NUM=0xa4a5 +CONFIG_USB_HOST_ETHER=y # CONFIG_VIDEO_SW_CURSOR is not set CONFIG_OF_LIBFDT=y diff --git a/configs/mx6sabresd_defconfig b/configs/mx6sabresd_defconfig index 422dd2803e22f9699dc7d5d5b99f91bb65192acc..6703b80d75a168c490a783daa0bef4b2d6637f89 100644 --- a/configs/mx6sabresd_defconfig +++ b/configs/mx6sabresd_defconfig @@ -53,5 +53,6 @@ CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_G_DNL_MANUFACTURER="FSL" CONFIG_G_DNL_VENDOR_NUM=0x0525 CONFIG_G_DNL_PRODUCT_NUM=0xa4a5 +CONFIG_USB_HOST_ETHER=y # CONFIG_VIDEO_SW_CURSOR is not set CONFIG_OF_LIBFDT=y diff --git a/configs/mx6slevk_defconfig b/configs/mx6slevk_defconfig index 1988ce2da833f2305e8ee690107c2cc0ab2c7608..011ecec065d13c419aee47153bc674913ac08d03 100644 --- a/configs/mx6slevk_defconfig +++ b/configs/mx6slevk_defconfig @@ -46,3 +46,4 @@ CONFIG_DM_REGULATOR_GPIO=y CONFIG_DM_THERMAL=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y diff --git a/configs/mx6slevk_spinor_defconfig b/configs/mx6slevk_spinor_defconfig index 929d0ba11670db25fe707eb838761dd3863f481d..7765894c18d5eab5578a3a3b59573ab246c1bd85 100644 --- a/configs/mx6slevk_spinor_defconfig +++ b/configs/mx6slevk_spinor_defconfig @@ -47,3 +47,4 @@ CONFIG_DM_REGULATOR_GPIO=y CONFIG_DM_THERMAL=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y diff --git a/configs/mx6slevk_spl_defconfig b/configs/mx6slevk_spl_defconfig index 85668ef99a5a7288f3dbb2a4d9046b49dca4bc13..fc16375ce79f7ddbd6c55f3c6bfa3813ab0bcd8f 100644 --- a/configs/mx6slevk_spl_defconfig +++ b/configs/mx6slevk_spl_defconfig @@ -40,4 +40,5 @@ CONFIG_PHYLIB=y CONFIG_DM_THERMAL=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y CONFIG_OF_LIBFDT=y diff --git a/configs/mx6sllevk_defconfig b/configs/mx6sllevk_defconfig index 409952600e8489450c7608961cf5844ed1c6e5df..7c42f84684e59d3256161b84db27834e6c57d1eb 100644 --- a/configs/mx6sllevk_defconfig +++ b/configs/mx6sllevk_defconfig @@ -40,3 +40,4 @@ CONFIG_DM_REGULATOR_GPIO=y CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y diff --git a/configs/mx6sllevk_plugin_defconfig b/configs/mx6sllevk_plugin_defconfig index 9d09c88c9362710fafe9578954536e415baf9440..8a73cfaf9b7b3a565df839767e08327d21fe961b 100644 --- a/configs/mx6sllevk_plugin_defconfig +++ b/configs/mx6sllevk_plugin_defconfig @@ -41,3 +41,4 @@ CONFIG_DM_REGULATOR_GPIO=y CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y diff --git a/configs/mx6sxsabreauto_defconfig b/configs/mx6sxsabreauto_defconfig index ebf0a9aacba346d262701596e88ca88703830475..24322bf228316f05b711afd1c5767ebe76e93692 100644 --- a/configs/mx6sxsabreauto_defconfig +++ b/configs/mx6sxsabreauto_defconfig @@ -49,3 +49,4 @@ CONFIG_DM_REGULATOR_GPIO=y CONFIG_FSL_QSPI=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y diff --git a/configs/mx6sxsabresd_defconfig b/configs/mx6sxsabresd_defconfig index 2f0c45d2dcf62dd2c62ccf03c3d6d3c313745ba5..4993439fc9c1f3744ba4bb78ee7570e9bbb79260 100644 --- a/configs/mx6sxsabresd_defconfig +++ b/configs/mx6sxsabresd_defconfig @@ -34,4 +34,5 @@ CONFIG_PHYLIB=y CONFIG_PCI=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y CONFIG_OF_LIBFDT=y diff --git a/configs/mx6sxsabresd_spl_defconfig b/configs/mx6sxsabresd_spl_defconfig index 169eb738cdcdb33482640cc46fdcd0e047cd1a6d..96da6bca829b04512d37291e8b5f5d7477f45631 100644 --- a/configs/mx6sxsabresd_spl_defconfig +++ b/configs/mx6sxsabresd_spl_defconfig @@ -43,4 +43,5 @@ CONFIG_PHYLIB=y CONFIG_PCI=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y CONFIG_OF_LIBFDT=y diff --git a/configs/mx7dsabresd_defconfig b/configs/mx7dsabresd_defconfig index 8f2e33adc8684a527a030b73b6209a879f18dec7..8a56d9b27d51ec413590a4cdd0636ea6bd0e38e8 100644 --- a/configs/mx7dsabresd_defconfig +++ b/configs/mx7dsabresd_defconfig @@ -69,4 +69,5 @@ CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_G_DNL_MANUFACTURER="FSL" CONFIG_G_DNL_VENDOR_NUM=0x0525 CONFIG_G_DNL_PRODUCT_NUM=0xa4a5 +CONFIG_USB_HOST_ETHER=y CONFIG_ERRNO_STR=y diff --git a/configs/mx7dsabresd_secure_defconfig b/configs/mx7dsabresd_secure_defconfig index bba933f250b92021d3e296ae7cc820fff30583a6..9dfad22e3339de1f5c0cefc707b5e303969c09de 100644 --- a/configs/mx7dsabresd_secure_defconfig +++ b/configs/mx7dsabresd_secure_defconfig @@ -71,4 +71,5 @@ CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_G_DNL_MANUFACTURER="FSL" CONFIG_G_DNL_VENDOR_NUM=0x0525 CONFIG_G_DNL_PRODUCT_NUM=0xa4a5 +CONFIG_USB_HOST_ETHER=y CONFIG_ERRNO_STR=y diff --git a/configs/novena_defconfig b/configs/novena_defconfig index 1b801824803de821230a847a8c13f85aeb0baf10..5fea094d07198e4e3bc22b543829b96c77be46e4 100644 --- a/configs/novena_defconfig +++ b/configs/novena_defconfig @@ -48,6 +48,7 @@ CONFIG_USB_KEYBOARD=y CONFIG_SYS_USB_EVENT_POLL_VIA_CONTROL_EP=y CONFIG_USB_GADGET=y CONFIG_CI_UDC=y +CONFIG_USB_HOST_ETHER=y # CONFIG_VIDEO_SW_CURSOR is not set CONFIG_FAT_WRITE=y CONFIG_OF_LIBFDT=y diff --git a/configs/nyan-big_defconfig b/configs/nyan-big_defconfig index c8cad61497aa2e28fabf227c4effdfe829ec5353..996a675c3eeee496322ff86d4725806ef9e43e82 100644 --- a/configs/nyan-big_defconfig +++ b/configs/nyan-big_defconfig @@ -70,6 +70,7 @@ CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_G_DNL_MANUFACTURER="NVIDIA" CONFIG_G_DNL_VENDOR_NUM=0x0955 CONFIG_G_DNL_PRODUCT_NUM=0x701a +CONFIG_USB_HOST_ETHER=y CONFIG_DM_VIDEO=y CONFIG_DISPLAY=y CONFIG_VIDEO_TEGRA124=y diff --git a/configs/odroid-xu3_defconfig b/configs/odroid-xu3_defconfig index 1d54207f3d35cd9305553cd2f4f5333800696c5e..a5e47c84f24813ff08d4fe2850929547fd5ef8d5 100644 --- a/configs/odroid-xu3_defconfig +++ b/configs/odroid-xu3_defconfig @@ -47,5 +47,6 @@ CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_G_DNL_MANUFACTURER="Samsung" CONFIG_G_DNL_VENDOR_NUM=0x04e8 CONFIG_G_DNL_PRODUCT_NUM=0x6601 +CONFIG_USB_HOST_ETHER=y CONFIG_VIDEO_BRIDGE=y CONFIG_ERRNO_STR=y diff --git a/configs/odroid_defconfig b/configs/odroid_defconfig index 9c0024541d41a0c551a2c4f5eda1138cdcf928e9..964fbdd19a1e059f552a2cc563d0add749b29de7 100644 --- a/configs/odroid_defconfig +++ b/configs/odroid_defconfig @@ -61,4 +61,5 @@ CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_G_DNL_MANUFACTURER="Samsung" CONFIG_G_DNL_VENDOR_NUM=0x04e8 CONFIG_G_DNL_PRODUCT_NUM=0x6601 +CONFIG_USB_HOST_ETHER=y CONFIG_ERRNO_STR=y diff --git a/configs/omap3_beagle_defconfig b/configs/omap3_beagle_defconfig index 091979e2d4b27bd0ea51c6f8e5ee79a982893936..9c206c1a2e015836c10795b15b11022d1e3cb2c8 100644 --- a/configs/omap3_beagle_defconfig +++ b/configs/omap3_beagle_defconfig @@ -52,5 +52,6 @@ CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_G_DNL_MANUFACTURER="TI" CONFIG_G_DNL_VENDOR_NUM=0x0451 CONFIG_G_DNL_PRODUCT_NUM=0xd022 +CONFIG_USB_HOST_ETHER=y CONFIG_FAT_WRITE=y CONFIG_OF_LIBFDT=y diff --git a/configs/omap3_ha_defconfig b/configs/omap3_ha_defconfig index c31a86d29033ac76211de0cbd8b3b20b88db498a..258ac8fd757dc5aa9f5dd71de21b8e7ef1bb3440 100644 --- a/configs/omap3_ha_defconfig +++ b/configs/omap3_ha_defconfig @@ -30,4 +30,5 @@ CONFIG_OMAP3_SPI=y CONFIG_USB=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y CONFIG_OF_LIBFDT=y diff --git a/configs/omap4_panda_defconfig b/configs/omap4_panda_defconfig index 5cee869d0b001eb5da5ed36804d27f1012e182f5..506b9a999984e3b61f553d4d7c8d06a51fe4e0b2 100644 --- a/configs/omap4_panda_defconfig +++ b/configs/omap4_panda_defconfig @@ -32,4 +32,5 @@ CONFIG_OMAP3_SPI=y CONFIG_USB=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y CONFIG_OF_LIBFDT=y diff --git a/configs/omap5_uevm_defconfig b/configs/omap5_uevm_defconfig index c768f333aaa5181cdd773d24fccd6a1d47126921..3bff24aea6f546d9a1f258e7f06618d1d7bed2ac 100644 --- a/configs/omap5_uevm_defconfig +++ b/configs/omap5_uevm_defconfig @@ -53,5 +53,6 @@ CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_G_DNL_MANUFACTURER="Texas Instruments" CONFIG_G_DNL_VENDOR_NUM=0x0403 CONFIG_G_DNL_PRODUCT_NUM=0xbd00 +CONFIG_USB_HOST_ETHER=y CONFIG_FAT_WRITE=y CONFIG_OF_LIBFDT=y diff --git a/configs/p2371-0000_defconfig b/configs/p2371-0000_defconfig index 277f302b9b19a9f8efd43db137ede7dd9ce3129c..a11dc31f0be2468e304cc39e1d09cfa8ae7c97c3 100644 --- a/configs/p2371-0000_defconfig +++ b/configs/p2371-0000_defconfig @@ -39,3 +39,4 @@ CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_G_DNL_MANUFACTURER="NVIDIA" CONFIG_G_DNL_VENDOR_NUM=0x0955 CONFIG_G_DNL_PRODUCT_NUM=0x701a +CONFIG_USB_HOST_ETHER=y diff --git a/configs/p2371-2180_defconfig b/configs/p2371-2180_defconfig index 9d143c95dc288db54f01afe8a3fbbfcf84f49b58..fa8f2c07c5fba6efb4fb0f94e529980313704417 100644 --- a/configs/p2371-2180_defconfig +++ b/configs/p2371-2180_defconfig @@ -46,3 +46,4 @@ CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_G_DNL_MANUFACTURER="NVIDIA" CONFIG_G_DNL_VENDOR_NUM=0x0955 CONFIG_G_DNL_PRODUCT_NUM=0x701a +CONFIG_USB_HOST_ETHER=y diff --git a/configs/p2571_defconfig b/configs/p2571_defconfig index c8270c70355ef3522ccf66468fe01cd521377bd5..a3a747aa4d12fe4b96fa72a8a35bb284506c9d00 100644 --- a/configs/p2571_defconfig +++ b/configs/p2571_defconfig @@ -39,3 +39,4 @@ CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_G_DNL_MANUFACTURER="NVIDIA" CONFIG_G_DNL_VENDOR_NUM=0x0955 CONFIG_G_DNL_PRODUCT_NUM=0x701a +CONFIG_USB_HOST_ETHER=y diff --git a/configs/paz00_defconfig b/configs/paz00_defconfig index 571d2c5b4836d253413d3b0367b4669969afb2d4..48b39f075da5e74a5b30c1b598bdeb279b9a228c 100644 --- a/configs/paz00_defconfig +++ b/configs/paz00_defconfig @@ -32,6 +32,7 @@ CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y CONFIG_DM_VIDEO=y CONFIG_VIDEO_TEGRA20=y CONFIG_CONSOLE_SCROLL_LINES=10 diff --git a/configs/peach-pi_defconfig b/configs/peach-pi_defconfig index 2664178cca0bb00259713861c645ea6098507531..60339e7312a95b6eabc137e4141e989afb73bff4 100644 --- a/configs/peach-pi_defconfig +++ b/configs/peach-pi_defconfig @@ -57,6 +57,7 @@ CONFIG_DM_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_DWC3=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y CONFIG_DM_VIDEO=y CONFIG_VIDCONSOLE_AS_LCD=y CONFIG_DISPLAY=y diff --git a/configs/peach-pit_defconfig b/configs/peach-pit_defconfig index e5e96ccdd52fe3c3f612b95788db745e14ee0ec0..745840ece2914c7dfe765e3e145206cce8a12d28 100644 --- a/configs/peach-pit_defconfig +++ b/configs/peach-pit_defconfig @@ -57,6 +57,7 @@ CONFIG_DM_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_DWC3=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y CONFIG_DM_VIDEO=y CONFIG_VIDCONSOLE_AS_LCD=y CONFIG_DISPLAY=y diff --git a/configs/phycore-rk3288_defconfig b/configs/phycore-rk3288_defconfig index 338efc484cdff9b37e98c0d9e13909217f2c83b5..e965aef29adaf828ff03ec5c90bc2ffce606270d 100644 --- a/configs/phycore-rk3288_defconfig +++ b/configs/phycore-rk3288_defconfig @@ -77,6 +77,7 @@ CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_G_DNL_MANUFACTURER="Rockchip" CONFIG_G_DNL_VENDOR_NUM=0x2207 CONFIG_G_DNL_PRODUCT_NUM=0x320a +CONFIG_USB_HOST_ETHER=y CONFIG_USE_TINY_PRINTF=y CONFIG_CMD_DHRYSTONE=y CONFIG_ERRNO_STR=y diff --git a/configs/plutux_defconfig b/configs/plutux_defconfig index 051090481f294e362e2cb891d623cea33cacff1f..0bc2357b3c3dd459a16fd04e1d47ba0ce520e41f 100644 --- a/configs/plutux_defconfig +++ b/configs/plutux_defconfig @@ -29,3 +29,4 @@ CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y diff --git a/configs/poplar_defconfig b/configs/poplar_defconfig index 3785bb9618735ca85c475ea70ee667e20e21fb11..739903f9dd4a5caf383c43066c777f40dd3e55bf 100644 --- a/configs/poplar_defconfig +++ b/configs/poplar_defconfig @@ -17,4 +17,5 @@ CONFIG_USB=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_EHCI_GENERIC=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y CONFIG_LIB_RAND=y diff --git a/configs/popmetal-rk3288_defconfig b/configs/popmetal-rk3288_defconfig index e9bd0c4f5e38b92f7462eef020595e7340062bde..76a2d21385a7280bd102f288600fa646a409a65a 100644 --- a/configs/popmetal-rk3288_defconfig +++ b/configs/popmetal-rk3288_defconfig @@ -74,6 +74,7 @@ CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_G_DNL_MANUFACTURER="Rockchip" CONFIG_G_DNL_VENDOR_NUM=0x2207 CONFIG_G_DNL_PRODUCT_NUM=0x320a +CONFIG_USB_HOST_ETHER=y CONFIG_USE_TINY_PRINTF=y CONFIG_CMD_DHRYSTONE=y CONFIG_ERRNO_STR=y diff --git a/configs/puma-rk3399_defconfig b/configs/puma-rk3399_defconfig index 0f43edb0dcdc6cb0b5530715a9e82b6b54a4d851..10accf6be1d2b97562701df927510b7580b6b7a2 100644 --- a/configs/puma-rk3399_defconfig +++ b/configs/puma-rk3399_defconfig @@ -80,6 +80,7 @@ CONFIG_USB_XHCI_DWC3=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_EHCI_GENERIC=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y CONFIG_DM_VIDEO=y CONFIG_DISPLAY=y CONFIG_VIDEO_ROCKCHIP=y diff --git a/configs/riotboard_defconfig b/configs/riotboard_defconfig index c324ac7d0388f8ab395837841014a92f71e74e13..09b92dbadee5ca6ba7d5fdbf3e51fb2f44c73d54 100644 --- a/configs/riotboard_defconfig +++ b/configs/riotboard_defconfig @@ -25,5 +25,6 @@ CONFIG_PHYLIB=y CONFIG_DM_THERMAL=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y # CONFIG_VIDEO_SW_CURSOR is not set CONFIG_OF_LIBFDT=y diff --git a/configs/rpi_2_defconfig b/configs/rpi_2_defconfig index 9a03c845b066c318d152aee7685ab674791cf8be..ac5b474e17ccec180a568713192430c549a86ae3 100644 --- a/configs/rpi_2_defconfig +++ b/configs/rpi_2_defconfig @@ -27,6 +27,7 @@ CONFIG_USB_DWC2=y CONFIG_USB_STORAGE=y CONFIG_USB_KEYBOARD=y CONFIG_SYS_USB_EVENT_POLL=y +CONFIG_USB_HOST_ETHER=y CONFIG_DM_VIDEO=y CONFIG_SYS_WHITE_ON_BLACK=y CONFIG_CONSOLE_SCROLL_LINES=10 diff --git a/configs/rpi_3_32b_defconfig b/configs/rpi_3_32b_defconfig index 9d1b303be037bf4968b9b07fc429b43f301b5580..df19b44710621ad12dff09b0578dd7b75b94a915 100644 --- a/configs/rpi_3_32b_defconfig +++ b/configs/rpi_3_32b_defconfig @@ -29,6 +29,7 @@ CONFIG_USB_DWC2=y CONFIG_USB_STORAGE=y CONFIG_USB_KEYBOARD=y CONFIG_SYS_USB_EVENT_POLL=y +CONFIG_USB_HOST_ETHER=y CONFIG_DM_VIDEO=y CONFIG_SYS_WHITE_ON_BLACK=y CONFIG_CONSOLE_SCROLL_LINES=10 diff --git a/configs/rpi_3_defconfig b/configs/rpi_3_defconfig index 31c4130af47d1eb5010334f8ba421d2e8fac0979..bfab5fc648b04041bb7e0370b8fbcd09b03c5996 100644 --- a/configs/rpi_3_defconfig +++ b/configs/rpi_3_defconfig @@ -29,6 +29,7 @@ CONFIG_USB_DWC2=y CONFIG_USB_STORAGE=y CONFIG_USB_KEYBOARD=y CONFIG_SYS_USB_EVENT_POLL=y +CONFIG_USB_HOST_ETHER=y CONFIG_DM_VIDEO=y CONFIG_SYS_WHITE_ON_BLACK=y CONFIG_CONSOLE_SCROLL_LINES=10 diff --git a/configs/rpi_defconfig b/configs/rpi_defconfig index 893baf9e6d55bce18f686a7fc2bd0d947aa3d59a..cc075d6656931cdb1ee8cb2d7769a787745d8e01 100644 --- a/configs/rpi_defconfig +++ b/configs/rpi_defconfig @@ -27,6 +27,7 @@ CONFIG_USB_DWC2=y CONFIG_USB_STORAGE=y CONFIG_USB_KEYBOARD=y CONFIG_SYS_USB_EVENT_POLL=y +CONFIG_USB_HOST_ETHER=y CONFIG_DM_VIDEO=y CONFIG_SYS_WHITE_ON_BLACK=y CONFIG_CONSOLE_SCROLL_LINES=10 diff --git a/configs/seaboard_defconfig b/configs/seaboard_defconfig index c3e57945072f85f0472ef1284a3d460d6f6ebd13..38760b5015cae02bf409a0226f83dfe5632cecde 100644 --- a/configs/seaboard_defconfig +++ b/configs/seaboard_defconfig @@ -37,6 +37,7 @@ CONFIG_USB_ULPI=y CONFIG_USB_STORAGE=y CONFIG_USB_KEYBOARD=y CONFIG_SYS_USB_EVENT_POLL=y +CONFIG_USB_HOST_ETHER=y CONFIG_DM_VIDEO=y CONFIG_VIDEO_TEGRA20=y CONFIG_CONSOLE_SCROLL_LINES=10 diff --git a/configs/smartweb_defconfig b/configs/smartweb_defconfig index 870331673fdda910441a4f70a06f119dfe55cdc8..8e16d9f2aeb167d5df2bb9c8d09fc57084f0bb01 100644 --- a/configs/smartweb_defconfig +++ b/configs/smartweb_defconfig @@ -50,4 +50,5 @@ CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_G_DNL_MANUFACTURER="Siemens AG" CONFIG_G_DNL_VENDOR_NUM=0x0908 CONFIG_G_DNL_PRODUCT_NUM=0x02d2 +CONFIG_USB_HOST_ETHER=y # CONFIG_EFI_LOADER is not set diff --git a/configs/smdk5250_defconfig b/configs/smdk5250_defconfig index d986df3153d9366a51e1e5791539e7e691706dde..998e3e492c49ef3755e0584f94733cb68fd26c80 100644 --- a/configs/smdk5250_defconfig +++ b/configs/smdk5250_defconfig @@ -51,5 +51,6 @@ CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_DWC3=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y CONFIG_VIDEO_BRIDGE=y CONFIG_ERRNO_STR=y diff --git a/configs/smdk5420_defconfig b/configs/smdk5420_defconfig index f9b8624a82b070fa24cd5ff10c961fd1eae961a7..3cc2413656ce75b2f9ce3239479a527192050f41 100644 --- a/configs/smdk5420_defconfig +++ b/configs/smdk5420_defconfig @@ -38,4 +38,5 @@ CONFIG_DM_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_DWC3=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y CONFIG_VIDEO_BRIDGE=y diff --git a/configs/snow_defconfig b/configs/snow_defconfig index 60d1c224d14336ba2d9243bafc2095d8eac3a4fb..1796c06943d5c9b138b95a2098da659f0984fe3d 100644 --- a/configs/snow_defconfig +++ b/configs/snow_defconfig @@ -69,6 +69,7 @@ CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_DWC3=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y CONFIG_DM_VIDEO=y CONFIG_VIDCONSOLE_AS_LCD=y CONFIG_DISPLAY=y diff --git a/configs/spring_defconfig b/configs/spring_defconfig index 429de1b88493837153a30c42616ebb41723b6469..ec6b5f091f1746a6e55cabd6ce1a1a8139dfeb87 100644 --- a/configs/spring_defconfig +++ b/configs/spring_defconfig @@ -69,6 +69,7 @@ CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_DWC3=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y CONFIG_DM_VIDEO=y CONFIG_VIDCONSOLE_AS_LCD=y CONFIG_DISPLAY=y diff --git a/configs/tao3530_defconfig b/configs/tao3530_defconfig index 0593e9a9857a1f721d78807bcfd825dd1007963b..e8261cc27477f0fdb61c4f37b4ae145c1dcc630f 100644 --- a/configs/tao3530_defconfig +++ b/configs/tao3530_defconfig @@ -30,4 +30,5 @@ CONFIG_OMAP3_SPI=y CONFIG_USB=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y CONFIG_OF_LIBFDT=y diff --git a/configs/tec-ng_defconfig b/configs/tec-ng_defconfig index 6aae968f80f1a1af9d79aa02ea9fbb2990c397ba..c8482cdd04e7d62273b4984ab5c1f41106640dcd 100644 --- a/configs/tec-ng_defconfig +++ b/configs/tec-ng_defconfig @@ -33,3 +33,4 @@ CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y diff --git a/configs/tec_defconfig b/configs/tec_defconfig index 223d6c7e706e9c8ce15c10d4b6b284b5a744f7a9..c2a622c364d11887580d92ce97214a0464d639fa 100644 --- a/configs/tec_defconfig +++ b/configs/tec_defconfig @@ -34,5 +34,6 @@ CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y CONFIG_DM_VIDEO=y CONFIG_VIDEO_TEGRA20=y diff --git a/configs/tinker-rk3288_defconfig b/configs/tinker-rk3288_defconfig index 1d3678fc0432b5f31a9b6d1b38a0dee67bb9457a..6d9e2efa24cc1be1b60ea66e2f5a580923649959 100644 --- a/configs/tinker-rk3288_defconfig +++ b/configs/tinker-rk3288_defconfig @@ -77,6 +77,7 @@ CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_G_DNL_MANUFACTURER="Rockchip" CONFIG_G_DNL_VENDOR_NUM=0x2207 CONFIG_G_DNL_PRODUCT_NUM=0x320a +CONFIG_USB_HOST_ETHER=y CONFIG_USE_TINY_PRINTF=y CONFIG_CMD_DHRYSTONE=y CONFIG_ERRNO_STR=y diff --git a/configs/tqma6dl_mba6_mmc_defconfig b/configs/tqma6dl_mba6_mmc_defconfig index b80a956d801b0b43d2130e4b303c9ed7346f51ea..476b8c20aae5b8f12eb8aa84332895bdaa2ac022 100644 --- a/configs/tqma6dl_mba6_mmc_defconfig +++ b/configs/tqma6dl_mba6_mmc_defconfig @@ -37,4 +37,5 @@ CONFIG_PHY_MICREL_KSZ90X1=y CONFIG_NETDEVICES=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y CONFIG_OF_LIBFDT=y diff --git a/configs/tqma6dl_mba6_spi_defconfig b/configs/tqma6dl_mba6_spi_defconfig index 52166f6d9db36cb4bb4cf1cd78243e60ab17b4a8..c2b18cfeae14c645636e6089d01cb39e746f56b8 100644 --- a/configs/tqma6dl_mba6_spi_defconfig +++ b/configs/tqma6dl_mba6_spi_defconfig @@ -38,4 +38,5 @@ CONFIG_PHY_MICREL_KSZ90X1=y CONFIG_NETDEVICES=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y CONFIG_OF_LIBFDT=y diff --git a/configs/tqma6q_mba6_mmc_defconfig b/configs/tqma6q_mba6_mmc_defconfig index 68611ba73a05d8aee686091d4c6e237c3b66d277..82fb303357c18ef60753f888ba11957d9f89a711 100644 --- a/configs/tqma6q_mba6_mmc_defconfig +++ b/configs/tqma6q_mba6_mmc_defconfig @@ -36,4 +36,5 @@ CONFIG_PHY_MICREL_KSZ90X1=y CONFIG_NETDEVICES=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y CONFIG_OF_LIBFDT=y diff --git a/configs/tqma6q_mba6_spi_defconfig b/configs/tqma6q_mba6_spi_defconfig index 4a9fe8062342de20c73505c502f1c9fefa3fc82a..d1408073a39df6ff0a88f36f47f80bd5b6437634 100644 --- a/configs/tqma6q_mba6_spi_defconfig +++ b/configs/tqma6q_mba6_spi_defconfig @@ -37,4 +37,5 @@ CONFIG_PHY_MICREL_KSZ90X1=y CONFIG_NETDEVICES=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y CONFIG_OF_LIBFDT=y diff --git a/configs/tqma6s_mba6_mmc_defconfig b/configs/tqma6s_mba6_mmc_defconfig index 865027a4a2e29603253a257590a81343aa6c7734..8f80a59e38fe5945c48c8662c923f012bc38b82a 100644 --- a/configs/tqma6s_mba6_mmc_defconfig +++ b/configs/tqma6s_mba6_mmc_defconfig @@ -37,4 +37,5 @@ CONFIG_PHY_MICREL_KSZ90X1=y CONFIG_NETDEVICES=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y CONFIG_OF_LIBFDT=y diff --git a/configs/tqma6s_mba6_spi_defconfig b/configs/tqma6s_mba6_spi_defconfig index 52583daee3aa2b3e78c7d456c1338beae11f4e21..ce202d7ba25e5e526e6b9c2e03d083e2ce6c9d4a 100644 --- a/configs/tqma6s_mba6_spi_defconfig +++ b/configs/tqma6s_mba6_spi_defconfig @@ -38,4 +38,5 @@ CONFIG_PHY_MICREL_KSZ90X1=y CONFIG_NETDEVICES=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y CONFIG_OF_LIBFDT=y diff --git a/configs/tqma6s_wru4_mmc_defconfig b/configs/tqma6s_wru4_mmc_defconfig index a062fc1f7d96d4def540d1f88056c8ae79f11f50..a55db83ba628143c2bc7a829236df8d6a326455d 100644 --- a/configs/tqma6s_wru4_mmc_defconfig +++ b/configs/tqma6s_wru4_mmc_defconfig @@ -56,4 +56,5 @@ CONFIG_PCA9551_LED=y CONFIG_PHYLIB=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y CONFIG_OF_LIBFDT=y diff --git a/configs/trimslice_defconfig b/configs/trimslice_defconfig index dc463e138973361aab60fe030225addc5e689bd6..e42da39a746162e5f572fce192e359e512343e55 100644 --- a/configs/trimslice_defconfig +++ b/configs/trimslice_defconfig @@ -39,3 +39,4 @@ CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y diff --git a/configs/venice2_defconfig b/configs/venice2_defconfig index 392af0939e92fc9f72d1e4fb44696728e45f755c..f340b23b561959bafa3dc21ef55f57772d1df2e8 100644 --- a/configs/venice2_defconfig +++ b/configs/venice2_defconfig @@ -43,3 +43,4 @@ CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_G_DNL_MANUFACTURER="NVIDIA" CONFIG_G_DNL_VENDOR_NUM=0x0955 CONFIG_G_DNL_PRODUCT_NUM=0x701a +CONFIG_USB_HOST_ETHER=y diff --git a/configs/ventana_defconfig b/configs/ventana_defconfig index 4d8032c51ade335925d3becfda9137fd5ae8c90d..2e970236d5a339375f108ab01598c8e851cd6b9a 100644 --- a/configs/ventana_defconfig +++ b/configs/ventana_defconfig @@ -35,6 +35,7 @@ CONFIG_USB_ULPI=y CONFIG_USB_STORAGE=y CONFIG_USB_KEYBOARD=y CONFIG_SYS_USB_EVENT_POLL=y +CONFIG_USB_HOST_ETHER=y CONFIG_DM_VIDEO=y CONFIG_VIDEO_TEGRA20=y CONFIG_CONSOLE_SCROLL_LINES=10 diff --git a/configs/vinco_defconfig b/configs/vinco_defconfig index 691320d646b4e6c0229d162badee98d1c9ed876b..f7046ceb3c55e5a356a65479d9b7f95fb38a16b7 100644 --- a/configs/vinco_defconfig +++ b/configs/vinco_defconfig @@ -32,3 +32,4 @@ CONFIG_USB_EHCI_HCD=y CONFIG_USB_STORAGE=y CONFIG_USB_GADGET=y CONFIG_USB_GADGET_ATMEL_USBA=y +CONFIG_USB_HOST_ETHER=y diff --git a/configs/vining_2000_defconfig b/configs/vining_2000_defconfig index e041b7a73288720e6149e2dba55101545b77f6f6..5124520102af1a4254328e2f2189a0894306c5fc 100644 --- a/configs/vining_2000_defconfig +++ b/configs/vining_2000_defconfig @@ -32,4 +32,5 @@ CONFIG_PHYLIB=y CONFIG_PCI=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_USB_HOST_ETHER=y CONFIG_OF_LIBFDT=y diff --git a/drivers/usb/eth/Kconfig b/drivers/usb/eth/Kconfig index 14cfa26cdfcbd20f394f330b69e7f9001908d9a5..ab0fb6c865abdf03a0ae418207d02f4e5f7b9569 100644 --- a/drivers/usb/eth/Kconfig +++ b/drivers/usb/eth/Kconfig @@ -1,7 +1,14 @@ -comment "USB to Ethernet Controller Drivers" +menuconfig USB_HOST_ETHER + bool "USB to Ethernet Controller Drivers" + ---help--- + Say Y here if you would like to enable support for USB Ethernet + adapters. + +if USB_HOST_ETHER config USB_ETHER_LAN75XX bool "Microchip LAN75XX support" + depends on USB_HOST_ETHER ---help--- Say Y here if you would like to support Microchip LAN75XX Hi-Speed USB 2.0 to 10/100/1000 Gigabit Ethernet controller. @@ -10,8 +17,11 @@ config USB_ETHER_LAN75XX config USB_ETHER_LAN78XX bool "Microchip LAN78XX support" + depends on USB_HOST_ETHER ---help--- Say Y here if you would like to support Microchip LAN78XX USB 3.1 Gen 1 to 10/100/1000 Gigabit Ethernet controller. Supports 10Base-T/ 100Base-TX/1000Base-T. This driver supports the internal PHY. + +endif diff --git a/include/configs/apalis_imx6.h b/include/configs/apalis_imx6.h index 811a803561f076865eb67bf0f9b2cc51a4b21021..a15f19dce23cdfcfbcabd9f7e0a7c4bfbaa6c52e 100644 --- a/include/configs/apalis_imx6.h +++ b/include/configs/apalis_imx6.h @@ -92,7 +92,6 @@ /* USB Configs */ /* Host */ -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 #define CONFIG_EHCI_HCD_INIT_AFTER_RESET /* For OTG port */ #define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) diff --git a/include/configs/beaver.h b/include/configs/beaver.h index 2385173a6a73f69fee42391966b121ae4dabcdf8..8ea7d44c7c05b68424eb690d1a11f986e9a14c1e 100644 --- a/include/configs/beaver.h +++ b/include/configs/beaver.h @@ -41,7 +41,6 @@ #define CONFIG_USB_EHCI_TEGRA /* USB networking support */ -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX /* PCI host support */ diff --git a/include/configs/cardhu.h b/include/configs/cardhu.h index 834bab073cffd1392dcc4abded648c104ff07898..ee47e28238462d5ee88165875ea4577d65509ed5 100644 --- a/include/configs/cardhu.h +++ b/include/configs/cardhu.h @@ -45,7 +45,6 @@ #define CONFIG_USB_EHCI_TEGRA /* USB networking support */ -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX /* PCI host support */ diff --git a/include/configs/cei-tk1-som.h b/include/configs/cei-tk1-som.h index 4bb0f9e094061bc1b67a1226fd8996164e7adca5..92b64e5be1b7a891ab58908eba251b790b5c3781 100644 --- a/include/configs/cei-tk1-som.h +++ b/include/configs/cei-tk1-som.h @@ -40,7 +40,6 @@ #define CONFIG_USB_EHCI_TEGRA /* USB networking support */ -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX /* PCI host support */ diff --git a/include/configs/cgtqmx6eval.h b/include/configs/cgtqmx6eval.h index ad24f78a57545f6f09b70e95cf60a550be0caff2..377f71ad344647fe25437cc1983a54ef062dbf2e 100644 --- a/include/configs/cgtqmx6eval.h +++ b/include/configs/cgtqmx6eval.h @@ -62,7 +62,6 @@ /* USB Configs */ #define CONFIG_EHCI_HCD_INIT_AFTER_RESET -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX #define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) #define CONFIG_MXC_USB_FLAGS 0 diff --git a/include/configs/cl-som-am57x.h b/include/configs/cl-som-am57x.h index cb2b15fd54c1385705545b162700cb2a4643bd58..25f04dabcb2495d645367f954270a81ac43cefb3 100644 --- a/include/configs/cl-som-am57x.h +++ b/include/configs/cl-som-am57x.h @@ -83,7 +83,6 @@ #define CONFIG_OMAP_USB3PHY1_HOST /* USB Networking options */ -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_SMSC95XX #define CONFIG_USB_ETHER_ASIX #define CONFIG_USB_ETHER_MCS7830 diff --git a/include/configs/cm_t54.h b/include/configs/cm_t54.h index f98525452b7c8151a551dc2cf63ae813d44c39b4..7b686bf2480435ff7c89702fa37b81feb604fd25 100644 --- a/include/configs/cm_t54.h +++ b/include/configs/cm_t54.h @@ -70,7 +70,6 @@ #define CONFIG_SYS_EEPROM_SIZE 256 /* USB Networking options */ -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_SMSC95XX #define CONFIG_USB_ETHER_ASIX #define CONFIG_USB_ETHER_MCS7830 diff --git a/include/configs/colibri_imx6.h b/include/configs/colibri_imx6.h index 96bc1e9edc8484f42cf58e7ff48f06ca9827caf4..db71369706cb2ae61034ee3af2f904307d8e54f8 100644 --- a/include/configs/colibri_imx6.h +++ b/include/configs/colibri_imx6.h @@ -78,7 +78,6 @@ /* USB Configs */ /* Host */ -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 #define CONFIG_EHCI_HCD_INIT_AFTER_RESET /* For OTG port */ #define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) diff --git a/include/configs/colibri_t20.h b/include/configs/colibri_t20.h index 8172eaa3e2ab5d9ca79739a1415bf4fad02fd604..4271aca040dc066d81f0a3830b9c7e953bffdc27 100644 --- a/include/configs/colibri_t20.h +++ b/include/configs/colibri_t20.h @@ -29,7 +29,6 @@ #define CONFIG_USB_MAX_CONTROLLER_COUNT 3 /* USB networking support */ -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX /* General networking support */ diff --git a/include/configs/colibri_t30.h b/include/configs/colibri_t30.h index 298b66df27fad584ef149aafc49b58c18a54d266..11a8e2fad4e998a4309368abb9266d7e8909e907 100644 --- a/include/configs/colibri_t30.h +++ b/include/configs/colibri_t30.h @@ -35,7 +35,6 @@ #define CONFIG_USB_EHCI_TEGRA /* USB networking support */ -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX /* General networking support */ diff --git a/include/configs/dalmore.h b/include/configs/dalmore.h index 41ab61aa7c3c948f5c547e0fd7695d1ffee300ef..167025eebda40b2d81407177e7dc1b312615d486 100644 --- a/include/configs/dalmore.h +++ b/include/configs/dalmore.h @@ -37,7 +37,6 @@ #define CONFIG_USB_EHCI_TEGRA /* USB networking support */ -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX /* General networking support */ diff --git a/include/configs/dfi-bt700.h b/include/configs/dfi-bt700.h index f7bd4a4ff8965d15bb5e69c7abd2c0806a677640..e9ac9e01670af2838cf2173e0452f0eca64f56e5 100644 --- a/include/configs/dfi-bt700.h +++ b/include/configs/dfi-bt700.h @@ -24,7 +24,6 @@ "stdout=serial\0" \ "stderr=serial\0" -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX #define CONFIG_USB_ETHER_SMSC95XX #define CONFIG_USB_ETHER_MCS7830 diff --git a/include/configs/dragonboard410c.h b/include/configs/dragonboard410c.h index 478687a92ccb73e3ceac649e545bb61891e0a7c4..ae8dce32fbe4f6c3d824149ecf2a4ca9afcc12c9 100644 --- a/include/configs/dragonboard410c.h +++ b/include/configs/dragonboard410c.h @@ -36,8 +36,6 @@ * it has to be done after each HCD reset */ #define CONFIG_EHCI_HCD_INIT_AFTER_RESET -#define CONFIG_USB_HOST_ETHER /* Enable USB Networking */ - /* Support all possible USB ethernet dongles */ #define CONFIG_USB_ETHER_ASIX #define CONFIG_USB_ETHER_ASIX88179 diff --git a/include/configs/e2220-1170.h b/include/configs/e2220-1170.h index f8a59933260faa2cca736accbd0b531020a3263f..058db68bf3ab878d89dba3bb29ccd9506e396f13 100644 --- a/include/configs/e2220-1170.h +++ b/include/configs/e2220-1170.h @@ -35,7 +35,6 @@ #define CONFIG_USB_EHCI_TEGRA /* USB networking support */ -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX /* General networking support */ diff --git a/include/configs/embestmx6boards.h b/include/configs/embestmx6boards.h index cb776b24bbf8391ceecb4832a301126064d836a6..da854f9d344c23a1787e11209c4a661fc136eaa3 100644 --- a/include/configs/embestmx6boards.h +++ b/include/configs/embestmx6boards.h @@ -34,7 +34,6 @@ #define CONFIG_SYS_I2C_SPEED 100000 /* USB Configs */ -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 #define CONFIG_EHCI_HCD_INIT_AFTER_RESET /* For OTG port */ diff --git a/include/configs/exynos5-common.h b/include/configs/exynos5-common.h index c90cc329ac73ae7b749dbf0e197b3cdfaa94e9e6..26778b1bb3bda69f3e73f7b207a4435a09d67498 100644 --- a/include/configs/exynos5-common.h +++ b/include/configs/exynos5-common.h @@ -132,7 +132,6 @@ /* Enable Time Command */ /* USB */ -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX #define CONFIG_USB_ETHER_SMSC95XX #define CONFIG_USB_ETHER_RTL8152 diff --git a/include/configs/exynos5250-common.h b/include/configs/exynos5250-common.h index 8e8cdf359b449f11c5c726ede7477be0f637636d..f52651b4f83b5c7254029728245435510dc9306e 100644 --- a/include/configs/exynos5250-common.h +++ b/include/configs/exynos5250-common.h @@ -30,7 +30,6 @@ #define CONFIG_USB_XHCI_EXYNOS -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX #define CONFIG_USB_ETHER_ASIX88179 diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h index 5edd8adca8a3952a4e63df532a542c41c2062a25..ec5c902888ed228f4e624f6d37bc9db4579b3372 100644 --- a/include/configs/gw_ventana.h +++ b/include/configs/gw_ventana.h @@ -141,7 +141,6 @@ #define CONFIG_ARP_TIMEOUT 200UL /* USB Configs */ -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX #define CONFIG_USB_ETHER_SMSC95XX #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 diff --git a/include/configs/harmony.h b/include/configs/harmony.h index 75bc50327b1399e34baad991e9a1315d3783e710..f568d630754c4142912edcfb3e19d825df6087dd 100644 --- a/include/configs/harmony.h +++ b/include/configs/harmony.h @@ -37,7 +37,6 @@ #define CONFIG_USB_EHCI_TEGRA /* USB networking support */ -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX #define CONFIG_USB_ETHER_MCS7830 #define CONFIG_USB_ETHER_SMSC95XX diff --git a/include/configs/hikey.h b/include/configs/hikey.h index 138376c2b988d1d974b6ec220f0de4c192139399..150bebeea64bafc0aec981b823b02b178d52b64a 100644 --- a/include/configs/hikey.h +++ b/include/configs/hikey.h @@ -58,7 +58,6 @@ /*#define CONFIG_DWC2_DFLT_SPEED_FULL*/ #define CONFIG_DWC2_ENABLE_DYNAMIC_FIFO -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_SMSC95XX #define CONFIG_USB_ETHER_ASIX #define CONFIG_MISC_INIT_R diff --git a/include/configs/jetson-tk1.h b/include/configs/jetson-tk1.h index b35f358ed282babb50047244ec49373005b2d8fd..5b106b8093dc4e94b6c2bc055f17b07c842f91e4 100644 --- a/include/configs/jetson-tk1.h +++ b/include/configs/jetson-tk1.h @@ -36,7 +36,6 @@ #define CONFIG_USB_EHCI_TEGRA /* USB networking support */ -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX /* PCI host support */ diff --git a/include/configs/m53evk.h b/include/configs/m53evk.h index 547c13f8b806cde9a1723cdb946344dbab9570bf..8065321c3e5aec6b31cf7d2bca7458efbf40e2f5 100644 --- a/include/configs/m53evk.h +++ b/include/configs/m53evk.h @@ -142,7 +142,6 @@ */ #ifdef CONFIG_CMD_USB #define CONFIG_USB_EHCI_MX5 -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX #define CONFIG_USB_ETHER_MCS7830 #define CONFIG_USB_ETHER_SMSC95XX diff --git a/include/configs/mcx.h b/include/configs/mcx.h index c06d618af2d202e38138dba77cdd6a2749b87394..ceb1cf60b2a5da664591e5e89a4801b36a9fba05 100644 --- a/include/configs/mcx.h +++ b/include/configs/mcx.h @@ -74,7 +74,6 @@ /* EHCI */ #define CONFIG_OMAP_EHCI_PHY1_RESET_GPIO 57 -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX #define CONFIG_USB_ETHER_MCS7830 diff --git a/include/configs/medcom-wide.h b/include/configs/medcom-wide.h index 2caa8ffa9eb14b760c7814e7d81e2138cf0d74be..cf9344e48fd214c333c2fbd17b64237974947f5e 100644 --- a/include/configs/medcom-wide.h +++ b/include/configs/medcom-wide.h @@ -30,7 +30,6 @@ #define CONFIG_USB_EHCI_TEGRA /* USB networking support */ -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_SMSC95XX #include "tegra-common-post.h" diff --git a/include/configs/mvebu_armada-37xx.h b/include/configs/mvebu_armada-37xx.h index af8adb7f8fc8a09d849d75ffb8dbc6868f4a3965..763f304987369f167f84ff63ee68e433e5a3bc04 100644 --- a/include/configs/mvebu_armada-37xx.h +++ b/include/configs/mvebu_armada-37xx.h @@ -93,7 +93,6 @@ #define CONFIG_USB_MAX_CONTROLLER_COUNT (3 + 3) /* USB ethernet */ -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX #define CONFIG_USB_ETHER_MCS7830 #define CONFIG_USB_ETHER_RTL8152 diff --git a/include/configs/mvebu_armada-8k.h b/include/configs/mvebu_armada-8k.h index a1123ed902744817fcf558930c571d8a37c95135..a6dc6e2b864426225105fa660d2918dd190a2c3e 100644 --- a/include/configs/mvebu_armada-8k.h +++ b/include/configs/mvebu_armada-8k.h @@ -97,7 +97,6 @@ #define CONFIG_USB_MAX_CONTROLLER_COUNT (3 + 3) /* USB ethernet */ -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX #define CONFIG_USB_ETHER_MCS7830 #define CONFIG_USB_ETHER_RTL8152 diff --git a/include/configs/mx23_olinuxino.h b/include/configs/mx23_olinuxino.h index bd3c7ed949b4a3dde3ff5c3aa3140c3b9b299520..1f1fb246e393f582073d997698d6610ae0a49f17 100644 --- a/include/configs/mx23_olinuxino.h +++ b/include/configs/mx23_olinuxino.h @@ -38,7 +38,6 @@ /* Ethernet */ #ifdef CONFIG_CMD_NET -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_SMSC95XX #endif diff --git a/include/configs/mx28evk.h b/include/configs/mx28evk.h index 2d43f684f4f81517bd9bbf12db79acff7c743bca..6ad0e37f0b101d4ab3de390967609a6465ed9382 100644 --- a/include/configs/mx28evk.h +++ b/include/configs/mx28evk.h @@ -88,7 +88,6 @@ #ifdef CONFIG_CMD_USB #define CONFIG_EHCI_MXS_PORT1 #define CONFIG_USB_MAX_CONTROLLER_COUNT 1 -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX #define CONFIG_USB_ETHER_SMSC95XX #endif diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h index c993dd889647550e63a6a63cf860355d55c43ee6..0c144c85f528e0b64b6f5e0be2b26380820313c4 100644 --- a/include/configs/mx51evk.h +++ b/include/configs/mx51evk.h @@ -73,7 +73,6 @@ /* USB Configs */ #define CONFIG_USB_EHCI_MX5 -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX #define CONFIG_USB_ETHER_SMSC95XX #define CONFIG_MXC_USB_PORT 1 diff --git a/include/configs/mx53cx9020.h b/include/configs/mx53cx9020.h index 266913670c779fc3e09c7c7b1741096b1a264a50..b9f4eaff14c64ee88f6c902217f70ec05cb91063 100644 --- a/include/configs/mx53cx9020.h +++ b/include/configs/mx53cx9020.h @@ -46,7 +46,6 @@ /* USB Configs */ #define CONFIG_USB_EHCI_MX5 -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX #define CONFIG_USB_ETHER_MCS7830 #define CONFIG_USB_ETHER_SMSC95XX diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h index 5101218232cd70841915637bb0d577546b40178c..32351db200616ffcbe36166c3a790e567d32264d 100644 --- a/include/configs/mx53loco.h +++ b/include/configs/mx53loco.h @@ -43,7 +43,6 @@ /* USB Configs */ #define CONFIG_USB_EHCI_MX5 -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX #define CONFIG_USB_ETHER_MCS7830 #define CONFIG_USB_ETHER_SMSC95XX diff --git a/include/configs/mx6qarm2.h b/include/configs/mx6qarm2.h index ff0e4a6444d09330c2784fa8f361e1ed9348a312..c9dc986a922d57729db45dcc52b6dd695a9cdab3 100644 --- a/include/configs/mx6qarm2.h +++ b/include/configs/mx6qarm2.h @@ -128,7 +128,6 @@ /* USB Configs */ #ifdef CONFIG_CMD_USB #define CONFIG_EHCI_HCD_INIT_AFTER_RESET -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX #define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) #define CONFIG_MXC_USB_FLAGS 0 diff --git a/include/configs/mx6sabreauto.h b/include/configs/mx6sabreauto.h index 03ab812a32489c778ca7ed11d93876950d1b6f7d..4b8f9c817e576c2bb8edb1bbfe8af4accf9c5571 100644 --- a/include/configs/mx6sabreauto.h +++ b/include/configs/mx6sabreauto.h @@ -18,7 +18,6 @@ #define CONSOLE_DEV "ttymxc3" /* USB Configs */ -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 #define CONFIG_EHCI_HCD_INIT_AFTER_RESET /* For OTG port */ diff --git a/include/configs/mx6sabresd.h b/include/configs/mx6sabresd.h index 5410881fa1db548e8f0a95d43928fc2d4d549481..3192579f73f3e5c0418992f9a1c35cf36bd64d3f 100644 --- a/include/configs/mx6sabresd.h +++ b/include/configs/mx6sabresd.h @@ -60,7 +60,6 @@ /* USB Configs */ #ifdef CONFIG_CMD_USB #define CONFIG_EHCI_HCD_INIT_AFTER_RESET -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX #define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) #define CONFIG_MXC_USB_FLAGS 0 diff --git a/include/configs/mx6slevk.h b/include/configs/mx6slevk.h index cd9f0b04c29ef38b853b998cb179a00d5d1c3afd..d48db4c0000c2e442a2461432e0dc24b8ec4c419 100644 --- a/include/configs/mx6slevk.h +++ b/include/configs/mx6slevk.h @@ -157,7 +157,6 @@ /* USB Configs */ #ifdef CONFIG_CMD_USB #define CONFIG_EHCI_HCD_INIT_AFTER_RESET -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX #define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) #define CONFIG_MXC_USB_FLAGS 0 diff --git a/include/configs/mx6sllevk.h b/include/configs/mx6sllevk.h index 67807f6280372ab44bc892ce3fc9e0faedc456bc..b73362ccb38efd8ed70eb5a13908351c93c281c2 100644 --- a/include/configs/mx6sllevk.h +++ b/include/configs/mx6sllevk.h @@ -145,7 +145,6 @@ /* USB Configs */ #ifdef CONFIG_CMD_USB -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX #define CONFIG_USB_ETHER_RTL8152 #define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) diff --git a/include/configs/mx6sxsabreauto.h b/include/configs/mx6sxsabreauto.h index e377c0ffa907f97b7c07b98c1cf60cdaf38f5378..7df32c5320f88447bbad7200975acd92b41e1316 100644 --- a/include/configs/mx6sxsabreauto.h +++ b/include/configs/mx6sxsabreauto.h @@ -145,7 +145,6 @@ #ifdef CONFIG_CMD_USB #define CONFIG_EHCI_HCD_INIT_AFTER_RESET -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX #define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) #define CONFIG_MXC_USB_FLAGS 0 diff --git a/include/configs/mx6sxsabresd.h b/include/configs/mx6sxsabresd.h index 36f0ec497ec018cb52efa7497344435752d8bb65..45e807dd8c49d66c8a378cf95035390d0e317d25 100644 --- a/include/configs/mx6sxsabresd.h +++ b/include/configs/mx6sxsabresd.h @@ -167,7 +167,6 @@ #ifdef CONFIG_CMD_USB #define CONFIG_EHCI_HCD_INIT_AFTER_RESET -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX #define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) #define CONFIG_MXC_USB_FLAGS 0 diff --git a/include/configs/mx7dsabresd.h b/include/configs/mx7dsabresd.h index fec7e81e7482f8161dde31e925c1b3a2fa688ab0..b55b403723c4b82bd1fe741aef89ca1fda51605a 100644 --- a/include/configs/mx7dsabresd.h +++ b/include/configs/mx7dsabresd.h @@ -214,7 +214,6 @@ #define CONFIG_MMCROOT "/dev/mmcblk0p2" /* USDHC1 */ /* USB Configs */ -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX #define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h index be772ed27cc1d4be83141ccf6f3afcad8f781d90..5b404d031b15c7d7bc30f33e3efdecc1a6e8250e 100644 --- a/include/configs/nitrogen6x.h +++ b/include/configs/nitrogen6x.h @@ -67,7 +67,6 @@ #define CONFIG_FEC_MXC_PHYADDR 6 /* USB Configs */ -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX #define CONFIG_USB_ETHER_MCS7830 #define CONFIG_USB_ETHER_SMSC95XX diff --git a/include/configs/novena.h b/include/configs/novena.h index d48c21124bd3b3f66b53cdfad41ca49d8929fdc9..5241714f6da92dfd10abf4c7e22eed4fa938c29d 100644 --- a/include/configs/novena.h +++ b/include/configs/novena.h @@ -124,7 +124,6 @@ /* USB Configs */ #ifdef CONFIG_CMD_USB -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX #define CONFIG_USB_ETHER_SMSC95XX #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 diff --git a/include/configs/nyan-big.h b/include/configs/nyan-big.h index ca409949adcba8b3f9f86aa064962a00852158f3..f6d433f9acf2d9b3d3b8808497549f2648a66d05 100644 --- a/include/configs/nyan-big.h +++ b/include/configs/nyan-big.h @@ -41,7 +41,6 @@ #define CONFIG_USB_EHCI_TEGRA /* USB networking support */ -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX /* General networking support */ diff --git a/include/configs/odroid.h b/include/configs/odroid.h index 84e5d0b3ca969ddd78506ff92e0ff1a3d430b93b..6378abfd81b02f287865f3ca24645d5621bce288 100644 --- a/include/configs/odroid.h +++ b/include/configs/odroid.h @@ -183,7 +183,6 @@ /* USB */ #define CONFIG_USB_EHCI_EXYNOS -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_SMSC95XX /* diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index d82645766e3680dc4affe46d8c5afb30b951b408..408a37346660e3cc0fd9432da9915a81d0e56ce2 100644 --- a/include/configs/omap3_beagle.h +++ b/include/configs/omap3_beagle.h @@ -52,7 +52,6 @@ #define CONFIG_OMAP_EHCI_PHY1_RESET_GPIO 147 -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX #define CONFIG_USB_ETHER_MCS7830 #define CONFIG_USB_ETHER_SMSC95XX diff --git a/include/configs/omap4_panda.h b/include/configs/omap4_panda.h index 7dfc4462153872a568c4f2adbf7118adae51b193..794b800c50ebfac68a5ae38d4b8182aa7260632f 100644 --- a/include/configs/omap4_panda.h +++ b/include/configs/omap4_panda.h @@ -21,7 +21,6 @@ #define CONFIG_OMAP_EHCI_PHY2_RESET_GPIO 62 /* USB Networking options */ -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_SMSC95XX #define CONFIG_UBOOT_ENABLE_PADS_ALL diff --git a/include/configs/omap5_uevm.h b/include/configs/omap5_uevm.h index 7e2a011843d9a8f055ece39e9ea2a911bf6db97c..61a003a36f8ba8419e6e0a3a35783bb0addd49c7 100644 --- a/include/configs/omap5_uevm.h +++ b/include/configs/omap5_uevm.h @@ -58,7 +58,6 @@ /* Enabled commands */ /* USB Networking options */ -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_SMSC95XX #define CONSOLEDEV "ttyO2" diff --git a/include/configs/p2371-0000.h b/include/configs/p2371-0000.h index 3f5c669c399a4b4547fa5ade49899139013a2045..7e148e2f00b561e8cd3e19e2133c3d2acf545e83 100644 --- a/include/configs/p2371-0000.h +++ b/include/configs/p2371-0000.h @@ -35,7 +35,6 @@ #define CONFIG_USB_EHCI_TEGRA /* USB networking support */ -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX /* General networking support */ diff --git a/include/configs/p2371-2180.h b/include/configs/p2371-2180.h index afaeea83e8539d228b465d4850a388aab4b348cb..a19750b50b4a5a78c16869dd37792336e5978afa 100644 --- a/include/configs/p2371-2180.h +++ b/include/configs/p2371-2180.h @@ -35,7 +35,6 @@ #define CONFIG_USB_EHCI_TEGRA /* USB networking support */ -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX /* PCI host support */ diff --git a/include/configs/p2571.h b/include/configs/p2571.h index e8ed8b0fd341a5f58d17d7e012df786dc5515c3d..a41e1f06305e57b02504a4f25ed6d22c850792fc 100644 --- a/include/configs/p2571.h +++ b/include/configs/p2571.h @@ -36,7 +36,6 @@ #define CONFIG_USB_EHCI_TEGRA /* USB networking support */ -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX /* General networking support */ diff --git a/include/configs/paz00.h b/include/configs/paz00.h index 88754f0403a234125d00ffa76c156c5de5794140..20014bf5558ed9dcd0037bfef3b09d697e4f8bb3 100644 --- a/include/configs/paz00.h +++ b/include/configs/paz00.h @@ -31,7 +31,6 @@ #define CONFIG_USB_EHCI_TEGRA /* USB networking support */ -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX #include "tegra-common-post.h" diff --git a/include/configs/plutux.h b/include/configs/plutux.h index cd7c55cfb47b8ae574f7c71f95601c4854a66fb6..3c1f4c6b0efde275b11a464116faa9149acc1ffa 100644 --- a/include/configs/plutux.h +++ b/include/configs/plutux.h @@ -30,7 +30,6 @@ #define CONFIG_USB_EHCI_TEGRA /* USB networking support */ -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_SMSC95XX /* General networking support */ diff --git a/include/configs/poplar.h b/include/configs/poplar.h index 61de2d6eadebecf33eb9df67877bb6336a454e81..eb4b28e2c1834c08cdb3b7ce0b0c1a84f9465fce 100644 --- a/include/configs/poplar.h +++ b/include/configs/poplar.h @@ -31,7 +31,6 @@ /* USB configuration */ #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX /* SD/MMC */ diff --git a/include/configs/rk3036_common.h b/include/configs/rk3036_common.h index 6441b7559efd33ac3850ae1ea5aa371d5d23405b..df4efd48f0c58d5250e8c9739f5fb38f81fcee33 100644 --- a/include/configs/rk3036_common.h +++ b/include/configs/rk3036_common.h @@ -53,7 +53,6 @@ /* usb host */ #ifdef CONFIG_CMD_USB -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_SMSC95XX #define CONFIG_USB_ETHER_ASIX #endif diff --git a/include/configs/rk3188_common.h b/include/configs/rk3188_common.h index 51386885f8978261f0abf434a5e93a4379aa9461..7a40e2023a842626a8e778e7255bd7957dbc3be8 100644 --- a/include/configs/rk3188_common.h +++ b/include/configs/rk3188_common.h @@ -75,7 +75,6 @@ /* usb host support */ #ifdef CONFIG_CMD_USB -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_SMSC95XX #define CONFIG_USB_ETHER_ASIX #endif diff --git a/include/configs/rk322x_common.h b/include/configs/rk322x_common.h index 4a373ccc7b25e6d412ea2694990d9ccd2b9e6ef4..5224b3eb61a2f39fa31ce130084274cb1233c846 100644 --- a/include/configs/rk322x_common.h +++ b/include/configs/rk322x_common.h @@ -47,7 +47,6 @@ /* usb host */ #ifdef CONFIG_CMD_USB -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_SMSC95XX #define CONFIG_USB_ETHER_ASIX #endif diff --git a/include/configs/rk3288_common.h b/include/configs/rk3288_common.h index c7757f023f6ad19b05a5403fb2d7e8b213f562fb..42dcbc9c0e719f7e448aadc88c72f03316640e46 100644 --- a/include/configs/rk3288_common.h +++ b/include/configs/rk3288_common.h @@ -63,7 +63,6 @@ /* usb host support */ #ifdef CONFIG_CMD_USB -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_SMSC95XX #define CONFIG_USB_ETHER_ASIX #endif diff --git a/include/configs/rk3399_common.h b/include/configs/rk3399_common.h index 35c763fe353f7b361c2807811603ff46ef077c24..ddbc5a5f271f0ca7225b2d37411cbfbb19caaecf 100644 --- a/include/configs/rk3399_common.h +++ b/include/configs/rk3399_common.h @@ -71,7 +71,6 @@ #endif /* enable usb config for usb ether */ -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX #define CONFIG_USB_ETHER_ASIX88179 diff --git a/include/configs/rpi.h b/include/configs/rpi.h index b94f75278215753fc8cd249817f6c8bf20cee609..b1691aba1220825085ff5c40973ef43326f48341 100644 --- a/include/configs/rpi.h +++ b/include/configs/rpi.h @@ -71,7 +71,6 @@ #define CONFIG_VIDEO_BCM2835 #ifdef CONFIG_CMD_USB -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_SMSC95XX #define CONFIG_TFTP_TSIZE #define CONFIG_MISC_INIT_R diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h index ce4bb32cff8766d07bfc80b423f24bbfe996df89..84da7233343c382fe0d58a71b94f807d03466b4c 100644 --- a/include/configs/seaboard.h +++ b/include/configs/seaboard.h @@ -39,7 +39,6 @@ #define CONFIG_USB_EHCI_TEGRA /* USB networking support */ -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX /* Enable keyboard */ diff --git a/include/configs/smartweb.h b/include/configs/smartweb.h index bf01cf791d5dd8f7c0d85f87799391f1a4fd82b1..ce24c400cf81763f04e1c2f2aa10e54d1b60dacd 100644 --- a/include/configs/smartweb.h +++ b/include/configs/smartweb.h @@ -117,7 +117,6 @@ * */ #define CONFIG_MACB -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX #define CONFIG_USB_ETHER_MCS7830 #define CONFIG_RMII /* use reduced MII inteface */ diff --git a/include/configs/tao3530.h b/include/configs/tao3530.h index e98aabc65632a0cc132c31abec0f6fd820ab1a40..262d26845c5e966de4ffb061f8b3e81c7a7b096d 100644 --- a/include/configs/tao3530.h +++ b/include/configs/tao3530.h @@ -215,7 +215,6 @@ /* USB EHCI */ #define CONFIG_OMAP_EHCI_PHY1_RESET_GPIO 162 -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_SMSC95XX #define CONFIG_USB_ETHER diff --git a/include/configs/tec-ng.h b/include/configs/tec-ng.h index c32a0870995b787ce62743548d876bbae3402595..8ba890bb7623b2c057916c2243c06c958be1e8ff 100644 --- a/include/configs/tec-ng.h +++ b/include/configs/tec-ng.h @@ -35,7 +35,6 @@ #define CONFIG_USB_EHCI_TEGRA /* USB networking support */ -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_SMSC95XX /* General networking support */ diff --git a/include/configs/tec.h b/include/configs/tec.h index 96e37391d7b6cc30a21c96584f492003a8c5c0f9..623cd6c79c5b5066edb9bae61d03674341ad2480 100644 --- a/include/configs/tec.h +++ b/include/configs/tec.h @@ -30,7 +30,6 @@ #define CONFIG_USB_EHCI_TEGRA /* USB networking support */ -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_SMSC95XX #include "tegra-common-post.h" diff --git a/include/configs/theadorable-x86-common.h b/include/configs/theadorable-x86-common.h index 8de659a4960d12d1ac61bf46f5e11db7d77c8bb3..144ef917481465f57748c5e46b4c48d9a54a0cb6 100644 --- a/include/configs/theadorable-x86-common.h +++ b/include/configs/theadorable-x86-common.h @@ -20,7 +20,6 @@ "stdout=serial\0" \ "stderr=serial\0" -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX #define CONFIG_USB_ETHER_SMSC95XX #define CONFIG_USB_ETHER_MCS7830 diff --git a/include/configs/tqma6.h b/include/configs/tqma6.h index 8cc0018943d12a9958ae8a7b3ba2ae319423e103..02b031653fee9358703ed8685547b791a5e6af92 100644 --- a/include/configs/tqma6.h +++ b/include/configs/tqma6.h @@ -73,7 +73,6 @@ #define CONFIG_SYS_FSL_ESDHC_ADDR 0 /* USB Configs */ -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_SMSC95XX #define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 diff --git a/include/configs/trimslice.h b/include/configs/trimslice.h index 301065a831968781423bf174d7d88b24d5826273..f988a1d004cc7fec16c5eddb7a9b94e88e8ff7b1 100644 --- a/include/configs/trimslice.h +++ b/include/configs/trimslice.h @@ -38,7 +38,6 @@ #define CONFIG_USB_EHCI_TEGRA /* USB networking support */ -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX /* PCI host support */ diff --git a/include/configs/venice2.h b/include/configs/venice2.h index 5e9b79eb0428212d9006bde910a919a20ce4a420..aef9dd07bb6b6d921248ce9c42f46ed227d3705f 100644 --- a/include/configs/venice2.h +++ b/include/configs/venice2.h @@ -36,7 +36,6 @@ #define CONFIG_USB_EHCI_TEGRA /* USB networking support */ -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX /* General networking support */ diff --git a/include/configs/ventana.h b/include/configs/ventana.h index 9b8b1010a9ced706ce9d83f3aea2b4b1c3d06b0f..d17ab59dc73cc5ed0b921cabd58cf478c1541702 100644 --- a/include/configs/ventana.h +++ b/include/configs/ventana.h @@ -29,7 +29,6 @@ #define CONFIG_USB_EHCI_TEGRA /* USB networking support */ -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX #include "tegra-common-post.h" diff --git a/include/configs/vinco.h b/include/configs/vinco.h index 1346bf8eb5e8d9baa83f00dac030c9221edeb634..63aadef9be134d3aa6568439c1435bd194a3362c 100644 --- a/include/configs/vinco.h +++ b/include/configs/vinco.h @@ -75,7 +75,6 @@ #define CONFIG_NET_RETRY_COUNT 20 #define CONFIG_MACB_SEARCH_PHY -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_SMSC95XX #ifdef CONFIG_SYS_USE_SERIALFLASH diff --git a/include/configs/vining_2000.h b/include/configs/vining_2000.h index d34292b42fe88f02069a787c944379942ff03b7a..7dd3224e5f10f81cddc25d060d86b7345aaa03f2 100644 --- a/include/configs/vining_2000.h +++ b/include/configs/vining_2000.h @@ -76,7 +76,6 @@ #ifdef CONFIG_CMD_USB #define CONFIG_EHCI_HCD_INIT_AFTER_RESET -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX #define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) #define CONFIG_MXC_USB_FLAGS 0 diff --git a/include/configs/x86-common.h b/include/configs/x86-common.h index 9bf098e687ac2247e5f61bfae38d63765405746b..e220f1bccc985fe2a733f2aba73197167c75cf62 100644 --- a/include/configs/x86-common.h +++ b/include/configs/x86-common.h @@ -114,7 +114,6 @@ * USB configuration */ -#define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX #define CONFIG_USB_ETHER_SMSC95XX #define CONFIG_TFTP_TSIZE diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index 2805e2bdcca007968ec1db9d79637c6c16949e83..228fe875386c36fa5b7119ae9de555107687e63b 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -5052,7 +5052,6 @@ CONFIG_USB_GADGET_PXA2XX CONFIG_USB_GADGET_SA1100 CONFIG_USB_GADGET_SUPERH CONFIG_USB_GADGET_SX2 -CONFIG_USB_HOST_ETHER CONFIG_USB_HOST_XHCI_BASE CONFIG_USB_INVENTRA_DMA CONFIG_USB_ISP1301_I2C_ADDR