diff options
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 2 |
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 |