diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-08-15 14:11:55 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-08-15 14:11:55 +0000 |
commit | 169d68c98c6d9c7df824bed5b4d5bc7c39129666 (patch) | |
tree | 412a7fa301a9fabcc83f1b0289968321029ad3d2 /target/linux/ramips/rt305x | |
parent | 0ca16a4600ac2d51b068c8fa70361ed2f5f0edd7 (diff) | |
download | upstream-169d68c98c6d9c7df824bed5b4d5bc7c39129666.tar.gz upstream-169d68c98c6d9c7df824bed5b4d5bc7c39129666.tar.bz2 upstream-169d68c98c6d9c7df824bed5b4d5bc7c39129666.zip |
ramips: rt305x: add dwc_otg driver
Based on a patch by Layne Edwards <ledwards@astrumtech.net>
SVN-Revision: 27997
Diffstat (limited to 'target/linux/ramips/rt305x')
-rw-r--r-- | target/linux/ramips/rt305x/config-2.6.39 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/rt305x/config-2.6.39 b/target/linux/ramips/rt305x/config-2.6.39 index d0bb42dfe2..e15fa072af 100644 --- a/target/linux/ramips/rt305x/config-2.6.39 +++ b/target/linux/ramips/rt305x/config-2.6.39 @@ -28,6 +28,7 @@ CONFIG_CSRC_R4K=y CONFIG_CSRC_R4K_LIB=y CONFIG_DECOMPRESS_LZMA=y CONFIG_DMA_NONCOHERENT=y +# CONFIG_DWC_OTG is not set CONFIG_EARLY_PRINTK=y CONFIG_GENERIC_ATOMIC64=y CONFIG_GENERIC_CLOCKEVENTS=y @@ -120,7 +121,6 @@ CONFIG_SYS_SUPPORTS_32BIT_KERNEL=y CONFIG_SYS_SUPPORTS_ARBIT_HZ=y CONFIG_SYS_SUPPORTS_LITTLE_ENDIAN=y # CONFIG_USB_ARCH_HAS_EHCI is not set -# CONFIG_USB_ARCH_HAS_HCD is not set # CONFIG_USB_ARCH_HAS_OHCI is not set CONFIG_USB_SUPPORT=y CONFIG_XZ_DEC=y |