kconfig: remove CONFIG_ references in search/help

We use BR2_*, not CONFIG_* - So remove references to CONFIG_ in search/help
windows.

Long term we should probably consider doing s/^BR2_/CONFIG_/ to get rid
of all this though.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard
2010-09-05 22:42:01 +02:00
parent e62ed84b19
commit bfa9e9e2bd
4 changed files with 45 additions and 31 deletions

View File

@@ -1,5 +1,10 @@
2010.11, Not yet released:
Fixes all over the tree.
Kconfig infrastructure rebased against 2.6.36-rc1, bringing
misc fixes + nconfig and savedefconfig targets.
2010.08: Released August 31th, 2010:
Fixes all over the tree.