Re: How to enable CONFIG_EXPERIMENTAL

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Scott
Date:  
Subject: 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