On Fri, Jul 29, 2005 at 12:18:03PM -0700, Greg KH wrote:
> --- gregkh-2.6.orig/drivers/usb/Kconfig
> +++ gregkh-2.6/drivers/usb/Kconfig
> @@ -20,6 +20,7 @@
>       default y if SA1111
>       default y if ARCH_OMAP
>       default y if ARCH_LH7A404
> +     default y if ARCH_S3C2410
>       default y if PXA27x
>       # PPC:
>       default y if STB03xxx
> --- gregkh-2.6.orig/drivers/usb/host/ohci-hcd.c
> +++ gregkh-2.6/drivers/usb/host/ohci-hcd.c
> @@ -887,6 +887,10 @@
>  #include "ohci-sa1111.c"
>  #endif
>  
> +#ifdef CONFIG_ARCH_S3C2410
> +#include "ohci-s3c2410.c"
> +#endif
> +
>  #ifdef CONFIG_ARCH_OMAP
>  #include "ohci-omap.c"
>  #endif
> @@ -909,6 +913,7 @@
>  
>  #if !(defined(CONFIG_PCI) \
>        || defined(CONFIG_SA1111) \
> +      || defined(CONFIG_ARCH_S3C2410) \
>        || defined(CONFIG_ARCH_OMAP) \
>        || defined (CONFIG_ARCH_LH7A404) \
>        || defined (CONFIG_PXA27x) \

Are there any plans to switch OHCI to normal linking instead of:

        #include "ohci-hub.c"
        #include "ohci-dbg.c"
        #include "ohci-mem.c"
        #include "ohci-q.c"

                ...

        #ifdef CONFIG_SA1111
        #include "ohci-sa1111.c"
        #endif
                ...



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to