diff options
Diffstat (limited to 'src/arch/i386/Kconfig')
-rw-r--r-- | src/arch/i386/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/arch/i386/Kconfig b/src/arch/i386/Kconfig index 19bd63a0d4..1d01d09263 100644 --- a/src/arch/i386/Kconfig +++ b/src/arch/i386/Kconfig @@ -43,3 +43,9 @@ config MAX_REBOOT_CNT config TINY_BOOTBLOCK bool default n + +config BOOTBLOCK_NORTHBRIDGE_INIT + string + +config BOOTBLOCK_SOUTHBRIDGE_INIT + string |