From: Seung-Woo Kim Date: Wed, 2 Aug 2017 10:21:46 +0000 (+0900) Subject: tizen: enable usb host ethernet support X-Git-Tag: accepted/tizen/unified/20201110.125028~253 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e62e59b74575c03eedaffd4c66c308fa917a32c3;p=platform%2Fkernel%2Fu-boot.git tizen: enable usb host ethernet support Enable usb host ethernet support from tizen config for odroid-u3. NOTE: to use ethernet card on odroid-u3, it is required to set usbethaddr on u-boot env. Change-Id: Ic92f74b45c291ba61efd6630450f050ed3a6909c Signed-off-by: Seung-Woo Kim --- diff --git a/configs/tizen_defconfig b/configs/tizen_defconfig index e279a31..fecbabe 100644 --- a/configs/tizen_defconfig +++ b/configs/tizen_defconfig @@ -21,6 +21,7 @@ CONFIG_CMD_GPT=y CONFIG_CMD_MMC=y CONFIG_CMD_PART=y CONFIG_CMD_I2C=y +CONFIG_CMD_USB=y CONFIG_CMD_DFU=y CONFIG_CMD_BATTERY=y CONFIG_CMD_GPIO=y diff --git a/include/configs/tizen.h b/include/configs/tizen.h index c7c68da..7368a13 100644 --- a/include/configs/tizen.h +++ b/include/configs/tizen.h @@ -87,6 +87,14 @@ #define CONFIG_EXYNOS_ACE_SHA #define CONFIG_LIB_HW_RAND +/* USB */ +#define CONFIG_USB_EHCI +#define CONFIG_USB_EHCI_EXYNOS + +#define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 3 +#define CONFIG_USB_HOST_ETHER +#define CONFIG_USB_ETHER_SMSC95XX + #undef CONFIG_REVISION_TAG #define CONFIG_SET_DFU_ALT_INFO #define CONFIG_MISC_COMMON