• S
    kconfig: use long options in conf · 4062f1a4
    Sam Ravnborg 提交于
    The list of options supported by conf is growing
    and their abbreviation did not resemble anything usefull.
    
    So drop the single letter options in favour of long options.
    
    The long options are named equal to what we know from
    the make target.
    The internal implmentation was changed to match this,
    resulting in much more readable code.
    
    Support for short options is dropped - no one is supposed
    to call this program direct anyway.
    Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
    Signed-off-by: NMichal Marek <mmarek@suse.cz>
    4062f1a4
conf.c 12.9 KB