diff options
author | Koen Kooi <k-kooi@ti.com> | 2009-09-08 16:02:41 +0200 |
---|---|---|
committer | OpenEmbedded User <oe@OE-builder.(none)> | 2009-09-11 10:13:18 +0200 |
commit | ede46c7614fd6baaac513d36abb011c5a63772ff (patch) | |
tree | 13a194a67d8f2f31c29aaef21daecba2a7273eda /recipes/linux/linux-omap-psp-2.6.29/omap3517-evm | |
parent | 0ec2fb98376f700d4d50d7ffb2dd81ccc93ad648 (diff) |
linux-omap-psp 2.6.29: add WIP patch for EHCI support
Diffstat (limited to 'recipes/linux/linux-omap-psp-2.6.29/omap3517-evm')
-rw-r--r-- | recipes/linux/linux-omap-psp-2.6.29/omap3517-evm/defconfig | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/recipes/linux/linux-omap-psp-2.6.29/omap3517-evm/defconfig b/recipes/linux/linux-omap-psp-2.6.29/omap3517-evm/defconfig index 3092f7b098..4fa37bd8ef 100644 --- a/recipes/linux/linux-omap-psp-2.6.29/omap3517-evm/defconfig +++ b/recipes/linux/linux-omap-psp-2.6.29/omap3517-evm/defconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.29-omap1 -# Mon Sep 7 19:18:57 2009 +# Tue Sep 8 15:41:48 2009 # CONFIG_ARM=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y @@ -1003,7 +1003,11 @@ CONFIG_USB=y # USB Host Controller Drivers # # CONFIG_USB_C67X00_HCD is not set -# CONFIG_USB_EHCI_HCD is not set +CONFIG_USB_EHCI_HCD=y +CONFIG_OMAP_EHCI_PHY_MODE=y +# CONFIG_OMAP_EHCI_TLL_MODE is not set +# CONFIG_USB_EHCI_ROOT_HUB_TT is not set +CONFIG_USB_EHCI_TT_NEWSCHED=y # CONFIG_USB_OXU210HP_HCD is not set # CONFIG_USB_ISP116X_HCD is not set # CONFIG_USB_OHCI_HCD is not set @@ -1084,6 +1088,7 @@ CONFIG_USB_STORAGE=y # CONFIG_USB_IDMOUSE is not set # CONFIG_USB_FTDI_ELAN is not set # CONFIG_USB_APPLEDISPLAY is not set +# CONFIG_USB_SISUSBVGA is not set # CONFIG_USB_LD is not set # CONFIG_USB_TRANCEVIBRATOR is not set # CONFIG_USB_IOWARRIOR is not set |