From d7c25b357fb26c0bd9e7844e32529c90e994f4a3 Mon Sep 17 00:00:00 2001 From: Julius Werner Date: Wed, 4 Sep 2013 17:20:32 -0700 Subject: libpayload: usb: Allow direct instantiation of MMIO host controllers The existing USB_MEMORY mechanism to instantiate non-PCI host controllers is clunky and inflexible... most importantly, it doesn't allow multiple host controllers of the same kind. This patch replaces it with a function that allows payloads to directly instantiate as many host controllers of whatever type they need. Change-Id: Ic21d2016a4ef92c67fa420bdc0f0d8a6508b69e5 Signed-off-by: Julius Werner Reviewed-on: https://chromium-review.googlesource.com/169454 Reviewed-by: Stefan Reinauer (cherry picked from commit b6e95c39dd91f654f0a345f17b3196f56adf4891) Signed-off-by: Isaac Christensen Reviewed-on: http://review.coreboot.org/6644 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer Reviewed-by: Ronald G. Minnich --- payloads/libpayload/configs/defconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'payloads/libpayload/configs') diff --git a/payloads/libpayload/configs/defconfig b/payloads/libpayload/configs/defconfig index c4e0d15f2d..5804ed8985 100644 --- a/payloads/libpayload/configs/defconfig +++ b/payloads/libpayload/configs/defconfig @@ -71,7 +71,6 @@ CONFIG_LP_USB_HUB=y CONFIG_LP_USB_MSC=y CONFIG_LP_USB_GEN_HUB=y CONFIG_LP_USB_PCI=y -# CONFIG_LP_USB_MEMORY is not set # CONFIG_LP_BIG_ENDIAN is not set CONFIG_LP_LITTLE_ENDIAN=y CONFIG_LP_IO_ADDRESS_SPACE=y -- cgit v1.2.3