kconfig: set MENU_CHANGED to choice when the selected member is changed
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 24 Jun 2025 15:04:49 +0000 (00:04 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Fri, 27 Jun 2025 16:57:59 +0000 (01:57 +0900)
commitb04c7e88bcf5ddcd15e2c620b802c28848f437bb
tree8f43efa213a5c341318c061aed56a2a9cb8ea14a
parent7934a8dd8692b56714ce9b36421e316445d94a77
kconfig: set MENU_CHANGED to choice when the selected member is changed

In gconf, choice entries display the selected symbol in the 'Value'
column, but it is not updated when the selected symbol is changed.

Set the MENU_CHANGED flag, so it is updated.

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