diff options
| author | Masahiro Yamada <[email protected]> | 2025-07-16 23:24:09 +0000 |
|---|---|---|
| committer | Masahiro Yamada <[email protected]> | 2025-07-26 10:55:37 +0000 |
| commit | 15a5ae3b0976d1190728044920cf6337a218ae62 (patch) | |
| tree | 125017fa33d18f2d51057f07023e73f7e0ab2d1d /drivers/gpu/drm/amd/amdgpu/amdgpu_jpeg.c | |
| parent | kconfig: gconf: fix single view to display dependent symbols correctly (diff) | |
| download | kernel-15a5ae3b0976d1190728044920cf6337a218ae62.tar.gz kernel-15a5ae3b0976d1190728044920cf6337a218ae62.zip | |
kconfig: gconf: Fix Back button behavior
Clicking the Back button may navigate to a non-menu hierarchy level.
[Example]
menu "menu1"
config A
bool "A"
default y
config B
bool "B"
depends on A
default y
menu "menu2"
depends on B
config C
bool "C"
default y
endmenu
endmenu
After being re-parented by menu_finalize(), the menu tree is structured
like follows:
menu "menu1"
\-- A
\-- B
\-- menu "menu2"
\-- C
In Single view, visit "menu2" and click the Back button. It should go up
to "menu1" and show A, B and "menu2", but instead goes up to A and show
only B and "menu2". This is a bug in on_back_clicked().
Signed-off-by: Masahiro Yamada <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_jpeg.c')
0 files changed, 0 insertions, 0 deletions
