diff options
author | Claudio Mignanti <c.mignanti@gmail.com> | 2010-07-11 12:27:09 +0000 |
---|---|---|
committer | Claudio Mignanti <c.mignanti@gmail.com> | 2010-07-11 12:27:09 +0000 |
commit | 07ccad1f99df823414203889f08123cd2d36007e (patch) | |
tree | b04e717f89cc7dc4d54ec32160293c4f9f80d159 /target/linux/etrax/patches-2.6.32 | |
parent | ba56a699a9a6b003f73e4fcb93541666297f3d81 (diff) | |
download | upstream-07ccad1f99df823414203889f08123cd2d36007e.tar.gz upstream-07ccad1f99df823414203889f08123cd2d36007e.tar.bz2 upstream-07ccad1f99df823414203889f08123cd2d36007e.zip |
enable usb support by default.
SVN-Revision: 22129
Diffstat (limited to 'target/linux/etrax/patches-2.6.32')
-rw-r--r-- | target/linux/etrax/patches-2.6.32/300-usb_support.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/etrax/patches-2.6.32/300-usb_support.patch b/target/linux/etrax/patches-2.6.32/300-usb_support.patch index 0a0f81f98c..681bccc90e 100644 --- a/target/linux/etrax/patches-2.6.32/300-usb_support.patch +++ b/target/linux/etrax/patches-2.6.32/300-usb_support.patch @@ -18,14 +18,3 @@ obj-$(CONFIG_USB_C67X00_HCD) += c67x00/ ---- a/arch/cris/arch-v10/drivers/Kconfig -+++ b/arch/cris/arch-v10/drivers/Kconfig -@@ -410,7 +410,7 @@ config ETRAX_RS485_DISABLE_RECEIVER - Axis 2400/2401 must disable receiver. - - config ETRAX_USB_HOST -- bool "USB host" -+ tristate "ETRAX USB host" - select USB - help - This option enables the host functionality of the ETRAX 100LX |