From fda19e4ca178e5cfe84ac4d0564818aff5954588 Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Mon, 11 Feb 2019 16:02:53 +0900 Subject: [PATCH] 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 --- arch/arm64/configs/tizen_bcmrpi3_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/configs/tizen_bcmrpi3_defconfig b/arch/arm64/configs/tizen_bcmrpi3_defconfig index e1408e7..460ae7f3 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 -- 2.7.4