Lines Matching refs:config
21 KCONFIG_REL_PATHS=("${SCRIPT_DIR}/config" "${SCRIPT_DIR}/config.common" "${SCRIPT_DIR}/config.${ARCH}")
152 for config in "${KCONFIG_REL_PATHS[@]}"; do
153 local kconfig_src="${config}"
166 for config in "${KCONFIG_REL_PATHS[@]}"; do
167 local kconfig_src="${config}"
169 # Only update the config if it has been updated after the
170 # previously cached config was created. This avoids
243 local kconfig_file="${OUTPUT_DIR}/latest.config"