Home
last modified time | relevance | path

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

/openbmc/linux/scripts/kconfig/
H A Dmenu.c129 static struct property *menu_add_prop(enum prop_type type, struct expr *expr, in menu_add_prop() function
160 struct property *prop = menu_add_prop(type, NULL, dep); in menu_add_prompt()
207 menu_add_prop(type, expr, dep); in menu_add_expr()
212 menu_add_prop(type, expr_alloc_symbol(sym), dep); in menu_add_symbol()
/openbmc/u-boot/scripts/kconfig/
H A Dmenu.c127 static struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct … in menu_add_prop() function
179 return menu_add_prop(type, prompt, NULL, dep); in menu_add_prompt()
190 menu_add_prop(type, NULL, expr, dep); in menu_add_expr()
195 menu_add_prop(type, NULL, expr_alloc_symbol(sym), dep); in menu_add_symbol()