aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/stoneyridge/acpi/usb.asl
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2017-07-13 11:05:35 -0700
committerMartin Roth <martinroth@google.com>2017-07-16 19:22:33 +0000
commit5998198f0c2dc055b2573ad95f03774e755ca3db (patch)
tree4cce06cff492ca50aefba21f721e9f3ae641f5fa /src/soc/amd/stoneyridge/acpi/usb.asl
parent99aa6ce053f5122a98713b8353de6b8a72182cad (diff)
soc/amd/stoneyridge:Fix IS_ENABLED() around Kconfig symbol references
- Update files that were added since the IS_ENABLED() fix patches - Remove extra XHCI controller. Change-Id: I7028942ce54b06cd048029f7b93f064beba579ad Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/20565 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/soc/amd/stoneyridge/acpi/usb.asl')
-rw-r--r--src/soc/amd/stoneyridge/acpi/usb.asl8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/soc/amd/stoneyridge/acpi/usb.asl b/src/soc/amd/stoneyridge/acpi/usb.asl
index b2e5f4914d..30fac2aea9 100644
--- a/src/soc/amd/stoneyridge/acpi/usb.asl
+++ b/src/soc/amd/stoneyridge/acpi/usb.asl
@@ -55,11 +55,3 @@ Device(XHC0) {
Name(_ADR, 0x00100000)
Name(_PRW, Package() {0x0b, 4})
} /* end XHC0 */
-
-#if !CONFIG_SOUTHBRIDGE_AMD_PI_AVALON && !CONFIG_SOUTHBRIDGE_AMD_PI_KERN
-/* 0:10.1 - XHCI 1*/
-Device(XHC1) {
- Name(_ADR, 0x00100001)
- Name(_PRW, Package() {0x0b, 4})
-} /* end XHC1 */
-#endif