Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 275009 - A way to deselect all "experimental" options during manual kernel config
Summary: A way to deselect all "experimental" options during manual kernel config
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-22 03:18 UTC by Josh
Modified: 2009-06-22 12:26 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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...