Quoth Steve deRosier: > Can anyone tell me the "proper" or "accepted" way to enable CONFIG_USB_ARCH_HAS_HCD > for my embedded uClinux project? [...] > Obviously this is a board-specific thing, not a "generic linux" thing, so what's the > better way of doing this?
You should have a board-specific directory in the "vendors" tree, and have that selected as your current board via the top-level uClinux makefile (CAUTION: if you change the board selection it will replace your current .config files and do a clean rebuild, so make sure you've saved your current ones elsewhere if you need to change the selected board and have changes you wish to preserve). One of the options in the top-level makefile's config menu is to save your modified .config files to the vendors folder as the new defaults for that board. (Or if you want to do it manually, look at the existing vendor folders. The naming conventions for the default config files should hopefully be obvious.) _______________________________________________ uClinux-dev mailing list uClinux-dev@uclinux.org http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by uclinux-dev@uclinux.org To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev