From patchwork Thu Dec 13 01:55:31 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [U-Boot,11/11] x86: Enable USB features for coreboot From: Simon Glass X-Patchwork-Id: 205712 Message-Id: <1355363731-10103-12-git-send-email-sjg@chromium.org> To: U-Boot Mailing List Date: Wed, 12 Dec 2012 17:55:31 -0800 Enable PCI EHCI, storage, keyboard and Ethernet for USB. Signed-off-by: Simon Glass --- include/configs/coreboot.h | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h index adeace0..79adbc0 100644 --- a/include/configs/coreboot.h +++ b/include/configs/coreboot.h @@ -267,6 +267,23 @@ */ #define CONFIG_PCI +/*----------------------------------------------------------------------- + * USB configuration + */ +#define CONFIG_USB_EHCI +#define CONFIG_USB_EHCI_PCI +#define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 12 +#define CONFIG_USB_MAX_CONTROLLER_COUNT 2 +#define CONFIG_USB_STORAGE +#define CONFIG_USB_KEYBOARD +#define CONFIG_SYS_USB_EVENT_POLL + +#define CONFIG_USB_HOST_ETHER +#define CONFIG_USB_ETHER_ASIX +#define CONFIG_USB_ETHER_SMSC95XX + +#define CONFIG_CMD_USB + #define CONFIG_EXTRA_ENV_SETTINGS \ CONFIG_STD_DEVICES_SETTINGS