Home
last modified time | relevance | path

Searched refs:menu (Results 1 – 8 of 8) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/scripts/kconfig/
Dmenuconfig.py1088 def _enter_menu(menu): argument
1100 if not menu.is_menuconfig:
1103 shown_sub = _shown_nodes(menu)
1113 _cur_menu = menu
1117 if isinstance(menu.item, Choice):
1447 menu = _cur_menu
1448 while menu is not _kconf.top_node:
1452 menu_prompts.append(menu.prompt[0] if menu.prompt else
1453 standard_sc_expr_str(menu.item))
1454 menu = menu.parent
[all …]
Dguiconfig.py678 def _build_full_tree(menu): argument
684 for node in _shown_full_nodes(menu):
701 def _shown_full_nodes(menu): argument
730 return rec(menu.list)
740 def _shown_menu_nodes(menu): argument
765 return rec(menu.list)
1553 def _enter_menu_and_select_first(menu): argument
1557 _enter_menu(menu)
1561 def _enter_menu(menu): argument
1566 _cur_menu = menu
[all …]
/hal_nxp-latest/mcux/mcux-sdk/drivers/
DKconfig6 menu "Driver Configuration"
/hal_nxp-latest/mcux/mcux-sdk/components/
DKconfig6 menu "Components Configuration"
/hal_nxp-latest/mcux/mcux-sdk/cmsis_drivers/
DKconfig6 menu "CMSIS Driver Configuration"
/hal_nxp-latest/mcux/mcux-sdk/devices/
DKconfig6 menu "SOC Configuration"
/hal_nxp-latest/mcux/mcux-sdk/boards/
DKconfig17 menu "Board Configuration"
/hal_nxp-latest/mcux/mcux-sdk/utilities/
DKconfig6 menu "Utilities Configuration"