]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] qconf: immediately update integer and string values in xconfig display
authorKarsten Wiese <fzu@wemgehoertderstaat.de>
Wed, 14 Feb 2007 08:32:57 +0000 (00:32 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 14 Feb 2007 16:09:51 +0000 (08:09 -0800)
commit77896197cdfdfcb6122ff61e37eda3722e4546fb
tree8ac605ba44c6544ce5840550b7acd1268d615474
parentdd08d5863fed3d4631515c98166db714521fbe78
[PATCH] qconf: immediately update integer and string values in xconfig display

In xconfig's display integer and string values are also shown as part of
the config item's descriptive text.

This patch updates the descriptive text, when the corresponding value has
been changed.  Fix for http://bugzilla.kernel.org/show_bug.cgi?id=7744

Take2 uses updateList() so config values dependending on the changed value
see the change.

Signed-off-by: Karsten Wiese <fzu@wemgehoertderstaat.de>
Cc: Roman Zippel <zippel@linux-m68k.org>
Cc: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/kconfig/qconf.cc