diff options
author | Vladimir Serbinenko <phcoder@gmail.com> | 2014-09-01 22:35:20 +0200 |
---|---|---|
committer | Vladimir Serbinenko <phcoder@gmail.com> | 2014-10-18 22:14:19 +0200 |
commit | 9a0b251680cf4aa9dbacde9c60d8579da81ed404 (patch) | |
tree | 9779d840214945f0a0792da589c7583e3f8f08f4 /src/southbridge/intel/i3100/Kconfig | |
parent | 6c71a684a43dfd05e8d4043039ee0ee621526461 (diff) |
i3100: Convert to per-device ACPI
Change-Id: Id90db4f6ce1a5fb506c81bc3a6010d85b0aa8c43
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: http://review.coreboot.org/6940
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/southbridge/intel/i3100/Kconfig')
-rw-r--r-- | src/southbridge/intel/i3100/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/southbridge/intel/i3100/Kconfig b/src/southbridge/intel/i3100/Kconfig index e0acc632f4..9a535d7401 100644 --- a/src/southbridge/intel/i3100/Kconfig +++ b/src/southbridge/intel/i3100/Kconfig @@ -2,6 +2,7 @@ config SOUTHBRIDGE_INTEL_I3100 bool select IOAPIC select HAVE_HARD_RESET + select PER_DEVICE_ACPI_TABLES if SOUTHBRIDGE_INTEL_I3100 |