diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-02-06 09:34:43 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-02-09 04:10:09 +0900 |
commit | 4f208f392103e8d5bcc7558dba69348b27d8ce42 (patch) | |
tree | 829ca771d530086527ecb69abfe03d2c63200ba7 /scripts/Makefile.ubsan | |
parent | cb67ab2cd2b8abd9650292c986c79901e3073a59 (diff) | |
download | linux-4f208f392103e8d5bcc7558dba69348b27d8ce42.tar.gz linux-4f208f392103e8d5bcc7558dba69348b27d8ce42.tar.bz2 linux-4f208f392103e8d5bcc7558dba69348b27d8ce42.zip |
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>
Diffstat (limited to 'scripts/Makefile.ubsan')
0 files changed, 0 insertions, 0 deletions