From: Jaehoon Chung Date: Mon, 11 Feb 2019 07:02:53 +0000 (+0900) Subject: ARM64: defconfig: enable USB_RTL8152 configuration X-Git-Tag: submit/tizen/20190614.014912~47 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c284cb18fd5d69a73269befd7dc20022f4789374;p=platform%2Fkernel%2Flinux-rpi3.git ARM64: defconfig: enable USB_RTL8152 configuration To use the realtek usb ethernet, enable USB_RTL8152 config as module. After enabled this config, it can be used ethernet with realtek usb-to-ethernet cable. Change-Id: Id7c90028e38904bab08d26fa60cb1e69882c1e81 Signed-off-by: Jaehoon Chung --- diff --git a/arch/arm64/configs/tizen_bcmrpi3_defconfig b/arch/arm64/configs/tizen_bcmrpi3_defconfig index e1408e7bf41d..460ae7f3c083 100644 --- a/arch/arm64/configs/tizen_bcmrpi3_defconfig +++ b/arch/arm64/configs/tizen_bcmrpi3_defconfig @@ -1524,7 +1524,7 @@ CONFIG_USB_NET_DRIVERS=y # CONFIG_USB_KAWETH is not set # CONFIG_USB_PEGASUS is not set # CONFIG_USB_RTL8150 is not set -# CONFIG_USB_RTL8152 is not set +CONFIG_USB_RTL8152=m CONFIG_USB_LAN78XX=y CONFIG_USB_USBNET=y CONFIG_USB_NET_AX8817X=y