Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/scripts/kconfig/
Dmenu.c128 static struct property *menu_add_prop(enum prop_type type, struct expr *expr, in menu_add_prop() function
159 struct property *prop = menu_add_prop(type, NULL, dep); in menu_add_prompt()
206 menu_add_prop(type, expr, dep); in menu_add_expr()
211 menu_add_prop(type, expr_alloc_symbol(sym), dep); in menu_add_symbol()