diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-09-27 14:42:07 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-09-27 14:42:07 +0000 |
commit | 39c57eeb318a630884d790af27824c833617d2e0 (patch) | |
tree | dd7a1a10756fdb7ef0b5c56cd97b2bde8946a1a6 /target | |
parent | dc4df4ca652a7c20b8fdf5b1b2b6c44f2fcd5865 (diff) | |
download | upstream-39c57eeb318a630884d790af27824c833617d2e0.tar.gz upstream-39c57eeb318a630884d790af27824c833617d2e0.tar.bz2 upstream-39c57eeb318a630884d790af27824c833617d2e0.zip |
ramips: allow USB
The current defaults for ramips rt305x does not allow the USB
subsystem to be selected/built.
This patch is just a small step in that direction.
Signed-off-by: Luis Correia <luis.f.correia@gmail.com>
SVN-Revision: 23128
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/rt305x/config-2.6.32 | 3 | ||||
-rw-r--r-- | target/linux/ramips/rt305x/config-2.6.34 | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/target/linux/ramips/rt305x/config-2.6.32 b/target/linux/ramips/rt305x/config-2.6.32 index c7ec775894..a3575651e2 100644 --- a/target/linux/ramips/rt305x/config-2.6.32 +++ b/target/linux/ramips/rt305x/config-2.6.32 @@ -150,8 +150,5 @@ CONFIG_SYS_SUPPORTS_LITTLE_ENDIAN=y CONFIG_TRAD_SIGNALS=y # CONFIG_TREE_PREEMPT_RCU is not set CONFIG_TREE_RCU=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_ZONE_DMA_FLAG=0 diff --git a/target/linux/ramips/rt305x/config-2.6.34 b/target/linux/ramips/rt305x/config-2.6.34 index a493b5be18..8234717bb2 100644 --- a/target/linux/ramips/rt305x/config-2.6.34 +++ b/target/linux/ramips/rt305x/config-2.6.34 @@ -161,8 +161,5 @@ CONFIG_SYS_SUPPORTS_LITTLE_ENDIAN=y # CONFIG_TINY_RCU is not set CONFIG_TRAD_SIGNALS=y CONFIG_TREE_RCU=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_ZONE_DMA_FLAG=0 |