Re: How to enable CONFIG_EXPERIMENTAL

Página superior
Adjuntos:
Obtener este mensaje como un correo
+ (text/plain)
Eliminar este mensaje
Responder a este mensaje
Autor: Scott
Fecha:  
Asunto: Re: How to enable CONFIG_EXPERIMENTAL
> 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 -
> 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