Lines Matching +full:a +full:- +full:z0 +full:- +full:9
27 git grep CONFIG_SYS_EXTRA_OPTIONS |sed -n \
30 | sed 's/ *\([A-Za-z0-9_]*\).*/CONFIG_\1/'
33 egrep -vi "(Kconfig:|defconfig:|README|\.py|\.pl:)" \
35 | sed -n 's/^\(CONFIG_[A-Za-z0-9_]*\).*/\1/p'
39 # Finally, we need a list of the valid Kconfig options to exclude these from
41 cat `find . -name "Kconfig*"` |sed -n \
42 -e 's/^\s*config *\([A-Za-z0-9_]*\).*$/CONFIG_\1/p' \
43 -e 's/^\s*menuconfig *\([A-Za-z0-9_]*\).*$/CONFIG_\1/p' \
47 comm -23 scripts/config_whitelist.txt.tmp1 scripts/config_whitelist.txt.tmp2 \
52 if [ -r scripts/config_whitelist.txt ]; then
53 comm -12 scripts/config_whitelist.txt.tmp3 scripts/config_whitelist.txt \