Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit b86345e1 authored by Robert Nelson's avatar Robert Nelson
Browse files

config: make ehci work on lime


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 08dee8a3
Branches
No related merge requests found
......@@ -1842,7 +1842,7 @@ CONFIG_ATM_DUMMY=m
# CONFIG_NET_DSA_MV88E6123_61_65 is not set
CONFIG_ETHERNET=y
CONFIG_NET_VENDOR_ALLWINNER=y
CONFIG_SUN4I_EMAC=m
CONFIG_SUN4I_EMAC=y
# CONFIG_ALTERA_TSE is not set
CONFIG_NET_VENDOR_ARC=y
# CONFIG_ARC_EMAC is not set
......@@ -3895,7 +3895,7 @@ CONFIG_USB_EHCI_ROOT_HUB_TT=y
CONFIG_USB_EHCI_TT_NEWSCHED=y
# CONFIG_USB_EHCI_MXC is not set
CONFIG_USB_EHCI_HCD_OMAP=y
# CONFIG_USB_EHCI_HCD_PLATFORM is not set
CONFIG_USB_EHCI_HCD_PLATFORM=y
# CONFIG_USB_OXU210HP_HCD is not set
# CONFIG_USB_ISP116X_HCD is not set
# CONFIG_USB_ISP1760_HCD is not set
......
......@@ -29,7 +29,7 @@ toolchain="gcc_linaro_gnueabihf_4_8"
#Kernel/Build
KERNEL_REL=3.14
KERNEL_TAG=${KERNEL_REL}
BUILD=armv7-devel-r12
BUILD=armv7-devel-r13
#v3.X-rcX + upto SHA
KERNEL_SHA="39de65aa2c3eee901db020a4f1396998e09602a3"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment