]> git.baikalelectronics.ru Git - kernel.git/commit
kconfig: add defconfig_list/module option
authorRoman Zippel <zippel@linux-m68k.org>
Fri, 9 Jun 2006 05:12:45 +0000 (22:12 -0700)
committerSam Ravnborg <sam@mars.ravnborg.org>
Fri, 9 Jun 2006 05:31:30 +0000 (07:31 +0200)
commit2a48c9f5f18f674202df08b184f399c9e987d2ed
tree81a9535cc6af701a9fd1d23338449268498447ed
parent1a70dbc9a6ab4c0a0e84859ae097b6090e324c87
kconfig: add defconfig_list/module option

This makes it possible to change two options which were hardcoded sofar.
1. Any symbol can now take the role of CONFIG_MODULES
2. The more useful option is to change the list of default file names,
   which kconfig uses to load the base configuration if .config isn't
   available.

Signed-off-by: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
init/Kconfig
scripts/kconfig/confdata.c
scripts/kconfig/expr.h
scripts/kconfig/lkc.h
scripts/kconfig/menu.c
scripts/kconfig/symbol.c
scripts/kconfig/zconf.tab.c_shipped
scripts/kconfig/zconf.y