Lines Matching +full:1 +full:f
6 F=$(grep "^# Kconfig:" "$F_FILE" | cut -c26-)
9 # Each feature F is identified by a pair (O, K), where 'O' can
14 K=$F
15 if [[ "$F" == !* ]]; then
17 K=$(echo $F | sed -e 's/^!//g')
21 # F := (O, K) is 'valid' iff there is a Kconfig file (for some
25 # the case 'O = ""' and the case 'O = "not"'. E.g., F may be
29 # 1) no arch provides support for F,
33 # 3) all archs provide support for F,
41 # (1) and (3) may further warn the developers about the fact
54 printf "WARNING: '%s' is not a valid Kconfig\n" "$F"