Kernel configuration for distributions
Kernel configuration for distributions
Posted Jul 19, 2012 6:35 UTC (Thu) by drjones (guest, #60990)In reply to: Kernel configuration for distributions by awesomeman
Parent article: Kernel configuration for distributions
CONFIG_EXPERT is a great idea, but it doesn't work as advertised. The idea, according to its help text, is to hide config options from the config menu that most people would never want to modify (options for "non-standard" kernels). However, if you flip this option on, you not only expose those options for modification, but several defaults are *changed*, giving your config an embedded personality. If you're not building an embedded kernel, then EXPERT isn't useful. Getting EXPERT to work as advertised, or implementing some other scheme that hides/exposes standard options, makes sense in order to reduce config menu complexity. An overhaul of config option default value management (maybe with some hierarchical defconfig type scheme) might also be nice.
