From: Seung-Woo Kim Date: Wed, 2 Aug 2017 10:21:46 +0000 (+0900) Subject: tizen: enable usb host ethernet support X-Git-Tag: submit/tizen/20170808.230223~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=81958e98f448ead1106840712bba52e481cb73dd;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 c442830a7d..bc0021b4ed 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 ea14effbef..19761cafe5 100644 --- a/include/configs/tizen.h +++ b/include/configs/tizen.h @@ -88,6 +88,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