kconfig: associate struct menu with file name directly
authorMasahiro Yamada <masahiroy@kernel.org>
Fri, 2 Feb 2024 15:58:09 +0000 (00:58 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 19 Feb 2024 09:20:40 +0000 (18:20 +0900)
commit40bab83a6595b3ab8afcfdb57903470f64fdbdb9
tree0ea85368b87904cf70a55d1fb95476b76d99c931
parent1d7c4f10baacbc658918f7ddec31e1d1962df6fc
kconfig: associate struct menu with file name directly

struct menu is linked to struct file for diagnostic purposes.
It is always used to retrieve the file name through menu->file->name.

Associate struct menu with the file name directly.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/expr.h
scripts/kconfig/menu.c
scripts/kconfig/parser.y
scripts/kconfig/qconf.cc
scripts/kconfig/symbol.c