diff options
author | Martin Roth <martinroth@google.com> | 2015-11-26 17:58:03 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2015-12-06 18:45:02 +0100 |
commit | 19fbdcc8283e0e499cb517d1149225bfadc61f03 (patch) | |
tree | 15736540c44db99043914e8ef4839fd7f3d70069 /src | |
parent | ad4764dddd838cfc5713f407b642e2357eb6e888 (diff) |
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>
Reviewed-on: https://review.coreboot.org/12554
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/northbridge/amd/pi/00660F01/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/northbridge/amd/pi/00660F01/Kconfig b/src/northbridge/amd/pi/00660F01/Kconfig index 5de31d21f4..f5d234d3d2 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 |