diff options
Diffstat (limited to 'src/arch/i386')
-rw-r--r-- | src/arch/i386/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/arch/i386/Kconfig b/src/arch/i386/Kconfig index 1d01d09263..1bbeca513d 100644 --- a/src/arch/i386/Kconfig +++ b/src/arch/i386/Kconfig @@ -44,6 +44,11 @@ config TINY_BOOTBLOCK bool default n +config BIG_BOOTBLOCK + bool + default n if TINY_BOOTBLOCK + default y + config BOOTBLOCK_NORTHBRIDGE_INIT string |