southbridge/amd/pi: write_hpet requires additional config option

This copies what was done in southbridge/amd/agesa in:
commit 56f46d8 agesa/family15tn: Switch to per-device ACPI

TEST: amd/lamar.

Change-Id: Id8890ccd4a1ea783ad4740333ae6b061b6bbd7fc
Signed-off-by: Dave Frodin <dave.frodin@se-eng.com>
Reviewed-on: http://review.coreboot.org/8288
Tested-by: build bot (Jenkins)
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
This commit is contained in:
Dave Frodin 2015-01-27 07:19:04 -07:00
parent ef9a4e6aec
commit 5c015f045d
1 changed files with 2 additions and 2 deletions

View File

@ -328,8 +328,8 @@ static struct device_operations lpc_ops = {
.read_resources = hudson_lpc_read_resources, .read_resources = hudson_lpc_read_resources,
.set_resources = hudson_lpc_set_resources, .set_resources = hudson_lpc_set_resources,
.enable_resources = hudson_lpc_enable_resources, .enable_resources = hudson_lpc_enable_resources,
#if IS_ENABLED(CONFIG_HAVE_ACPI_TABLES) #if IS_ENABLED(CONFIG_HAVE_ACPI_TABLES) && IS_ENABLED(CONFIG_PER_DEVICE_ACPI_TABLES)
.write_acpi_tables = acpi_write_hpet, .write_acpi_tables = acpi_write_hpet,
#endif #endif
.init = lpc_init, .init = lpc_init,
.scan_bus = scan_static_bus, .scan_bus = scan_static_bus,