1
0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2026-01-12 01:20:14 +00:00
Masahiro Yamada 0f57c75973 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>
2025-06-06 05:40:25 +09:00
..
2025-06-06 05:40:25 +09:00
2024-07-16 16:07:14 +09:00
2024-09-20 09:21:53 +09:00
2025-06-06 05:40:25 +09:00
2025-06-06 05:40:25 +09:00
2025-06-06 05:40:25 +09:00