linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Miscellaneous for Taco
@ 2008-01-05  5:21 Sean MacLennan
  2008-01-05  7:24 ` Benjamin Herrenschmidt
  0 siblings, 1 reply; 13+ messages in thread
From: Sean MacLennan @ 2008-01-05  5:21 UTC (permalink / raw)
  To: linuxppc-dev

Last ones for now.

This patch allows you to turn off scsi_wait_scan.

diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
index a6676be..960dc78 100644
--- a/drivers/scsi/Kconfig
+++ b/drivers/scsi/Kconfig
@@ -248,7 +248,7 @@ config SCSI_SCAN_ASYNC
          or async on the kernel's command line.
 
 config SCSI_WAIT_SCAN
-       tristate
+       tristate "SCSI wait scan"
        default m
        depends on SCSI
        depends on MODULES

This patch allows you to use the USB with the taco. The taco does not 
have PCI so we must specifically add it.

diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig
index 7580aa5..480580c 100644
--- a/drivers/usb/Kconfig
+++ b/drivers/usb/Kconfig
@@ -39,6 +39,7 @@ config USB_ARCH_HAS_OHCI
        # PPC:
        default y if STB03xxx
        default y if PPC_MPC52xx
+       default y if TACO
        # MIPS:
        default y if SOC_AU1X00
        # more:


Cheers,
    Sean

^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2008-01-09 20:10 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-05  5:21 [PATCH] Miscellaneous for Taco Sean MacLennan
2008-01-05  7:24 ` Benjamin Herrenschmidt
2008-01-05  9:26   ` Stefan Roese
2008-01-05 18:22     ` Sean MacLennan
2008-01-05 20:56       ` Benjamin Herrenschmidt
2008-01-08 18:41         ` Sean MacLennan
2008-01-08 19:23           ` Stefan Roese
2008-01-08 20:41             ` Benjamin Herrenschmidt
2008-01-09 17:26             ` Sean MacLennan
2008-01-09 19:18               ` Josh Boyer
2008-01-09 19:26                 ` Sean MacLennan
2008-01-09 19:54                   ` Josh Boyer
2008-01-09 20:10                     ` Sean MacLennan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).