lkml.org 
[lkml]   [2019]   [Apr]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectReasons for oldconfig resetting config options to =m
Date
When you set an option to `=y` but one of its dependencies is set to `=m`, then `make oldconfig` will reset it back to `=m` as well.

That makes sense, but does there exist a feature somewhere that can tell me explicitly when this happens, ideally with a reason like:

Resetting CONFIG_USB_STORAGE from =y to =m
because its dependency CONFIG_... is set to =m
Consequently also resetting the following dependent options from =y to =m:
CONFIG_USB_STORAGE_REALTEK
CONFIG_USB_...

This would help tuning kernel configs in situations where menuconfig is not appropriate, for example when working with diffs of configs.

Is there such tooling, or what do people use?

Thanks,
Niklas

\
 
 \ /
  Last update: 2019-04-21 17:12    [W:0.035 / U:0.560 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site