summaryrefslogtreecommitdiff
path: root/scripts/kconfig/internal.h
AgeCommit message (Collapse)AuthorFilesLines
2024-02-19kconfig: remove zconf_curname() and zconf_lineno()Masahiro Yamada1-0/+3
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-14kconfig: split menu.c out of parser.yMasahiro Yamada1-0/+9
Compile menu.c as an independent compilation unit. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>