Attached patch adds support for tinybootblock on VT8237* to decode whole flash
[coreboot.git] / src / southbridge / via / vt8237r / Kconfig
index 018eedce9c985cd22a86f7df6c3e0422e22a44f9..b569de9a97ec863ac1941081108824f5b98110bc 100644 (file)
 ##
 
 config SOUTHBRIDGE_VIA_VT8237R
+       bool
+       select IOAPIC
+
+config EPIA_VT8237R_INIT
        bool
        default n
+       depends on SOUTHBRIDGE_VIA_VT8237R
 
+config BOOTBLOCK_SOUTHBRIDGE_INIT
+       string
+       default "southbridge/via/vt8237r/bootblock.c"
+       depends on SOUTHBRIDGE_VIA_VT8237R