[PATCH] Miscellaneous for Taco

Benjamin Herrenschmidt benh at kernel.crashing.org
Sat Jan 5 18:24:25 EST 2008


On Sat, 2008-01-05 at 00:21 -0500, Sean MacLennan wrote:
> Last ones for now.
> 
> This patch allows you to turn off scsi_wait_scan.

You'll have to run that one via the SCSI maintainers.

> 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:

I think we should instead reference use the 440EP here, or select it
from your board code. I -hate- those long lists of board specific bits
hidden in driver Kconfig...

Cheers,
Ben.





More information about the Linuxppc-dev mailing list