summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-11-28 14:48:25 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2018-11-28 14:48:25 +0100
commitb3f0061c61da5c9dd604e580e6f220c4a7bd44fa (patch)
tree9303e5449beb1cf60ed9136ed10b222a47917056 /tests
parente47d7eff1012e7fe2a1dd75f3367a2eaa1b61539 (diff)
menuconfig: Only list duplicated choice symbols once
When a Kconfig file defined a named choice and was included multiple times, the choice symbols were listed multiple times in the menuconfig as well (due to commit 17d7c1e ("menuconfig: Show all symbols at each menu location for multi.def. choices")). That's probably not what you want. Tweak it so that each symbol is only shown once, with the prompt that was used for it at whatever choice definition location is entered. Also change how the choice selection is displayed before the choice is entered, so that the prompt used for the selected symbol at that particular location is used. Previously, the prompt at the first definition location for the symbol was always used. (Note that all of this is only about how things are displayed. It's not essential to functionality, in case you're writing your own menuconfig.)
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions