Re: How to enable CONFIG_EXPERIMENTAL

Αρχική Σελίδα
Συνημμένα:
Μήνυμα σαν ηλεκτρονικό μήνυμα
+ (text/plain)
Delete this message
Reply to this message
Συντάκτης: Scott
Ημερομηνία:  
Αντικείμενο: 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