Lines Matching full:k
9 # Each feature F is identified by a pair (O, K), where 'O' can
14 K=$F
17 K=$(echo $F | sed -e 's/^!//g')
21 # F := (O, K) is 'valid' iff there is a Kconfig file (for some
22 # arch) which contains K.
30 # 2) K does not exist (e.g., it was renamed/mis-typed);
42 # that K can be removed.
47 K_GREP=$(grep "$K" $K_FILES)
65 K_GREP=$(grep "$K" $K_FILES)
67 # Arch support status values for (O, K) are updated according
70 # - ("", K) is 'supported by a given arch', if there is a
71 # Kconfig file for that arch which contains K;
73 # - ("not", K) is 'supported by a given arch', if there is
74 # no Kconfig file for that arch which contains K;