> How do I enable CONFIG_EXPERIMENTAL in the kernel so that when I do a > make menuconfig EXPERIMENTAL drivers/modules are avialable? > > James > > --------------------------------------------------- > PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us > To subscribe, unsubscribe, or to change you mail settings: > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss In `make menuconfig`, in the 'Code maturity level options', select 'Prompt for development and/or incomplete code/drivers'. Or, in your .config file,set CONFIG_EXPERIMENTAL=y. Scott