Message ID | 1444035629-1173-1-git-send-email-linux.amoon@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 05.10.2015 18:00, Anand Moon wrote: > Odroid XU4 supports RTL8152/RTL8153 Based USB 3.0 Ethernet Adapters. > Support speed upto 10/100/1000 Mbit Ethernet LAN. Just: "Odroid XU4 has a RTL8153-CG gigabit Ethernet adapter, connected over USB 3.0." The message can be fixed when applying, so: Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Best regards, Krzysztof > > Signed-off-by: Anand Moon <linux.amoon@gmail.com> > > --- > Changes: Fixed the commit log. > --- > arch/arm/configs/exynos_defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig > index 1ff2bfa..5d1937b 100644 > --- a/arch/arm/configs/exynos_defconfig > +++ b/arch/arm/configs/exynos_defconfig > @@ -61,6 +61,7 @@ CONFIG_BLK_DEV_DM=y > CONFIG_DM_CRYPT=m > CONFIG_NETDEVICES=y > CONFIG_SMSC911X=y > +CONFIG_USB_RTL8152=y > CONFIG_USB_USBNET=y > CONFIG_USB_NET_SMSC75XX=y > CONFIG_USB_NET_SMSC95XX=y > -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig index 1ff2bfa..5d1937b 100644 --- a/arch/arm/configs/exynos_defconfig +++ b/arch/arm/configs/exynos_defconfig @@ -61,6 +61,7 @@ CONFIG_BLK_DEV_DM=y CONFIG_DM_CRYPT=m CONFIG_NETDEVICES=y CONFIG_SMSC911X=y +CONFIG_USB_RTL8152=y CONFIG_USB_USBNET=y CONFIG_USB_NET_SMSC75XX=y CONFIG_USB_NET_SMSC95XX=y
Odroid XU4 supports RTL8152/RTL8153 Based USB 3.0 Ethernet Adapters. Support speed upto 10/100/1000 Mbit Ethernet LAN. Signed-off-by: Anand Moon <linux.amoon@gmail.com> --- Changes: Fixed the commit log. --- arch/arm/configs/exynos_defconfig | 1 + 1 file changed, 1 insertion(+)