AMD-8111: Add TINY_BOOTBLOCK support.
[coreboot.git] / src / southbridge / amd / amd8111 / Kconfig
index 1f75ed9f501cc77d8a413d15c3d062cd6697ca11..666c7d5ef138e956ce6f332d7eaf10dda6909749 100644 (file)
@@ -20,8 +20,9 @@
 config SOUTHBRIDGE_AMD_AMD8111
        bool
        select IOAPIC
+       select TINY_BOOTBLOCK
 
 config BOOTBLOCK_SOUTHBRIDGE_INIT
-        string
-        default "southbridge/amd/amd8111/bootblock.c"
-        depends on SOUTHBRIDGE_AMD_AMD8111
+       string
+       default "southbridge/amd/amd8111/bootblock.c"
+       depends on SOUTHBRIDGE_AMD_AMD8111