* patch: change config options for au1x00 usb device
@ 2003-04-30 0:24 Steve Longerbeam
2003-05-21 1:05 ` Pete Popov
0 siblings, 1 reply; 2+ messages in thread
From: Steve Longerbeam @ 2003-04-30 0:24 UTC (permalink / raw)
To: linux-mips; +Cc: Pete Popov, Jun Sun
[-- Attachment #1: Type: text/plain, Size: 337 bytes --]
Attached patch fixes CONFIG_AU1000_USB_DEVICE, which
had to be defined manually for each au1x00-based board in
arch/mips/config.in. The patch defines it automatically if one of
the au1x00 usb function drivers have been enabled.
--
Steve Longerbeam
MontaVista Software, Inc.
office:408-328-9008, fax:408-328-3875
http://www.mvista.com
[-- Attachment #2: au1000-usbd.patch --]
[-- Type: text/plain, Size: 1786 bytes --]
Index: arch/mips/config.in
===================================================================
RCS file: /cvsdev/mvl-kernel/linux/arch/mips/config.in,v
retrieving revision 1.20.2.15
diff -u -r1.20.2.15 config.in
--- arch/mips/config.in 19 Feb 2003 11:34:46 -0000 1.20.2.15
+++ arch/mips/config.in 29 Apr 2003 21:56:12 -0000
@@ -391,7 +391,6 @@
define_bool CONFIG_NONCOHERENT_IO y
define_bool CONFIG_PC_KEYB y
define_bool CONFIG_SWAP_IO_SPACE y
- define_bool CONFIG_AU1000_USB_DEVICE y
fi
if [ "$CONFIG_MIPS_PB1500" = "y" ]; then
define_bool CONFIG_MIPS_AU1000 y
Index: drivers/char/Config.in
===================================================================
RCS file: /cvsdev/mvl-kernel/linux/drivers/char/Config.in,v
retrieving revision 1.14.4.11
diff -u -r1.14.4.11 Config.in
--- drivers/char/Config.in 26 Mar 2003 03:51:58 -0000 1.14.4.11
+++ drivers/char/Config.in 29 Apr 2003 21:56:23 -0000
@@ -71,9 +71,13 @@
if [ "$CONFIG_AU1000_UART" = "y" ]; then
bool ' Enable Au1000 serial console' CONFIG_AU1000_SERIAL_CONSOLE
fi
- dep_tristate ' Au1000 USB TTY Device support' CONFIG_AU1000_USB_TTY $CONFIG_AU1000_USB_DEVICE
+ dep_tristate ' Au1000 USB TTY Device support' CONFIG_AU1000_USB_TTY $CONFIG_MIPS_AU1000
if [ "$CONFIG_AU1000_USB_TTY" != "y" ]; then
- dep_tristate ' Au1000 USB Raw Device support' CONFIG_AU1000_USB_RAW $CONFIG_AU1000_USB_DEVICE
+ dep_tristate ' Au1000 USB Raw Device support' CONFIG_AU1000_USB_RAW $CONFIG_MIPS_AU1000
+ fi
+ if [ "$CONFIG_AU1000_USB_TTY" != "n" -o \
+ "$CONFIG_AU1000_USB_RAW" != "n" ]; then
+ define_bool CONFIG_AU1000_USB_DEVICE y
fi
bool 'TXx927 SIO support' CONFIG_TXX927_SERIAL
if [ "$CONFIG_TXX927_SERIAL" = "y" ]; then
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: patch: change config options for au1x00 usb device
2003-04-30 0:24 patch: change config options for au1x00 usb device Steve Longerbeam
@ 2003-05-21 1:05 ` Pete Popov
0 siblings, 0 replies; 2+ messages in thread
From: Pete Popov @ 2003-05-21 1:05 UTC (permalink / raw)
To: Steve Longerbeam; +Cc: Linux MIPS mailing list, Jun Sun
On Tue, 2003-04-29 at 17:24, Steve Longerbeam wrote:
> Attached patch fixes CONFIG_AU1000_USB_DEVICE, which
> had to be defined manually for each au1x00-based board in
> arch/mips/config.in. The patch defines it automatically if one of
> the au1x00 usb function drivers have been enabled.
I finally got to this patch but it doesn't look like the patch was
against the linux-mips tree, so I manually patched it.
Pete
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-05-21 1:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-30 0:24 patch: change config options for au1x00 usb device Steve Longerbeam
2003-05-21 1:05 ` Pete Popov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox