-
- Downloads
kconfig: add named choice group
As choice dependency are now fully checked, it's quite easy to add support for named choices. This lifts the restriction that a choice value can only appear once, although it still has to be within the same group, but multiple choices can be joined by giving them a name. While at it I cleaned up a little the choice type logic to simplify it a bit. Signed-off-by:Roman Zippel <zippel@linux-m68k.org> Signed-off-by:
Sam Ravnborg <sam@ravnborg.org>
Showing
- scripts/kconfig/lex.zconf.c_shipped 3 additions, 22 deletionsscripts/kconfig/lex.zconf.c_shipped
- scripts/kconfig/lkc_proto.h 1 addition, 1 deletionscripts/kconfig/lkc_proto.h
- scripts/kconfig/menu.c 27 additions, 37 deletionsscripts/kconfig/menu.c
- scripts/kconfig/symbol.c 11 additions, 13 deletionsscripts/kconfig/symbol.c
- scripts/kconfig/zconf.tab.c_shipped 156 additions, 145 deletionsscripts/kconfig/zconf.tab.c_shipped
- scripts/kconfig/zconf.y 8 additions, 5 deletionsscripts/kconfig/zconf.y
Loading
Please register or sign in to comment