From 923e7b44ad9e866b0ca2b783c47d95b98b2c8f07 Mon Sep 17 00:00:00 2001 From: MengDongyang Date: Wed, 24 Aug 2016 12:02:19 +0800 Subject: config: rk3399: add usb related configs This patch to enable configs for usb module - xhci - ehci - usb storage - usb net Signed-off-by: MengDongyang Signed-off-by: Kever Yang Squashed in patch to move to Kconfig: https://patchwork.ozlabs.org/patch/672543/ Signed-off-by: Simon Glass Acked-by: Simon Glass --- include/configs/rk3399_common.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'include') diff --git a/include/configs/rk3399_common.h b/include/configs/rk3399_common.h index e9626a5e398..b026122f52a 100644 --- a/include/configs/rk3399_common.h +++ b/include/configs/rk3399_common.h @@ -83,4 +83,16 @@ #endif +/* enable usb config for usb ether */ +#define CONFIG_USB_HOST_ETHER + +#define CONFIG_USB_ETHER_ASIX +#define CONFIG_USB_ETHER_ASIX88179 +#define CONFIG_USB_ETHER_MCS7830 +#define CONFIG_USB_ETHER_SMSC95XX +#define CONFIG_USB_ETHER_RTL8152 + +/* rockchip xhci host driver */ +#define CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS 2 + #endif -- cgit v1.2.3