Is there any tool to generate kernel .config file?Config setting for Linux kernel compilationAutomatic kernel...
Will this creature from Curse of Strahd reappear after being banished?
If an arcane trickster rogue uses his mage hand and makes it invisible, does that mean anything the hand picks up is also invisible?
reconstruction filter - How does it actually work?
What container to use to store developer concentrate?
Assuring luggage isn't lost with short layover
Can a black hole formation be stopped or interrupted
Should I bike or drive to work? (6.8 mi)
Anti-cheating: should there be a limit to a number of toilet breaks per game per player?
Why does Canada require mandatory bilingualism in a lot of federal government posts?
Why did Windows 95 crash the whole system but newer Windows only crashed programs?
Exploiting the delay when a festival ticket is scanned
Why use the "finally" keyword?
Is this photo showing a woman standing in the nude before teenagers real?
Why does the Rust compiler not optimize code assuming that two mutable references cannot alias?
Is there an antonym for "spicy" or "hot" regarding food?
Does Wolfram Mathworld make a mistake describing a discrete probability distribution with a probability density function?
Name These Animals
Are the named pipe created by `mknod` and the FIFO created by `mkfifo` equivalent?
What are the cons of stateless password generators?
Dobbs Murder Mystery : A Picture worth 1000 words?
What do I do with a party that is much stronger than their level?
Telling manager project isn't worth the effort?
Does dual boot harm a laptop battery or reduce its life?
Why didn’t Christianity spread southwards from Ethiopia in the Middle Ages?
Is there any tool to generate kernel .config file?
Config setting for Linux kernel compilationAutomatic kernel configuration toolkernel config with strange dependanciesUsing Linux kernel config file from version to versionWhy should you not edit the .config kernel configuration file?What are methods for recovering a Linux Kernel config?Minimal kernel config repositoriesKernel config for keyboard special LEDskernel compilation: generate modules.dep and map filesCommented sections in kernel config
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I watched a clip on customizing kernel, rebuilding, installing, etc. where the gentleman suggested to use an existing .config
file with make menuconfig
or make xconfig
. I wanted to use one that comes with Arch BUT it's huge, it's almost 10,000 lines in it!
After summarizing those lines, it looks like there're 314 main sections (eg, Memory Debugging
, Android
, Heart Rate Monitors
, Humidity sensors
, Magnetometer sensors
, etc.) with one or more parameters and arguments (eg. =y
, =m
, #... not set
and =number/string
). Altogether there're 2,344 entries with =y
(statically built?), 5,159 have =m
(loadable modules?), 163 have =number/string
and the rest 627 are # ... not set
.
I don't need all those for sure BUT it'd be really painful to check or uncheck things manually! Is there any tool that'd scan my hardwares and generate a config file for rebuilding kernel and modules?
linux-kernel kernel-modules
add a comment |
I watched a clip on customizing kernel, rebuilding, installing, etc. where the gentleman suggested to use an existing .config
file with make menuconfig
or make xconfig
. I wanted to use one that comes with Arch BUT it's huge, it's almost 10,000 lines in it!
After summarizing those lines, it looks like there're 314 main sections (eg, Memory Debugging
, Android
, Heart Rate Monitors
, Humidity sensors
, Magnetometer sensors
, etc.) with one or more parameters and arguments (eg. =y
, =m
, #... not set
and =number/string
). Altogether there're 2,344 entries with =y
(statically built?), 5,159 have =m
(loadable modules?), 163 have =number/string
and the rest 627 are # ... not set
.
I don't need all those for sure BUT it'd be really painful to check or uncheck things manually! Is there any tool that'd scan my hardwares and generate a config file for rebuilding kernel and modules?
linux-kernel kernel-modules
add a comment |
I watched a clip on customizing kernel, rebuilding, installing, etc. where the gentleman suggested to use an existing .config
file with make menuconfig
or make xconfig
. I wanted to use one that comes with Arch BUT it's huge, it's almost 10,000 lines in it!
After summarizing those lines, it looks like there're 314 main sections (eg, Memory Debugging
, Android
, Heart Rate Monitors
, Humidity sensors
, Magnetometer sensors
, etc.) with one or more parameters and arguments (eg. =y
, =m
, #... not set
and =number/string
). Altogether there're 2,344 entries with =y
(statically built?), 5,159 have =m
(loadable modules?), 163 have =number/string
and the rest 627 are # ... not set
.
I don't need all those for sure BUT it'd be really painful to check or uncheck things manually! Is there any tool that'd scan my hardwares and generate a config file for rebuilding kernel and modules?
linux-kernel kernel-modules
I watched a clip on customizing kernel, rebuilding, installing, etc. where the gentleman suggested to use an existing .config
file with make menuconfig
or make xconfig
. I wanted to use one that comes with Arch BUT it's huge, it's almost 10,000 lines in it!
After summarizing those lines, it looks like there're 314 main sections (eg, Memory Debugging
, Android
, Heart Rate Monitors
, Humidity sensors
, Magnetometer sensors
, etc.) with one or more parameters and arguments (eg. =y
, =m
, #... not set
and =number/string
). Altogether there're 2,344 entries with =y
(statically built?), 5,159 have =m
(loadable modules?), 163 have =number/string
and the rest 627 are # ... not set
.
I don't need all those for sure BUT it'd be really painful to check or uncheck things manually! Is there any tool that'd scan my hardwares and generate a config file for rebuilding kernel and modules?
linux-kernel kernel-modules
linux-kernel kernel-modules
edited 22 secs ago
Emon Haque
asked 14 mins ago
Emon HaqueEmon Haque
416 bronze badges
416 bronze badges
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f532882%2fis-there-any-tool-to-generate-kernel-config-file%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f532882%2fis-there-any-tool-to-generate-kernel-config-file%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown