diff options
Diffstat (limited to 'menuconfig.py')
| -rwxr-xr-x | menuconfig.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/menuconfig.py b/menuconfig.py index 25047f3..2166787 100755 --- a/menuconfig.py +++ b/menuconfig.py @@ -1000,6 +1000,9 @@ def _shown_nodes(menu): # Choices can contain non-symbol items (people do all sorts of weird # stuff with them), hence the generality here. We really need to # preserve the menu tree at each choice location. + # + # Note: Named choices are pretty broken in the C tools, and this is + # super obscure, so you probably won't find much that relies on this. for node in menu.item.nodes: rec(node.list) else: |
