aboutsummaryrefslogtreecommitdiff
path: root/src/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig
index fadcbc4c6e..188d0bd17d 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -204,6 +204,8 @@ config ARCH_X86
bool
default n
+# Warning: The file is included whether or not the if is here.
+# but the if controls how the evaluation occurs.
if ARCH_X86
source src/arch/x86/Kconfig
endif