diff options
author | Andy Duan <fugang.duan@nxp.com> | 2016-12-08 16:28:49 +0800 |
---|---|---|
committer | Andy Duan <fugang.duan@nxp.com> | 2016-12-08 16:36:28 +0800 |
commit | a81d1f3d282a55ad7d810fa18969aa401e08d9b3 (patch) | |
tree | ddf2c20f880d8092b0b103967210571635978f77 | |
parent | 8b1b6a8faf274bef47016d3edc682a5dc1845f65 (diff) | |
download | u-boot-imx-a81d1f3d282a55ad7d810fa18969aa401e08d9b3.zip u-boot-imx-a81d1f3d282a55ad7d810fa18969aa401e08d9b3.tar.gz u-boot-imx-a81d1f3d282a55ad7d810fa18969aa401e08d9b3.tar.bz2 |
MLK-13584 configs: imx7ulp/imx6sll: enable Realtek usb-net dongle support
Enable Realtek usb-net dongle support in default for below platforms
that have no Ethernet controller:
- mx7ulp evk
- mx6sll evk
- mx6sll arm2
Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
-rw-r--r-- | include/configs/mx6sll_arm2.h | 1 | ||||
-rw-r--r-- | include/configs/mx6sllevk.h | 1 | ||||
-rw-r--r-- | include/configs/mx7ulp_evk.h | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/mx6sll_arm2.h b/include/configs/mx6sll_arm2.h index ca76972..9c5df2d 100644 --- a/include/configs/mx6sll_arm2.h +++ b/include/configs/mx6sll_arm2.h @@ -206,6 +206,7 @@ #define CONFIG_EHCI_HCD_INIT_AFTER_RESET #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) #define CONFIG_MXC_USB_FLAGS 0 #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 diff --git a/include/configs/mx6sllevk.h b/include/configs/mx6sllevk.h index 8f57f59..1363bf4 100644 --- a/include/configs/mx6sllevk.h +++ b/include/configs/mx6sllevk.h @@ -184,6 +184,7 @@ #define CONFIG_EHCI_HCD_INIT_AFTER_RESET #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) #define CONFIG_MXC_USB_FLAGS 0 #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 diff --git a/include/configs/mx7ulp_evk.h b/include/configs/mx7ulp_evk.h index 054751b..877e266 100644 --- a/include/configs/mx7ulp_evk.h +++ b/include/configs/mx7ulp_evk.h @@ -264,6 +264,7 @@ #define CONFIG_EHCI_HCD_INIT_AFTER_RESET #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) #define CONFIG_MXC_USB_FLAGS 0 #define CONFIG_USB_MAX_CONTROLLER_COUNT 1 |