commit | 40bab83a6595b3ab8afcfdb57903470f64fdbdb9 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <masahiroy@kernel.org> | Sat Feb 03 00:58:09 2024 +0900 |
committer | Masahiro Yamada <masahiroy@kernel.org> | Mon Feb 19 18:20:40 2024 +0900 |
tree | 0ea85368b87904cf70a55d1fb95476b76d99c931 | |
parent | 1d7c4f10baacbc658918f7ddec31e1d1962df6fc [diff] |
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>