Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 275009

Summary: A way to deselect all "experimental" options during manual kernel config
Product: Gentoo Linux Reporter: Josh <jzenker>
Component: [OLD] Core systemAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED WORKSFORME    
Severity: enhancement CC: gentoo-bugs
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Josh 2009-06-22 03:18:10 UTC
When configuring your kernel using `make menuconfig', it would be useful to have a way to deselect all options marked as EXPERIMENTAL. I personally deselect them in the hopes that the result will be a more stable kernel. I imagine others may feel the same way.

Perhaps this is difficult to implement. This feature would be nice, but it is by no means a necessity. I thought I'd ask, though.

Reproducible: Always

Steps to Reproduce:
N/A
Comment 1 Allen Brooker (AllenJB) 2009-06-22 08:32:44 UTC
This already exists. Disable the following option:

General Setup --->
    [ ] Prompt for development and/or incomplete code/drivers

(or: EXPERIMENTAL=n )

(This option is under "Code maturity level options" in older kernels)
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-06-22 12:26:02 UTC
As Allen wrote...