diff options
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig index 4091a6127f..50a054a128 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -1043,6 +1043,9 @@ endmenu ############################################################################### # Set variables with no prompt - these can be set anywhere, and putting at # the end of this file gives the most flexibility. + +source "src/lib/Kconfig" + config ENABLE_APIC_EXT_ID bool default n |