diff --git a/scripts/tags.sh b/scripts/tags.sh
index df5fa777d300400a5d050a951af776b848622b35..d661f2f3ef614c41e22f2346ee9b41b238266715 100755
--- a/scripts/tags.sh
+++ b/scripts/tags.sh
@@ -128,6 +128,8 @@ all_target_sources()
 
 all_kconfigs()
 {
+	find ${tree}arch/ -maxdepth 1 $ignore \
+	       -name "Kconfig*" -not -type l -print;
 	for arch in $ALLSOURCE_ARCHS; do
 		find_sources $arch 'Kconfig*'
 	done