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

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

Associate struct property with the file name directly.

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