Lines Matching +full:4 +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,
34 # 4) as in (2).
39 # We want to be able to 'detect' (2) (or (4)).
54 printf "WARNING: '%s' is not a valid Kconfig\n" "$F"