Archaic wrote:

Is usbcore enough? If so, then why the warning that USB device
filesystem support must be compiled in?

drivers/usb/Kconfig

config USB
    tristate "Support for Host-side USB"

drivers/usb/core/Kconfig:

config USB_DEVICEFS
    bool "USB device filesystem"

tristate means it can be 'Y', 'M' or 'N'
bool means it can only be 'Y' or 'N'

Yes, previous messages in this and related threads had me confused on this one too :)

Regards,

Matt.

--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to