Home
last modified time | relevance | path

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

/sof-2.7.6/scripts/kconfig/
Dmenuconfig.py194 from kconfiglib import Symbol, Choice, MENU, COMMENT, MenuNode, \
1057 jump_into = (isinstance(node.item, Choice) or node.item == MENU) and \
1418 (node.item == MENU and not expr_value(node.visibility)))
2151 elif node.item == MENU:
2383 "Menu" if node.item == MENU else
2864 if item in (MENU, COMMENT):
Dkconfiglib.py925 self.top_node.item = MENU
1359 ((item is MENU and expr_value(node.visibility)) or
3217 if node.item is MENU:
5223 if self.item is MENU:
5261 elif self.item is MENU:
5277 if self.item is MENU:
5322 s = '{} "{}"'.format("menu" if self.item is MENU else "comment",
5328 if self.item is MENU and self.visibility is not self.kconfig.y:
6393 MENU = _T_MENU variable
6533 MENU,