From: Sam Ravnborg Date: Sat, 31 Jul 2010 21:35:26 +0000 (+0200) Subject: kconfig: use long options in conf X-Git-Tag: v2.6.36-rc1~547^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4062f1a4c030157216dc8932e27131975cf7253c;p=pandora-kernel.git 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 Signed-off-by: Michal Marek --- Reading git-diff-tree failed