Martin Roth (martinroth@google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/12554
-gerrit
commit b2ee6ab6d2a1d1c4734d35c25cf343f28a9cfc8e Author: Martin Roth martinroth@google.com Date: Thu Nov 26 17:58:03 2015 -0700
amd/pi/00660F01: Remove 'PER_DEVICE_ACPI_TABLES'
The PER_DEVICE_ACPI_TABLES Kconfig symbol is no longer used as it was removed in commit 83f81cad (acpi: Remove monolithic ACPI)
Change-Id: Ie6ba252f6e7d33da9d4500f1201367f116e4c505 Signed-off-by: Martin Roth martinroth@google.com --- src/northbridge/amd/pi/00660F01/Kconfig | 1 - 1 file changed, 1 deletion(-)
diff --git a/src/northbridge/amd/pi/00660F01/Kconfig b/src/northbridge/amd/pi/00660F01/Kconfig index 5de31d2..f5d234d 100644 --- a/src/northbridge/amd/pi/00660F01/Kconfig +++ b/src/northbridge/amd/pi/00660F01/Kconfig @@ -15,7 +15,6 @@ config NORTHBRIDGE_AMD_PI_00660F01 bool select MMCONF_SUPPORT - select PER_DEVICE_ACPI_TABLES
if NORTHBRIDGE_AMD_PI_00660F01