Home
last modified time | relevance | path

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

/linux-6.15/scripts/kconfig/
H A Dexpr.h181 P_DEFAULT, /* default y */ enumerator
203 #define for_all_defaults(sym, st) for_all_properties(sym, st, P_DEFAULT)
H A Dparser.y210 menu_add_expr(P_DEFAULT, $2, $3);
297 menu_add_symbol(P_DEFAULT, $2, $3);
498 if (prop->type == P_DEFAULT) {
670 case P_DEFAULT: in print_symbol()
H A Dsymbol.c1224 if (prop->type != P_DEFAULT || sym_is_choice(sym)) in sym_check_sym_deps()
1332 case P_DEFAULT: in prop_get_type_name()
H A Dmenu.c240 case P_DEFAULT: in sym_check_prop()
H A Dqconf.cc1072 case P_DEFAULT: in debug_info()