diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-06-12 22:27:17 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-06-12 22:27:17 +0000 |
commit | 98b34c0ea448427a1d18ce2bafac645534b7e442 (patch) | |
tree | 90134cdf8d1cc3e5f73fbcb2ee41de77ac3f629c /target/linux/adm5120-2.6/config | |
parent | efe19f020024cce0319c2db4c3fd8e42dd9c3a28 (diff) | |
download | upstream-98b34c0ea448427a1d18ce2bafac645534b7e442.tar.gz upstream-98b34c0ea448427a1d18ce2bafac645534b7e442.tar.bz2 upstream-98b34c0ea448427a1d18ce2bafac645534b7e442.zip |
Enable ohci and ehci for adm5120, some boards uses it (cellvision cameras)
SVN-Revision: 7601
Diffstat (limited to 'target/linux/adm5120-2.6/config')
-rw-r--r-- | target/linux/adm5120-2.6/config/default | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/target/linux/adm5120-2.6/config/default b/target/linux/adm5120-2.6/config/default index 4aeffadb2b..88628a9817 100644 --- a/target/linux/adm5120-2.6/config/default +++ b/target/linux/adm5120-2.6/config/default @@ -154,7 +154,7 @@ CONFIG_MTD_CFI_I2=y CONFIG_MTD_CFI_UTIL=y CONFIG_MTD_CHAR=y CONFIG_MTD_CMDLINE_PARTS=y -CONFIG_MTD_COMPLEX_MAPPINGS=y +# CONFIG_MTD_COMPLEX_MAPPINGS is not set # CONFIG_MTD_CONCAT is not set # CONFIG_MTD_DEBUG is not set # CONFIG_MTD_DOC2000 is not set @@ -181,7 +181,6 @@ CONFIG_MTD_NAND_RB100=y # CONFIG_MTD_OBSOLETE_CHIPS is not set # CONFIG_MTD_ONENAND is not set CONFIG_MTD_PARTITIONS=y -# CONFIG_MTD_PCI is not set # CONFIG_MTD_PHRAM is not set # CONFIG_MTD_PHYSMAP is not set # CONFIG_MTD_PLATRAM is not set @@ -252,13 +251,27 @@ CONFIG_USB=y # CONFIG_USBPCWATCHDOG is not set # CONFIG_USB_ACM is not set CONFIG_USB_ADM5120_HCD=y +# CONFIG_USB_ALI_M5632 is not set +# CONFIG_USB_AN2720 is not set # CONFIG_USB_CATC is not set -# CONFIG_USB_EHCI_HCD is not set +# CONFIG_USB_EHCI_BIG_ENDIAN_MMIO is not set +CONFIG_USB_EHCI_HCD=m +# CONFIG_USB_EHCI_ROOT_HUB_TT is not set +# CONFIG_USB_EHCI_SPLIT_ISO is not set +# CONFIG_USB_EHCI_TT_NEWSCHED is not set # CONFIG_USB_ET61X251 is not set # CONFIG_USB_GTCO is not set # CONFIG_USB_IBMCAM is not set # CONFIG_USB_KAWETH is not set # CONFIG_USB_KONICAWC is not set +# CONFIG_USB_NET_DM9601 is not set +# CONFIG_USB_NET_GL620A is not set +# CONFIG_USB_NET_MCS7830 is not set +# CONFIG_USB_NET_PLUSB is not set +# CONFIG_USB_NET_RNDIS_HOST is not set +# CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set +# CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set +CONFIG_USB_OHCI_HCD=m # CONFIG_USB_OV511 is not set # CONFIG_USB_PEGASUS is not set # CONFIG_USB_PWC is not set @@ -269,8 +282,6 @@ CONFIG_USB_ADM5120_HCD=y # CONFIG_USB_SN9C102 is not set # CONFIG_USB_STV680 is not set # CONFIG_USB_UHCI_HCD is not set -# CONFIG_USB_USBNET is not set -# CONFIG_USB_USBNET_MII is not set # CONFIG_USB_VICAM is not set # CONFIG_USB_ZC0301 is not set # CONFIG_USB_ZD1201 is not set |