Skip to content
Commit 0f57c759 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

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: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent 94145ffb
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment