diff options
author | 2025-05-28 02:56:15 +0900 | |
---|---|---|
committer | 2025-06-06 05:40:25 +0900 | |
commit | 0f57c75973bedc08a865b06ce1b73ae5b54477c0 (patch) | |
tree | 849c018176c763b6baefc8795cfba171e47b9151 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | docs: symbol-namespaces: fix reST warning with literal block (diff) | |
download | linux-rng-0f57c75973bedc08a865b06ce1b73ae5b54477c0.tar.xz linux-rng-0f57c75973bedc08a865b06ce1b73ae5b54477c0.zip |
kconfig: introduce menu type enum
Currently, menu->prompt->type is checked to distinguish "comment"
(P_COMMENT) and "menu" (P_MENU) entries from regular "config" entries.
This is odd because P_COMMENT and P_MENU are not properties.
This commit introduces menu type enum to distinguish menu types more
naturally.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions