All boards now use per-device ACPI. This patch finishes migration by removing transitional kludges. Change-Id: Ie4577f89bf3bb17b310b7b0a84b2c54e404b1606 Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/7372 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
8 lines
172 B
Plaintext
8 lines
172 B
Plaintext
config SOUTHBRIDGE_INTEL_I82371EB
|
|
bool
|
|
|
|
config BOOTBLOCK_SOUTHBRIDGE_INIT
|
|
string
|
|
default "southbridge/intel/i82371eb/bootblock.c"
|
|
depends on SOUTHBRIDGE_INTEL_I82371EB
|