diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-05-06 09:05:50 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-05-06 09:05:50 +0000 |
commit | bf1ed194ffdc23949f1851675d4c29537b8e1f1d (patch) | |
tree | 023784e2a228e0b5081c54062e799a56b44438c8 /target/linux/au1000-2.6 | |
parent | c961eac32d33dad774f12a594c2802854ffe99e0 (diff) | |
download | upstream-bf1ed194ffdc23949f1851675d4c29537b8e1f1d.tar.gz upstream-bf1ed194ffdc23949f1851675d4c29537b8e1f1d.tar.bz2 upstream-bf1ed194ffdc23949f1851675d4c29537b8e1f1d.zip |
Enable USB support for au1000
SVN-Revision: 7103
Diffstat (limited to 'target/linux/au1000-2.6')
-rw-r--r-- | target/linux/au1000-2.6/config/default | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/target/linux/au1000-2.6/config/default b/target/linux/au1000-2.6/config/default index 967703ab50..7953251f68 100644 --- a/target/linux/au1000-2.6/config/default +++ b/target/linux/au1000-2.6/config/default @@ -168,7 +168,6 @@ CONFIG_MTD_MAP_BANK_WIDTH_4=y # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set # CONFIG_MTD_MTDRAM is not set CONFIG_MTD_MTX1=y -# CONFIG_MTD_NAND is not set # CONFIG_MTD_OBSOLETE_CHIPS is not set # CONFIG_MTD_ONENAND is not set CONFIG_MTD_PARTITIONS=y @@ -248,6 +247,10 @@ CONFIG_SYS_SUPPORTS_LITTLE_ENDIAN=y CONFIG_TRAD_SIGNALS=y # CONFIG_UNUSED_SYMBOLS is not set # CONFIG_USBPCWATCHDOG is not set -# CONFIG_USB_EHCI_HCD is not set -# CONFIG_USB_UHCI_HCD 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_OHCI_HCD=m +CONFIG_USB_UHCI_HCD=m # CONFIG_VIA_RHINE is not set |