diff options
author | Vladimir Serbinenko <phcoder@gmail.com> | 2014-10-08 22:38:54 +0200 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2014-11-26 21:33:00 +0100 |
commit | 46a86f284fe30b9fd6c5709a6c57408766d1c05a (patch) | |
tree | 5665dcb8ec06a2edb5a5bad4912457ef9e9d846f /src/northbridge/amd/agesa/family12/Kconfig | |
parent | db09b062ca247baba1e085852804fabffb7c0376 (diff) |
agesa/family12: Switch to per-device ACPI
Change-Id: I944e35b04612eca8add80c9f546df99a9a930ac8
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: http://review.coreboot.org/7036
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/northbridge/amd/agesa/family12/Kconfig')
-rw-r--r-- | src/northbridge/amd/agesa/family12/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/northbridge/amd/agesa/family12/Kconfig b/src/northbridge/amd/agesa/family12/Kconfig index e483fe5a74..16be288905 100644 --- a/src/northbridge/amd/agesa/family12/Kconfig +++ b/src/northbridge/amd/agesa/family12/Kconfig @@ -22,6 +22,7 @@ config NORTHBRIDGE_AMD_AGESA_FAMILY12 select HAVE_DEBUG_SMBUS select HYPERTRANSPORT_PLUGIN_SUPPORT select MMCONF_SUPPORT + select PER_DEVICE_ACPI_TABLES if NORTHBRIDGE_AMD_AGESA_FAMILY12 |