On Nov 29, 2007 11:27 PM, Konstantin Baydarov <[EMAIL PROTECTED]> wrote:
> On Thu, 29 Nov 2007 14:47:03 +0800
>
>  Jason, you "USB support" should be compiled in kernel not as module:
>    Location:
>      -> Device Drivers
>        -> USB support (USB_SUPPORT [=y])
>
>  I didn't know that "USB support" can be compiled as module, I'll fix it.
>

Well, there are two options, CONFIG_USB and CONFIG_USB_SUPPORT. And my
settings were:
#
# USB HID Boot Protocol drivers
#
# CONFIG_USB_KBD is not set
# CONFIG_USB_MOUSE is not set
CONFIG_USB_SUPPORT=y
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB_ARCH_HAS_EHCI=y
CONFIG_USB=m
CONFIG_USB_DEBUG=y

I guess what you meant should be CONFIG_USB, you meant this option
should be compiled into kernel rather than as a module,right?

Then I tried to change CONFIG_USB from "m" to "y", and indeed the
compiling now passed.However mostly people compile CONFIG_USB as a
module, i.e. usbcore.

Anyway, thanks. I will test against your patches next step.

Regards
Jason
---------------------------
Use http://oss.sgi.com/ecartis to modify your settings or to unsubscribe.

Reply via email to