Kernel Developers Discuss Improving Kernel Configurations

Written by Michael Larabel in Linux Kernel on 14 April 2014 at 10:20 PM EDT. 7 Comments
LINUX KERNEL
Jean Delvare, a name commonly associated with the LM_Sensors project while being an employee at SUSE, has raised an important discussion item on the kernel mailing list about improving the kernel configuration (Kconfig) options when building the Linux kernel.

The latest Linux kernel Kconfig files are up to 6000+ lines and tuning the drivers to compile and other features of the kernel is becoming an increasingly painful task as more features and drivers get added to the kernel. Jean raised the point that there's an increasing number of additions to the kernel configuration that are drivers mostly associated with ARM hardware, while he and so many other Linux users are building for Intel x86 platforms. However, the drivers are technically platform agnostic and are still shown for x86 users building their own kernel even though the major users are in the ARM space.

Delvare is trying to push for proper hardware dependencies within Linux kernel configuration options. Still there would be a test flag for those wishing to build a "full" Linux kernel with effectively every mainline driver under the sun in order to test kernel builds, etc.

Jean so far has received mixed responses about his proposal, which can be viewed in full via the Indiana LKML archives.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week