Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-20 | kconfig: use generic macros to implement symbol hashtable | Masahiro Yamada | |
Use helper macros in hashtable.h for generic hashtable implementation. We can git rid of the hash head index of for_all_symbols(). Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> | |||
2024-02-19 | kconfig: remove zconf_curname() and zconf_lineno() | Masahiro Yamada | |
Now zconf_curname() and zconf_lineno() are so simple that they just return cur_filename, cur_lineno, respectively. Remove these functions, and then use cur_filename and cur_lineno directly. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> | |||
2021-04-14 | kconfig: split menu.c out of parser.y | Masahiro Yamada | |
Compile menu.c as an independent compilation unit. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> |