mbox series

[0/2] Clean up goback logic

Message ID cover.1593444492.git.mchehab+huawei@kernel.org (mailing list archive)
Headers show
Series Clean up goback logic | expand

Message

Mauro Carvalho Chehab June 29, 2020, 3:30 p.m. UTC
Those patches cleanup the goBack logic.

The first patch removes some unused stuff and makes the goBack
to work only on singleMode.

The second patch ensures that the goback button won't be shown
on split mode. While not clear at the logic, it won't show either on
full mode. So, the button will only show on single mode, with is
compatible with the current goBack() implementation.

Mauro Carvalho Chehab (2):
  kconfig: qconf: simplify the goBack() logic
  kconfig: qconf: don't show goback button on splitMode

 scripts/kconfig/qconf.cc | 55 +++++++++++++++-------------------------
 1 file changed, 21 insertions(+), 34 deletions(-)