diff --git a/scripts/Makefile.autoconf b/scripts/Makefile.autoconf
index 2f85eb9599148145cf9b3d38b3acbb0d0b2bbe85..2a967ff6f33a8b2594482fbf1d04b726649a48e0 100644
--- a/scripts/Makefile.autoconf
+++ b/scripts/Makefile.autoconf
@@ -110,6 +110,7 @@ define filechk_config_h
 	echo \#include \<config_uncmd_spl.h\>;				\
 	echo \#include \<configs/$(CONFIG_SYS_CONFIG_NAME).h\>;		\
 	echo \#include \<asm/config.h\>;				\
+	echo \#include \<linux/kconfig.h\>;				\
 	echo \#include \<config_fallbacks.h\>;)
 endef