[U-Boot] exynos5: common: Enable CONFIG_USB_ETHER_RTL8152 ethernet support

Enable CONFIG_USB_ETHER_RTL8152 support for Odroid XU4 which has support for RTL8153-CG gigabit Ethernet adapter, connected over USB 3.0.
commit 9dc8ba19c50fc0b1623c654bcfe6caa903a4c36c added support for Realtek 8152/8153 driver.
Signed-off-by: Anand Moon linux.amoon@gmail.com --- Depends on: https://patchwork.ozlabs.org/patch/548453/ --- include/configs/exynos5-common.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/configs/exynos5-common.h b/include/configs/exynos5-common.h index 834a22f..5a7915c 100644 --- a/include/configs/exynos5-common.h +++ b/include/configs/exynos5-common.h @@ -170,6 +170,7 @@ #define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX #define CONFIG_USB_ETHER_SMSC95XX +#define CONFIG_USB_ETHER_RTL8152
/* USB boot mode */ #define CONFIG_USB_BOOTING

On 05/03/16 18:08, Anand Moon wrote:
Enable CONFIG_USB_ETHER_RTL8152 support for Odroid XU4 which has support for RTL8153-CG gigabit Ethernet adapter, connected over USB 3.0.
commit 9dc8ba19c50fc0b1623c654bcfe6caa903a4c36c added support for Realtek 8152/8153 driver.
Signed-off-by: Anand Moon linux.amoon@gmail.com
Depends on: https://patchwork.ozlabs.org/patch/548453/
include/configs/exynos5-common.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/configs/exynos5-common.h b/include/configs/exynos5-common.h index 834a22f..5a7915c 100644 --- a/include/configs/exynos5-common.h +++ b/include/configs/exynos5-common.h @@ -170,6 +170,7 @@ #define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX #define CONFIG_USB_ETHER_SMSC95XX +#define CONFIG_USB_ETHER_RTL8152
/* USB boot mode */ #define CONFIG_USB_BOOTING
applied to u-boot-samsung.
Thanks, Minkyu Kang.
participants (2)
-
Anand Moon
-
Minkyu Kang