diff options
Diffstat (limited to 'src/arch/x86/Kconfig')
-rw-r--r-- | src/arch/x86/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig index 9bfd368c2e..5f46145f8e 100644 --- a/src/arch/x86/Kconfig +++ b/src/arch/x86/Kconfig @@ -70,6 +70,9 @@ config PC80_SYSTEM bool default y +config BOOTBLOCK_MAINBOARD_INIT + string + config BOOTBLOCK_NORTHBRIDGE_INIT string |