]> git.baikalelectronics.ru Git - kernel.git/commit
kconfig: use long options in conf
authorSam Ravnborg <sam@ravnborg.org>
Sat, 31 Jul 2010 21:35:26 +0000 (23:35 +0200)
committerMichal Marek <mmarek@suse.cz>
Tue, 3 Aug 2010 11:49:31 +0000 (13:49 +0200)
commit6f2ee0714a03eb76dc5a457d4b05f0f231e22fd3
tree4af07e49f6c48b20a38b5eff393c5d28dbdba833
parent296816a1d33135976cae5d19ed946b7b4b7e0f82
kconfig: use long options in conf

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: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/kconfig/Makefile
scripts/kconfig/conf.c