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)
commit4062f1a4c030157216dc8932e27131975cf7253c
tree4af07e49f6c48b20a38b5eff393c5d28dbdba833
parentac1ffde1ba053db0266f886a15ed845a6628fcb0
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