diff options
author | Simon Glass <sjg@chromium.org> | 2014-11-14 18:18:40 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-11-25 06:34:01 -0700 |
commit | 9baeca4b8936edc01e1c748a6f119915acb100c4 (patch) | |
tree | cc2c484f443f937b560b888186d6c93877bb3d9d /arch/x86/cpu/ivybridge/Makefile | |
parent | 4896f4acc8b67155026cd1095b5dcdb22e70445a (diff) |
x86: ivybridge: Set up EHCI USB
Add init for EHCI so that USB can be used.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/cpu/ivybridge/Makefile')
-rw-r--r-- | arch/x86/cpu/ivybridge/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/cpu/ivybridge/Makefile b/arch/x86/cpu/ivybridge/Makefile index c6342cd99d..4a00757ec2 100644 --- a/arch/x86/cpu/ivybridge/Makefile +++ b/arch/x86/cpu/ivybridge/Makefile @@ -17,3 +17,4 @@ obj-y += pci.o obj-y += report_platform.o obj-y += sata.o obj-y += sdram.o +obj-y += usb_ehci.o |