Add IOAPIC support for Intel 82371EB and fixup SMP on ASUS P2B-D.
[coreboot.git] / src / southbridge / intel / i82371eb / Kconfig
1 config SOUTHBRIDGE_INTEL_I82371EB
2         bool
3         select TINY_BOOTBLOCK
4
5 config BOOTBLOCK_SOUTHBRIDGE_INIT
6         string
7         default "southbridge/intel/i82371eb/bootblock.c"
8         depends on SOUTHBRIDGE_INTEL_I82371EB
9