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 | 857cf6d227157afc1cf085288631a644a31775f3 (patch) | |
tree | e704e26b07ecf3c9c041d8653cb6b9259269f46b /target | |
parent | 9ec1d552dbb27f26fd4de11374d2b572b524742d (diff) | |
download | upstream-857cf6d227157afc1cf085288631a644a31775f3.tar.gz upstream-857cf6d227157afc1cf085288631a644a31775f3.tar.bz2 upstream-857cf6d227157afc1cf085288631a644a31775f3.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23128 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |