Files
android_kernel_xiaomi_sm8450/scripts/kconfig
Masahiro Yamada 4f208f3921 kconfig: show '?' prompt even if no help text is available
'make config', 'make oldconfig', etc. always receive '?' as a valid
input and show useful information even if no help text is available.

------------------------>8------------------------
foo (FOO) [N/y] (NEW) ?

There is no help available for this option.
Symbol: FOO [=n]
Type  : bool
Prompt: foo
  Defined at Kconfig:1
------------------------>8------------------------

However, '?' is not shown in the prompt if its help text is missing.
Let's show '?' all the time so that the prompt and the behavior match.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Ulf Magnusson <ulfalizer@gmail.com>
2018-02-09 04:10:09 +09:00
..
2017-08-19 11:02:53 -07:00
2005-04-16 15:20:36 -07:00
2018-01-22 00:49:29 +09:00
2018-01-22 00:49:28 +09:00
2018-01-22 00:49:29 +09:00
2015-10-14 14:59:03 +02:00
2015-02-25 15:00:16 +01:00
2018-02-03 00:02:19 +09:00