Home
last modified time | relevance | path

Searched refs:MENU (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/scripts/kconfig/
Dkconfiglib.py1048 self.top_node.item = MENU
1618 if node.item is MENU and expr_value(node.dep) and \
1652 ((item is MENU and expr_value(node.visibility)) or
3605 if node.item is MENU:
5695 if self.item is MENU:
5734 elif self.item is MENU:
5749 if self.item is MENU:
5794 s = '{} "{}"'.format("menu" if self.item is MENU else "comment",
5800 if self.item is MENU and self.visibility is not self.kconfig.y:
6956 MENU = _T_MENU variable
[all …]
Dmenuconfig.py218 from kconfiglib import Symbol, Choice, MENU, COMMENT, MenuNode, \
1156 jump_into = (isinstance(node.item, Choice) or node.item == MENU) and \
1564 (node.item == MENU and not expr_value(node.visibility))
2307 elif node.item == MENU:
2533 "Menu" if node.item == MENU else
3041 if item in (MENU, COMMENT):
Dguiconfig.py81 from kconfiglib import Symbol, Choice, MENU, COMMENT, MenuNode, \
773 (node.item == MENU and not expr_value(node.visibility))
865 if item in (MENU, COMMENT) or not item.orig_type: