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>
Showing
- init/Kconfig 8 additions, 0 deletionsinit/Kconfig
- scripts/kconfig/confdata.c 11 additions, 15 deletionsscripts/kconfig/confdata.c
- scripts/kconfig/expr.h 1 addition, 0 deletionsscripts/kconfig/expr.h
- scripts/kconfig/lkc.h 1 addition, 0 deletionsscripts/kconfig/lkc.h
- scripts/kconfig/menu.c 14 additions, 0 deletionsscripts/kconfig/menu.c
- scripts/kconfig/symbol.c 8 additions, 7 deletionsscripts/kconfig/symbol.c
- scripts/kconfig/zconf.tab.c_shipped 9 additions, 1 deletionscripts/kconfig/zconf.tab.c_shipped
- scripts/kconfig/zconf.y 9 additions, 1 deletionscripts/kconfig/zconf.y
Loading
Please register or sign in to comment